donaldp 2002/07/07 01:33:23 Modified: xmlbundle build.xml Log: Make sure that velocity files are zxapped as part of clean. Revision Changes Path 1.25 +1 -0 jakarta-avalon-excalibur/xmlbundle/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- build.xml 7 Jul 2002 08:30:29 -0000 1.24 +++ build.xml 7 Jul 2002 08:33:23 -0000 1.25 @@ -400,6 +400,7 @@ <delete dir="${dist.dir}" /> <delete dir="test" /> <!-- unit testing output directory --> <delete> + <fileset dir="." includes="velocity.*"/> <fileset dir="." includes="**/*~" defaultexcludes="no"/> </delete> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>