source level to 1.7
This commit is contained in:
parent
6a02973d5b
commit
83f3d40a1f
@ -89,7 +89,7 @@
|
|||||||
<mkdir dir="${build.home}" />
|
<mkdir dir="${build.home}" />
|
||||||
<mkdir dir="${build.home}/cls" />
|
<mkdir dir="${build.home}/cls" />
|
||||||
<javac srcdir="${src.home}" destdir="${build.home}/cls"
|
<javac srcdir="${src.home}" destdir="${build.home}/cls"
|
||||||
source="1.6" target="1.6"
|
source="1.7" target="1.6"
|
||||||
debug="${compile.debug}" deprecation="${compile.deprecation}"
|
debug="${compile.debug}" deprecation="${compile.deprecation}"
|
||||||
optimize="${compile.optimize}" encoding="UTF8" includeantruntime="false">
|
optimize="${compile.optimize}" encoding="UTF8" includeantruntime="false">
|
||||||
<classpath refid="compile.classpath" />
|
<classpath refid="compile.classpath" />
|
||||||
@ -101,7 +101,7 @@
|
|||||||
<mkdir dir="${build.home}/test" />
|
<mkdir dir="${build.home}/test" />
|
||||||
<javac
|
<javac
|
||||||
srcdir="${test.home}" destdir="${build.home}/test"
|
srcdir="${test.home}" destdir="${build.home}/test"
|
||||||
source="1.6" target="1.6"
|
source="1.7" target="1.6"
|
||||||
debug="${compile.debug}" deprecation="${compile.deprecation}"
|
debug="${compile.debug}" deprecation="${compile.deprecation}"
|
||||||
optimize="${compile.optimize}" encoding="UTF8" includeantruntime="false">
|
optimize="${compile.optimize}" encoding="UTF8" includeantruntime="false">
|
||||||
<classpath refid="compile.classpath" />
|
<classpath refid="compile.classpath" />
|
||||||
|
Loading…
Reference in New Issue
Block a user