This repository was archived by the owner on Jun 1, 2019. It is now read-only.
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
- - openjdk7
3
+ - openjdk6
4
4
5
5
sudo : false
6
6
Original file line number Diff line number Diff line change 30
30
-->
31
31
<property name =" test.fork" value =" true" />
32
32
33
- <!-- Force java 7 -->
34
- <property name =" ant.build.javac.source" value =" 1.7 " />
35
- <property name =" ant.build.javac.target" value =" 1.7 " />
33
+ <!-- Force java 6 -->
34
+ <property name =" ant.build.javac.source" value =" 1.6 " />
35
+ <property name =" ant.build.javac.target" value =" 1.6 " />
36
36
37
37
<!-- define other variables -->
38
38
<property name =" javac.debug" value =" on" />
Original file line number Diff line number Diff line change 37
37
<properties >
38
38
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
39
39
<project .build.outputEncoding>UTF-8</project .build.outputEncoding>
40
- <jdk .version>1.7 </jdk .version>
40
+ <jdk .version>1.6 </jdk .version>
41
41
<!-- for substitution in ParserConfig.properties -->
42
42
<compiler .date>${maven.build.timestamp}</compiler .date>
43
43
<maven .build.timestamp.format>yyyy-MM-dd HH\:mm</maven .build.timestamp.format>
225
225
<target >${jdk.version}</target >
226
226
<encoding >${project.build.sourceEncoding}</encoding >
227
227
<links >
228
- <link >http://docs.oracle.com/javase/7 /docs/api/</link >
228
+ <link >http://docs.oracle.com/javase/6 /docs/api/</link >
229
229
</links >
230
230
<detectLinks >true</detectLinks >
231
231
<excludePackageNames >*.gwt.*:*.testing.*:*.debugger.*:*.webservice.*:*.debugging.*:*.ant.*</excludePackageNames >
Original file line number Diff line number Diff line change 117
117
<properties >
118
118
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
119
119
<project .build.outputEncoding>UTF-8</project .build.outputEncoding>
120
- <jdk .version>1.7 </jdk .version>
120
+ <jdk .version>1.6 </jdk .version>
121
121
<junit .version>4.11</junit .version>
122
122
</properties >
123
123
You can’t perform that action at this time.
0 commit comments