You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/09/21 21:10:22 UTC

svn commit: r999549 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/index.xml

Author: tfischer
Date: Tue Sep 21 19:10:22 2010
New Revision: 999549

URL: http://svn.apache.org/viewvc?rev=999549&view=rev
Log:
- use real project name
- add ant tasks subproject

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/index.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/index.xml?rev=999549&r1=999548&r2=999549&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/index.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/index.xml Tue Sep 21 19:10:22 2010
@@ -77,31 +77,34 @@
     <p>
      Torque consists of multiple parts:
      <dl>
-       <dt>runtime</dt>
+       <dt>torque-runtime</dt>
        <dd>
         The Torque runtime contains everything to allow an
         application to access the database.  It is the only component of Torque
         needed in your application and can be used standalone.
        </dd>
-       <dt>generator</dt>
+       <dt>torque-generator</dt>
        <dd>
          The generator generates the java sources for the database access
          classes used in your application.
          If you use the Maven plugin, you do not need to use the 
          generator directly.
        </dd>
-       <dt>maven-plugin</dt>
+       <dt>maven-torque-plugin</dt>
        <dd>
-        The Torque Maven 2 plugin generates the java sources for the
-        database access classes. Internally, 
-        the Maven plugin uses the generator to accomplish this.
+        The Torque Maven 2 plugin makes the Torque generator accessible
+        in a maven build.
        </dd>
-       <dt>templates</dt>
+       <dt>torque-ant-tasks</dt>
+       <dd>
+        The Torque ant tasks integrate the Torque generator in an ant build.
+       </dd>
+       <dt>torque-templates</dt>
        <dd>
          The templates contain the building blocks used by the generator 
          to create the O/R peer and object classes, SQL scripts and the like.
-         You can change the templates if you want to customize the output 
-         of the generator.
+         You can extend or change the templates if you want to customize
+         the output of the generator, or even write templates of your own.
        </dd>
      </dl>
     </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org