mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 00:00:47 +00:00
Fixed build warning.
This commit is contained in:
+2
-2
@@ -48,7 +48,7 @@
|
|||||||
<delete dir="${COMPILEDIR}"/>
|
<delete dir="${COMPILEDIR}"/>
|
||||||
<mkdir dir="${COMPILEDIR}"/>
|
<mkdir dir="${COMPILEDIR}"/>
|
||||||
<javac srcdir="${SOURCEDIR}" destdir="${COMPILEDIR}" includes="**/*.java" target="1.6" debug="true"
|
<javac srcdir="${SOURCEDIR}" destdir="${COMPILEDIR}" includes="**/*.java" target="1.6" debug="true"
|
||||||
debuglevel="lines,vars,source">
|
debuglevel="lines,vars,source" includeantruntime="false">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${LIBRARIESDIR}" includes="**/*.jar"/>
|
<fileset dir="${LIBRARIESDIR}" includes="**/*.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<mkdir dir="${TESTRESULTSDIR}/raw/"/>
|
<mkdir dir="${TESTRESULTSDIR}/raw/"/>
|
||||||
<delete dir="${COMPILETESTSDIR}"/>
|
<delete dir="${COMPILETESTSDIR}"/>
|
||||||
<mkdir dir="${COMPILETESTSDIR}"/>
|
<mkdir dir="${COMPILETESTSDIR}"/>
|
||||||
<javac srcdir="${TESTDIR}" destdir="${COMPILETESTSDIR}" includes="**/*.java" target="1.6">
|
<javac srcdir="${TESTDIR}" destdir="${COMPILETESTSDIR}" includes="**/*.java" target="1.6" debug="true" includeantruntime="false">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${COMPILEDIR}"/>
|
<pathelement path="${COMPILEDIR}"/>
|
||||||
<fileset dir="${LIBRARIESDIR}" includes="**/*.jar"/>
|
<fileset dir="${LIBRARIESDIR}" includes="**/*.jar"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user