Skip to content

Commit

Permalink
Fixed Chart.build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanelas authored Oct 13, 2024
1 parent 6a99ea1 commit 2221754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/projects/Chart/Chart.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ of the checked-out project version.
destdir="${d4j.workdir}/build"
debug="on"
deprecation="false"
encoding="UTF-8"
source="1.6"
target="1.6">
<classpath refid="build.classpath" />
Expand Down Expand Up @@ -102,6 +103,7 @@ of the checked-out project version.
destdir="${d4j.workdir}/build"
debug="on"
deprecation="false"
encoding="UTF-8"
source="1.6"
target="1.6">
<classpath refid="build.experimental.classpath" />
Expand All @@ -116,6 +118,7 @@ of the checked-out project version.
<mkdir dir="${d4j.workdir}/build-tests"/>
<javac srcdir="${d4j.workdir}/tests"
destdir="${d4j.workdir}/build-tests"
encoding="UTF-8"
source="1.6"
target="1.6"
debug="true"
Expand Down

0 comments on commit 2221754

Please sign in to comment.