Author: tfischer
Date: Mon Jun 4 12:43:46 2012
New Revision: 1345943
URL: http://svn.apache.org/viewvc?rev=1345943&view=rev
Log:
Wording changes
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/index.xml
db/torque/torque4/trunk/torque-site/src/site/xdoc/status.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=1345943&r1=1345942&r2=1345943&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 Mon Jun 4
12:43:46 2012
@@ -50,9 +50,9 @@
</p>
<p>
- Usage of autogeneration eases the customization of the database layer,
- as you can override the autogenerated methods and thus easily change
- their behaviour. A modularized template structure allows inclusion
+ Usage of code generation eases the customization of the database layer,
+ as you can override the generated methods and thus easily change
+ their behavior. A modularized template structure allows inclusion
of your own code generation templates during the code generation
process.
</p>
</section>
@@ -61,11 +61,11 @@
<p>
<ul>
<li>
- Most recent <i>production</i> release of Torque is
+ The most recent <i>production</i> release of Torque is
<a href="http://db.apache.org/torque">Torque 3.3</a>.
</li>
<li>
- Most recent <i>development</i> version of Torque is Torque
+ The most recent <i>development</i> version of Torque is Torque
4.0-alpha1-SNAPSHOT. Torque4 is under heavy development, so
everything may be subject to change.
</li>
@@ -87,7 +87,7 @@
<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
+ If you use the Maven plugin or Ant tasks, you do not need to use the
generator directly.
</dd>
<dt>maven-torque-plugin</dt>
Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml?rev=1345943&r1=1345942&r2=1345943&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml Mon Jun 4
12:43:46 2012
@@ -37,17 +37,13 @@
Torque 4.
</p>
- <subsection name="16 February 2010 - new Generator, Templates and Maven
2 plugin">
+ <subsection name="16 February 2010 - new Generator, Templates and Maven
plugin">
<p>
The generator was replaced with a brand-new general purpose code
generator. The templates have been adopted to match this change.
- A new maven2 plugin integrates the new generator in a maven 2 build.
- Known issues are:
+ A new Maven plugin integrates the new generator in a Maven 2/3 build.
+ An Ant tasks project integrates the new generator in an Ant build.
</p>
- <ul>
- <li>No external schema support</li>
- <li>No ant integration yet</li>
- </ul>
</subsection>
<subsection name="07 September 2008 - Torque 4 branch created">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]