cziegeler 2002/08/14 05:27:51 Modified: . Tag: cocoon_2_0_3_branch build.xml Log: Readding deletion of anttask directory for clean task Revision Changes Path No revision No revision 1.196.2.16 +1 -0 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.196.2.15 retrieving revision 1.196.2.16 diff -u -r1.196.2.15 -r1.196.2.16 --- build.xml 8 Aug 2002 02:06:29 -0000 1.196.2.15 +++ build.xml 14 Aug 2002 12:27:51 -0000 1.196.2.16 @@ -1783,6 +1783,7 @@ <!-- =================================================================== --> <target name="clean" depends="init" description="Cleans the build directories"> <delete dir="${build.dir}"/> + <delete dir="${tools.dir}/anttasks"/> </target> <target name="distclean" depends="clean" description="Cleans everything to the original state">
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]