cziegeler 01/11/23 04:04:19 Modified: . Tag: cocoon_20_branch build.xml Log: Reduce size of binary dist Revision Changes Path No revision No revision 1.8.2.65 +3 -0 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.8.2.64 retrieving revision 1.8.2.65 diff -u -r1.8.2.64 -r1.8.2.65 --- build.xml 2001/11/23 11:39:16 1.8.2.64 +++ build.xml 2001/11/23 12:04:19 1.8.2.65 @@ -1071,6 +1071,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]