Switch from jarfile= to file=. It's the New Way (tm).

git-svn-id: https://samskivert.googlecode.com/svn/trunk@321 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-09-20 01:52:12 +00:00
parent 7a4064dc55
commit 07fcb0022b
+1 -1
View File
@@ -64,7 +64,7 @@
<!-- builds our distribution files (war and jar) -->
<target name="dist" depends="prepare,compile">
<jar jarfile="${deploy.dir}/${dist.jar}"
<jar file="${deploy.dir}/${dist.jar}"
basedir="${deploy.dir}/classes"/>
</target>