Author: tfischer
Date: Mon Jun 4 12:41:42 2012
New Revision: 1345941
URL: http://svn.apache.org/viewvc?rev=1345941&view=rev
Log:
Documentation fixes (mostly wording)
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/index.xml
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/generator-task.xml
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/index.xml
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/maven2-plugin/reference/index.xml
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/index.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/index.xml?rev=1345941&r1=1345940&r2=1345941&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/index.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/index.xml
Mon Jun 4 12:41:42 2012
@@ -27,8 +27,8 @@
<body>
<section name="Introduction">
<p>
- The Torque ant tasks project can currently be used to
- run the Torque generator from within ant. For more information, see the
+ The Torque Ant tasks project can currently be used to
+ run the Torque generator from within Ant. For more information, see the
<a href="reference/index.html">tasks reference</a>.
</p>
</section>
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/generator-task.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/generator-task.xml?rev=1345941&r1=1345940&r2=1345941&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/generator-task.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/generator-task.xml
Mon Jun 4 12:41:42 2012
@@ -97,18 +97,19 @@
</li>
</ul>
<p>
- Target attributes: They define wher the target files are created.
+ Target attributes: They define where the target files are created.
</p>
<ul>
<li>
- newFileTargetDir: The target directory for files
+ defaultOutputDir: The target directory for files
which are generated each time anew.
Default is "./generated-sources".
</li>
<li>
- modifiedFileTargetDir: The target directory for files
- which are not generated each time anew.
- Default is "./src/main/generated-java".
+ outputDirMap:
+ The mapping from outputDirKey to output directories.
+ The outputDirKeys are defined in the templates you use.
+ Default is modifiable -> "./src/main/generated-java"
</li>
</ul>
<p>
@@ -120,11 +121,6 @@
Must be one of trace, debug, info, warn or error.
If not set, the log level defined in the generation unit is used.
</li>
- <li>
- modifiedFileTargetDir: The target directory for files
- which are not generated each time anew.
- Default is "./src/main/generated-java".
- </li>
</ul>
</subsection>
</section>
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/index.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/index.xml?rev=1345941&r1=1345940&r2=1345941&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/index.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/ant-tasks/reference/index.xml
Mon Jun 4 12:41:42 2012
@@ -26,7 +26,7 @@
<body>
<section name="Introduction">
<p>
- The Torque ant tasks provide the ant integration of the
+ The Torque Ant tasks provide the Ant integration of the
Torque generator.
</p>
<p>
@@ -57,7 +57,7 @@
</torque-generator>
]]></source>
<p>
- The documentation of the template should give you to the values for
+ The documentation of the templates should give you to the values for
${templates-config-package} and the necessary/possible options to set.
Set ${source-dir} to the directory where the source files for the
generation are located.
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/maven2-plugin/reference/index.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/maven2-plugin/reference/index.xml?rev=1345941&r1=1345940&r2=1345941&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/maven2-plugin/reference/index.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/modules/maven2-plugin/reference/index.xml
Mon Jun 4 12:41:42 2012
@@ -20,18 +20,18 @@
<document>
<properties>
- <title>Torque Maven 2 Plugin</title>
+ <title>Torque Maven Plugin</title>
</properties>
<body>
<section name="Introduction">
<p>
- The Torque maven 2 plugin provides the maven 2 integration of the
+ The Torque Maven plugin provides the Maven 2/3 integration of the
Torque generator.
</p>
<p>
The only goal this plugin offers currently is the "generate" goal, which
- starts the torque generator.
+ starts the Torque generator.
A basic configuration for using pre-defined templates would be
</p>
<source><![CDATA[
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]