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:
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<!-- builds our distribution files (war and jar) -->
|
<!-- builds our distribution files (war and jar) -->
|
||||||
<target name="dist" depends="prepare,compile">
|
<target name="dist" depends="prepare,compile">
|
||||||
<jar jarfile="${deploy.dir}/${dist.jar}"
|
<jar file="${deploy.dir}/${dist.jar}"
|
||||||
basedir="${deploy.dir}/classes"/>
|
basedir="${deploy.dir}/classes"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user