make sure the release target uses new jars, not just ones lying around from old builds

This commit is contained in:
Jeremy Booth 2009-05-31 10:12:19 +00:00
parent 5e59c093bb
commit d6f5dbef0c
1 changed files with 4 additions and 2 deletions

View File

@ -64,6 +64,7 @@
<antcall target="generate-debug"/>
<antcall target="compile" />
<antcall target="-createdebugjars" />
<antcall target="jars" />
<antcall target="javadoc" />
<antcall target="applet-release" />
@ -145,8 +146,9 @@
<fileset dir="${lwjgl.temp}/native/" includes="**/*"/>
</delete>
<copy file="${lwjgl.lib}/jinput.jar" todir="${lwjgl.temp}/jar"/>
<copy file="${lwjgl.lib}/lwjgl-debug.jar" todir="${lwjgl.temp}/jar"/>
<copy todir="${lwjgl.temp}/jar">
<fileset dir="${lwjgl.lib}/" includes="*.jar"/>
</copy>
<copy todir="${lwjgl.temp}/native/windows">
<fileset dir="${lwjgl.lib}/windows">
<patternset refid="lwjgl-windows.fileset" />