taylor 2002/10/23 15:04:53
Modified: build build.xml
Log:
The 'clean' task now cleans up the Torque temp files as requested by Paul Spencer.
Revision Changes Path
1.165 +5 -0 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- build.xml 22 Oct 2002 16:14:31 -0000 1.164
+++ build.xml 23 Oct 2002 22:04:53 -0000 1.165
@@ -1165,6 +1165,11 @@
<filtersfile
file="${webapp.dir}/WEB-INF/conf/JetspeedSecurity.default"/>
</filterset>
</copy>
+
+ <ant antfile="build.xml" dir="./build/torque" target="clean">
+ <property name="build.properties" value="build.properties"/>
+ </ant>
+
</target>
<!-- =================================================================== -->
--
To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>