mpoeschl 2003/07/10 22:56:22
Modified: src/generator/xdocs index.xml
Log:
group tasks
Revision Changes Path
1.3 +31 -13 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 26 Mar 2003 19:23:31 -0000 1.2
+++ index.xml 11 Jul 2003 05:56:22 -0000 1.3
@@ -20,6 +20,9 @@
Torque 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>
+
+ <subsection name="SQL tasks">
<ul>
<li>
<strong>sql</strong><br/>
@@ -28,11 +31,6 @@
</li>
<p/>
<li>
- <strong>doc</strong><br/>
- generates html or xml documentation for xml schemas
- </li>
- <p/>
- <li>
<strong>create-db</strong><br/>
generates simple scripts for creating databases on various
platforms.
@@ -60,11 +58,6 @@
</li>
<p/>
<li>
- <strong>om</strong><br/>
- generates output by using Velocity
- </li>
- <p/>
- <li>
<strong>insert-sql</strong><br/>
inserts a SQL file into its designated database
</li>
@@ -74,22 +67,47 @@
generates an xml schema from an sql schema
</li>
<p/>
+ </ul>
+ </subsection>
+ <subsection name="Torque tasks">
+ <ul>
+ <li>
+ <strong>om</strong><br/>
+ generates the Object/Peer/Manager modell for Torque.
+ </li>
+ <p/>
<li>
<strong>id-table-init-sql</strong><br/>
generates the initialization sql for the id table
</li>
<p/>
+ </ul>
+ </subsection>
+ <subsection name="OJB tasks">
+ <p>
+ The OJB support is new and will be enhanced in future versions.
+ </p>
+ <ul>
<li>
<strong>ojb-model</strong><br/>
- generates an object model for ojb (experimental)
+ generates a simple object model for ojb
</li>
<p/>
<li>
<strong>ojb-repository</strong><br/>
- generates the repository for ojb (experimental)
+ generates the repository for ojb
</li>
</ul>
- </p>
+ </subsection>
+ <subsection name="other tasks">
+ <ul>
+ <li>
+ <strong>doc</strong><br/>
+ generates html or xml documentation for xml schemas
+ </li>
+ <p/>
+ </ul>
+ </subsection>
<p>
<a href="http://maven.apache.org">Maven</a> offers a plugin for Torque.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]