1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

grrr, fix name of latest zip

This commit is contained in:
Kevin Glynn 2011-07-27 12:00:13 +02:00
parent b36f07c9f7
commit 1a29534e3f

View File

@ -44,7 +44,7 @@
<target name="dist" description="Distribute final zip to final resting place">
<copy todir="${release.dir}" file="${release.zip}"/>
<copy tofile="${release.dir}/cs2j-latest.zip" file="${release.zip}"/>
<copy tofile="${release.dir}/cs2j-trial-latest.zip" file="${release.zip}"/>
</target>
<target name="mkarchive" description="builds a zip file containing the release">