Switch to destfile.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@562 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
<!-- builds our distribution files (war and jar) -->
|
||||
<target name="dist" depends="prepare,compile">
|
||||
<jar file="${deploy.dir}/${dist.jar}"
|
||||
<jar destfile="${deploy.dir}/${dist.jar}"
|
||||
basedir="${deploy.dir}/classes"/>
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user