seade 2004/08/18 19:55:13
Modified: src/generator/xdocs index.xml
Log:
Update the information concerning the Torque maven plugin and fixed a couple of
typos.
Revision Changes Path
1.4 +16 -6 db-torque/src/generator/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 11 Jul 2003 05:56:22 -0000 1.3
+++ index.xml 19 Aug 2004 02:55:13 -0000 1.4
@@ -4,6 +4,7 @@
<properties>
<title>Torque generator</title>
<author email="[EMAIL PROTECTED]">Martin Poeschl</author>
+ <author email="[EMAIL PROTECTED]">Scott Eade</author>
</properties>
<body>
@@ -17,11 +18,23 @@
</p>
<p>
- Torque offers an <a href="http://ant.apache.org/">Ant</a> build
+ Torque offers a <a href="http://maven.apache.org/">Maven</a> plugin
+ (<a href="../maven-plugin/">maven-plugin</a>) that can be used to
+ invoke the generator.
+ </p>
+
+ <p>
+ Torque also offers an <a href="http://ant.apache.org/">Ant</a> build
file (<code>build-torque.xml</code>) which could be added to your
project. It defines the following targets:
</p>
+ <p>
+ The following tasks are available as both Ant tasks
+ (<code>ant @task@</code>) and, after installing maven-plugin as
+ Maven goals (<code>maven torque:@task@</code>):
+ </p>
+
<subsection name="SQL tasks">
<ul>
<li>
@@ -73,7 +86,7 @@
<ul>
<li>
<strong>om</strong><br/>
- generates the Object/Peer/Manager modell for Torque.
+ generates the Object/Peer/Manager model for Torque.
</li>
<p/>
<li>
@@ -99,7 +112,7 @@
</li>
</ul>
</subsection>
- <subsection name="other tasks">
+ <subsection name="Other tasks">
<ul>
<li>
<strong>doc</strong><br/>
@@ -109,9 +122,6 @@
</ul>
</subsection>
- <p>
- <a href="http://maven.apache.org">Maven</a> offers a plugin for Torque.
- </p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]