Skip to content

Commit f6e470a

Browse files
committed
mkgmap, mkgmap-splitter: regenerate patches
1 parent 7aa03ee commit f6e470a

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

pkgs/by-name/mk/mkgmap-splitter/build.xml.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- a/build.xml (revision 597)
2-
+++ a/build.xml (working copy)
1+
--- a/build.xml 2026-02-10 03:53:33.129313250 +0200
2+
+++ b/build.xml 2026-02-10 03:53:36.908100965 +0200
33
@@ -212,7 +212,7 @@
44
</propertyfile>
55
</target>
@@ -9,7 +9,7 @@
99
<javac srcdir="${src}" destdir="${build.classes}" debug="yes" includeantruntime="false">
1010
<include name="**/*.java"/>
1111
<classpath refid="classpath"/>
12-
@@ -219,7 +219,7 @@
12+
@@ -222,7 +222,7 @@
1313
</javac>
1414
</target>
1515

@@ -18,7 +18,7 @@
1818
<javac srcdir="${test}" destdir="${build.test-classes}" debug="yes" includeantruntime="false">
1919
<include name="**/*.java"/>
2020
<classpath refid="test.classpath"/>
21-
@@ -324,7 +324,7 @@
21+
@@ -330,7 +330,7 @@
2222
</target>
2323

2424
<!-- Main -->
@@ -27,7 +27,7 @@
2727
<copy todir="${build.classes}">
2828
<fileset dir="${resources}">
2929
<include name="*.properties"/>
30-
@@ -349,7 +349,7 @@
30+
@@ -355,7 +355,7 @@
3131
ignoreerrors="true"/>
3232
</target>
3333

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
--- a/build.xml (revision 4555)
2-
+++ a/build.xml (working copy)
3-
@@ -228,7 +228,7 @@
1+
--- a/build.xml
2+
+++ b/build.xml
3+
@@ -228,8 +228,7 @@
44
</target>
5-
5+
66
<!-- Compile the product itself (no tests). -->
77
- <target name="compile" depends="prepare, resolve-compile"
8-
+ <target name="compile" depends="prepare"
9-
description="main compilation">
10-
8+
- description="main compilation">
9+
+ <target name="compile" depends="prepare" description="main compilation">
10+
1111
<javac srcdir="${src}" destdir="${build.classes}" encoding="utf-8" debug="true" includeantruntime="false">
12-
@@ -263,7 +263,7 @@
12+
<include name="**/*.java" />
13+
@@ -264,7 +263,7 @@
1314
</target>
14-
15+
1516
<!-- Compile the test classes -->
1617
- <target name="build-test" depends="build, resolve-test">
1718
+ <target name="build-test" depends="build">
1819
<mkdir dir="${build.test}" />
1920
<javac srcdir="${test}" destdir="${build.test}" encoding="utf-8" debug="true" includeantruntime="false">
2021
<include name="**/*.java" />
21-
@@ -271,7 +271,7 @@
22+
@@ -275,7 +274,7 @@
2223
</javac>
2324
</target>
24-
25+
2526
- <target name="test" depends="build-test, obtain-test-input-files" description="Run the junit tests">
2627
+ <target name="test" depends="build-test" description="Run the junit tests">
2728
<mkdir dir="tmp/report"/>
2829
<junit printsummary="yes" failureproperty="junit.failure" forkmode="once">
29-

0 commit comments

Comments
 (0)