cziegeler 01/11/23 04:04:36
Modified: . build.xml
Log:
Reduce size of binary dist
Revision Changes Path
1.105 +3 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- build.xml 2001/11/23 11:39:35 1.104
+++ build.xml 2001/11/23 12:04:36 1.105
@@ -1255,6 +1255,9 @@
<!-- Build the war file -->
<jar jarfile="${dist.bin.dir}/${name}.war" basedir="${dist.bin.dir}/webapp"
includes="**"/>
+
+ <!-- Delete the webapp directory -->
+ <delete dir="${dist.bin.dir}/webapp"/>
</target>
<!-- =================================================================== -->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]