diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2025-12-14 19:19:32 +0000 |
|---|---|---|
| committer | Ronald Klop <ronald@FreeBSD.org> | 2025-12-29 18:58:14 +0000 |
| commit | d55eb70661fbae9c59ddfbc48b861bfa017118dc (patch) | |
| tree | d986404cf0cc261c217eccc742a64cca798df6df /java | |
| parent | 312e1810cf345847eb9519fcd709a78c500a227f (diff) | |
Diffstat (limited to 'java')
| -rw-r--r-- | java/jcommon/files/patch-ant_build.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/java/jcommon/files/patch-ant_build.xml b/java/jcommon/files/patch-ant_build.xml new file mode 100644 index 000000000000..54026eff51dd --- /dev/null +++ b/java/jcommon/files/patch-ant_build.xml @@ -0,0 +1,20 @@ +--- ant/build.xml.orig 2025-12-14 17:44:25 UTC ++++ ant/build.xml +@@ -49,7 +49,7 @@ + <javac srcdir="src/main/java" + destdir="${builddir}" + deprecation="${build.deprecation}" debug="${build.debug}" +- optimize="${build.optimize}" target="${build.target}" source="${build.source}"> ++ optimize="${build.optimize}"> + <include name="org/jfree/*"/> + <include name="org/jfree/base/**"/> + <include name="org/jfree/date/*"/> +@@ -113,7 +113,7 @@ + <javac srcdir="src/main/java" + destdir="${builddir}" + deprecation="${build.deprecation}" debug="${build.debug}" +- optimize="${build.optimize}" target="${build.target}" source="${build.source}"> ++ optimize="${build.optimize}"> + <classpath refid="build-xml.classpath" /> + <include name="org/jfree/xml/**"/> + </javac> |
