cziegeler 2002/08/14 05:26:13
Modified: . build.xml
Log:
Readding deletion of anttask directory for clean task
Revision Changes Path
1.255 +1 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- build.xml 12 Aug 2002 22:31:55 -0000 1.254
+++ build.xml 14 Aug 2002 12:26:13 -0000 1.255
@@ -1882,6 +1882,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]