stefano 2003/02/26 06:40:53
Modified: . build.xml
Log:
this is done with 'distclean'
Revision Changes Path
1.334 +1 -3 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- build.xml 26 Feb 2003 09:11:18 -0000 1.333
+++ build.xml 26 Feb 2003 14:40:52 -0000 1.334
@@ -907,8 +907,6 @@
<target name="clean" depends="init">
<!-- Delete the build directory -->
<delete dir="${build}"/>
- <!-- Delete our own ant tasks -->
- <delete dir="${tools.tasks}"/>
</target>
<!-- Clean the webapp -->