diff options
Diffstat (limited to 'misc/jbidwatcher/files/patch-build.xml')
| -rw-r--r-- | misc/jbidwatcher/files/patch-build.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/jbidwatcher/files/patch-build.xml b/misc/jbidwatcher/files/patch-build.xml new file mode 100644 index 000000000000..5e8621f1d5a2 --- /dev/null +++ b/misc/jbidwatcher/files/patch-build.xml @@ -0,0 +1,11 @@ +--- build.xml.orig 2025-12-14 15:56:48 UTC ++++ build.xml +@@ -83,7 +83,7 @@ + <target name="compile" depends="init"> + <echo level="info" message="Compiling all classes." /> + <mkdir dir="${build.dir}" /> +- <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on" source="1.5" target="1.5"> ++ <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on"> + <classpath refid="project.class.path" /> + <include name="**/*.java" /> + </javac> |
