jruaux 2003/01/30 02:46:18
Modified: petals/ant/src/scripts/j2ee13 build-tests-jboss3x.xml
Log:
Added :
- cactus.init for cactus.setup.container targets
- clean target for container
Revision Changes Path
1.5 +11 -0
jakarta-cactus/petals/ant/src/scripts/j2ee13/build-tests-jboss3x.xml
Index: build-tests-jboss3x.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/petals/ant/src/scripts/j2ee13/build-tests-jboss3x.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build-tests-jboss3x.xml 29 Jan 2003 17:24:44 -0000 1.4
+++ build-tests-jboss3x.xml 30 Jan 2003 10:46:18 -0000 1.5
@@ -134,3 +134,14 @@
Copying the server/ directory does not seem to be enough -->
</target>
+
+ <!--
+ ========================================================================
+ Clean generated files (including distributables)
+ ========================================================================
+ -->
+ <target name="cactus.clean.jboss3x" depends="cactus.init, cactus.clean"
description="Clean target directory">
+ <delete includeEmptyDirs="true">
+ <fileset dir="${cactus.target.jboss3x}"/>
+ </delete>
+ </target>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]