kaz 02/05/15 16:10:20
Modified: xdocs/start integrate.xml
Log:
Fixed a documentation typo.
Revision Changes Path
1.9 +2 -2 jakarta-turbine-maven/xdocs/start/integrate.xml
Index: integrate.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/integrate.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- integrate.xml 15 May 2002 19:17:45 -0000 1.8
+++ integrate.xml 15 May 2002 23:10:20 -0000 1.9
@@ -247,7 +247,7 @@
</target>
<target name="maven:run-singletest">
- <ant antfile="${maven.home}/pluginx/test/build.xml" target="run-singletest"/>
+ <ant antfile="${maven.home}/plugins/test/build.xml" target="run-singletest"/>
</target>
<target name="maven:compile">
@@ -335,7 +335,7 @@
</target>
<target name="maven:test">
- <ant antfile="${maven.home}/pluginx/test/build.xml" target="test"/>
+ <ant antfile="${maven.home}/plugins/test/build.xml" target="test"/>
</target>
<target name="maven:pdf">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>