prussell 00/12/02 05:24:51
Modified: . Tag: xml-cocoon2 build.xml
Log:
Removed obsolete delete tasks from clean target.
Revision Changes Path
No revision
No revision
1.6.2.46 +0 -3 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.6.2.45
retrieving revision 1.6.2.46
diff -u -r1.6.2.45 -r1.6.2.46
--- build.xml 2000/11/20 11:54:59 1.6.2.45
+++ build.xml 2000/12/02 13:24:50 1.6.2.46
@@ -460,9 +460,6 @@
<!-- Clean targets
-->
<!-- ===================================================================
-->
<target name="clean" depends="init" description="* Cleans the build
directories">
- <delete file="${docs.dir}/changes.xml"/>
- <delete file="${docs.dir}/todo.xml"/>
- <delete file="${docs.dir}/book.xml"/>
<delete dir="${build.dir}"/>
</target>