Use file= rather than jarfile=.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@343 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-09-21 00:21:55 +00:00
parent 7c96663f44
commit fda93f4445
+1 -1
View File
@@ -59,7 +59,7 @@
<!-- builds our distribution files (war and jar) -->
<target name="dist" depends="prepare,compile">
<jar jarfile="${dist.home}/${dist.jar}"
<jar file="${dist.home}/${dist.jar}"
basedir="${deploy.home}/classes"/>
</target>