Skip to content

Commit

Permalink
Set default Java target to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 5, 2024
1 parent c294067 commit 5a08354
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions framework/projects/Chart/Chart.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ of the checked-out project version.
destdir="${d4j.workdir}/build"
debug="on"
deprecation="false"
source="1.4"
target="1.4">
source="1.6"
target="1.6">
<classpath refid="build.classpath" />
<include name="org/jfree/**"/>
</javac>
Expand Down Expand Up @@ -102,8 +102,8 @@ of the checked-out project version.
destdir="${d4j.workdir}/build"
debug="on"
deprecation="false"
source="1.4"
target="1.4">
source="1.6"
target="1.6">
<classpath refid="build.experimental.classpath" />
<include name="org/jfree/experimental/**"/>
<exclude name="org/jfree/experimental/**/junit/*"/>
Expand All @@ -116,8 +116,8 @@ of the checked-out project version.
<mkdir dir="${d4j.workdir}/build-tests"/>
<javac srcdir="${d4j.workdir}/tests"
destdir="${d4j.workdir}/build-tests"
source="1.4"
target="1.4"
source="1.6"
target="1.6"
debug="true"
deprecation="false"
optimize="false">
Expand Down

0 comments on commit 5a08354

Please sign in to comment.