build-coverage.xml: javac target="1.5" -> target="1.8"
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="compile" depends="init,wtk-or-fail">
|
<target name="compile" depends="init,wtk-or-fail">
|
||||||
<javac destdir="${classes.dir}" debug="yes" target="1.5">
|
<javac destdir="${classes.dir}" debug="yes" target="1.8">
|
||||||
<classpath refid="cobertura.classpath" />
|
<classpath refid="cobertura.classpath" />
|
||||||
<classpath refid="wtk-libs" />
|
<classpath refid="wtk-libs" />
|
||||||
<classpath path="lib/bcel-5.2.jar" />
|
<classpath path="lib/bcel-5.2.jar" />
|
||||||
|
|||||||
Reference in New Issue
Block a user