mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 21:40:46 +00:00
fixed lib ant script base dir
This commit is contained in:
+3
-3
@@ -396,18 +396,18 @@
|
||||
</target>
|
||||
|
||||
<target name="build_lib">
|
||||
<ant antfile="${CORELIBSCRIPT}" target="build" inheritAll="false" />
|
||||
<ant antfile="${CORELIBSCRIPT}" target="build" inheritAll="false" usenativebasedir="true"/>
|
||||
<copy file="${CORELIBPATH}" todir="${LIBRARIESDIR}" />
|
||||
</target>
|
||||
|
||||
<target name="clean_lib">
|
||||
<ant antfile="${CORELIBSCRIPT}" target="clean" inheritAll="false" />
|
||||
<ant antfile="${CORELIBSCRIPT}" target="clean" inheritAll="false" usenativebasedir="true" />
|
||||
<delete file="${LIBRARIESDIR}/${CORELIBNAME}" />
|
||||
</target>
|
||||
|
||||
|
||||
<target name="test_lib">
|
||||
<ant antfile="${CORELIBSCRIPT}" target="test" inheritAll="false" />
|
||||
<ant antfile="${CORELIBSCRIPT}" target="test" inheritAll="false" usenativebasedir="true" />
|
||||
</target>
|
||||
|
||||
<target name="build" depends="-loadversion,build_lib,-timestamp,-nightly-suffix,-nonightly-suffix,compile">
|
||||
|
||||
Reference in New Issue
Block a user