mkgmap: init at 4289

This commit is contained in:
Nikolay Korotkiy
2019-08-27 19:04:15 +03:00
parent 630e25ba5c
commit 98a283af55
3 changed files with 70 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/build.xml 2019-08-26 23:22:55.104829846 +0300
+++ b/build.xml 2019-08-27 00:11:07.366257594 +0300
@@ -227,7 +227,7 @@
</target>
<!-- Compile the product itself (no tests). -->
- <target name="compile" depends="prepare, resolve-compile"
+ <target name="compile" depends="prepare"
description="main compilation">
<javac srcdir="${src}" destdir="${build.classes}" encoding="utf-8" debug="true" includeantruntime="false">