-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefects4j.diff
37 lines (37 loc) · 1.47 KB
/
defects4j.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
diff --git a/framework/projects/Chart/Chart.build.xml b/framework/projects/Chart/Chart.build.xml
index f0297a11..ca487f00 100644
--- a/framework/projects/Chart/Chart.build.xml
+++ b/framework/projects/Chart/Chart.build.xml
@@ -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.5"
+ target="1.5">
<classpath refid="build.classpath" />
<include name="org/jfree/**"/>
</javac>
@@ -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.5"
+ target="1.5">
<classpath refid="build.experimental.classpath" />
<include name="org/jfree/experimental/**"/>
<exclude name="org/jfree/experimental/**/junit/*"/>
@@ -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.5"
+ target="1.5"
debug="true"
deprecation="false"
optimize="false">