We can safely switch to destfile because we're using our own build of ant.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@936 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-05 21:41:17 +00:00
parent 98c0b84562
commit 4575bbcf13
+1 -1
View File
@@ -68,7 +68,7 @@
<!-- builds our distribution files (war and jar) -->
<target name="dist" depends="prepare,compile">
<jar file="${dist.home}/${dist.jar}"
<jar destfile="${dist.home}/${dist.jar}"
basedir="${deploy.dir}/classes"/>
</target>