kschrader 02/05/07 09:41:12
Modified: xdocs/ref build-file.xml
xdocs/start integrate.xml
Log:
Updating docs to keep Pete the Doc-Baron happy. ;-)
And for our users, oh yeah, the users...
Revision Changes Path
1.7 +4 -0 jakarta-turbine-maven/xdocs/ref/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/build-file.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build-file.xml 7 May 2002 16:09:40 -0000 1.6
+++ build-file.xml 7 May 2002 16:41:12 -0000 1.7
@@ -169,6 +169,10 @@
<td>Cleans the build directory.</td>
</tr>
<tr>
+ <td><a href="#maven:update-jars">maven:update-jars</a></td>
+ <td>Forces an update dependent jars in lib.repo.</td>
+ </tr>
+ <tr>
<td><a href="#maven:announce">maven:announce</a></td>
<td>Sends an announcement email to various email addresses.</td>
</tr>
1.4 +5 -1 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- integrate.xml 6 May 2002 02:03:31 -0000 1.3
+++ integrate.xml 7 May 2002 16:41:12 -0000 1.4
@@ -314,7 +314,11 @@
<target name="maven:check-source">
<ant antfile="${maven.home}/build-maven.xml" target="check-source"/>
</target>
-
+
+<target name="maven:update-jars">
+ <ant antfile="${maven.home}/build-maven.xml" target="update-jars"/>
+</target>
+
<target name="maven:announce">
<ant antfile="${maven.home}/build-maven.xml" target="announce"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>