kaz 02/02/22 17:35:07
Modified: xdocs build-file.xml
Log:
Updated document to reflect the new gump target that Jason added.
Revision Changes Path
1.3 +15 -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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build-file.xml 23 Feb 2002 01:20:31 -0000 1.2
+++ build-file.xml 23 Feb 2002 01:35:07 -0000 1.3
@@ -75,6 +75,10 @@
<td>Installs JAR file in local filesystem.</td>
</tr>
<tr>
+ <td>gump</td>
+ <td>Generate a <a href="/gump.html">Gump</a> project descriptor.</td>
+ </tr>
+ <tr>
<td>clean</td>
<td>Cleans the build directory.</td>
</tr>
@@ -292,6 +296,17 @@
The <code>install-jar</code> target installs the project's jar
file into the <code>${lib.repo}</code> directory. If the jar
file has not been created, it is first built.
+ </p>
+ </subsection>
+ <subsection name="gump">
+ <p>
+ The <code>gump</code> target builds a <a
+ href="/gump.html">Gump</a> project descriptor from a Maven
+ project descriptor. This target is for those that wish to
+ participate in the Gump continuous integration project. In
+ the future, Maven will provide such functionality and much
+ much more. Until then, this target is provided in the
+ interim.
</p>
</subsection>
<subsection name="clean">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>