kaz 02/03/18 08:06:58
Modified: xdocs build-file.xml
Log:
Adding the 'maven:singletest' to the list of delegators in the example.
Revision Changes Path
1.13 +4 -0 jakarta-turbine-maven/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build-file.xml 18 Mar 2002 04:59:01 -0000 1.12
+++ build-file.xml 18 Mar 2002 16:06:58 -0000 1.13
@@ -77,6 +77,10 @@
<target name="maven:test">
<ant antfile="${maven.home}/build-test.xml" target="test"/>
</target>
+
+<target name="maven:singletest">
+ <ant antfile="${maven.home}/build-test.xml" target="run-singletest"/>
+</target>
<target name="maven:clean">
<ant antfile="${maven.home}/build-maven.xml" target="clean"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>