mkgmap, mkgmap-splitter: regenerate patches

This commit is contained in:
Aliaksandr
2026-02-10 21:22:11 +02:00
parent efe94e0942
commit 5473a77a9d
2 changed files with 17 additions and 17 deletions
@@ -1,5 +1,5 @@
--- a/build.xml (revision 597)
+++ a/build.xml (working copy)
--- a/build.xml 2026-02-10 03:53:33.129313250 +0200
+++ b/build.xml 2026-02-10 03:53:36.908100965 +0200
@@ -212,7 +212,7 @@
</propertyfile>
</target>
@@ -9,7 +9,7 @@
<javac srcdir="${src}" destdir="${build.classes}" debug="yes" includeantruntime="false">
<include name="**/*.java"/>
<classpath refid="classpath"/>
@@ -219,7 +219,7 @@
@@ -222,7 +222,7 @@
</javac>
</target>
@@ -18,7 +18,7 @@
<javac srcdir="${test}" destdir="${build.test-classes}" debug="yes" includeantruntime="false">
<include name="**/*.java"/>
<classpath refid="test.classpath"/>
@@ -324,7 +324,7 @@
@@ -330,7 +330,7 @@
</target>
<!-- Main -->
@@ -27,7 +27,7 @@
<copy todir="${build.classes}">
<fileset dir="${resources}">
<include name="*.properties"/>
@@ -349,7 +349,7 @@
@@ -355,7 +355,7 @@
ignoreerrors="true"/>
</target>
+12 -12
View File
@@ -1,29 +1,29 @@
--- a/build.xml (revision 4555)
+++ a/build.xml (working copy)
@@ -228,7 +228,7 @@
--- a/build.xml
+++ b/build.xml
@@ -228,8 +228,7 @@
</target>
<!-- Compile the product itself (no tests). -->
- <target name="compile" depends="prepare, resolve-compile"
+ <target name="compile" depends="prepare"
description="main compilation">
- description="main compilation">
+ <target name="compile" depends="prepare" description="main compilation">
<javac srcdir="${src}" destdir="${build.classes}" encoding="utf-8" debug="true" includeantruntime="false">
@@ -263,7 +263,7 @@
<include name="**/*.java" />
@@ -264,7 +263,7 @@
</target>
<!-- Compile the test classes -->
- <target name="build-test" depends="build, resolve-test">
+ <target name="build-test" depends="build">
<mkdir dir="${build.test}" />
<javac srcdir="${test}" destdir="${build.test}" encoding="utf-8" debug="true" includeantruntime="false">
<include name="**/*.java" />
@@ -271,7 +271,7 @@
@@ -275,7 +274,7 @@
</javac>
</target>
- <target name="test" depends="build-test, obtain-test-input-files" description="Run the junit tests">
+ <target name="test" depends="build-test" description="Run the junit tests">
<mkdir dir="tmp/report"/>
<junit printsummary="yes" failureproperty="junit.failure" forkmode="once">