quintonm 2003/02/21 09:44:44
Modified: src/generator/src/maven-plugin/xdocs properties.xml
Log:
Updated docs to reflect changes in the plugin
Revision Changes Path
1.2 +11 -17 db-torque/src/generator/src/maven-plugin/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/maven-plugin/xdocs/properties.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- properties.xml 10 Feb 2003 13:29:33 -0000 1.1
+++ properties.xml 21 Feb 2003 17:44:43 -0000 1.2
@@ -3,29 +3,23 @@
<properties>
<title>Maven Torque Plugin</title>
<author email="[EMAIL PROTECTED]">Stephen Haberman</author>
+ <author email="[EMAIL PROTECTED]">Quinton McCombs</author>
</properties>
<body>
<section name="Plugin Settings">
<p>
- Note that all of the <code>torque.*</code> properties that are defined
- for use in the <code>build-torque.xml</code> still apply here. This
- maven plugin just acts as a wrapper to delegate the
- <code>torque:*</code> tasks into a <code>build-torque.xml</code>.
+ All of the settings used by the plugin are documented in the
+ <a href="/torque/properties-reference.html">Properties Reference</a>
+ for Torque.
+ </p>
+ <p>
+ You can also view the default settings for each of the properties
+ by looking at plugin.properties in your
+ MAVEN_HOME/plugins/maven-torque-plugin directory. <b>Do not modify
+ this file!</b> All settings can be overridden in you project.properties
+ or build.properties file.
</p>
-
- <table>
- <tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
- <tr>
- <td>torque.mavenPlugin.antFile</td>
- <td>Yes</td>
- <td>
- Specifies which <code>build-torque.xml</code> to use when calling
- the various Torque targets. Defaults to
-
<code>${maven.home}/plugins/maven-torque-plugin-3.0-rc2-dev/build-torque.xml</code>.
- </td>
- </tr>
- </table>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]