stephenh    2002/11/01 09:29:17

  Modified:    src/maven-plugin/xdocs index.xml
  Added:       src/maven-plugin/xdocs properties.xml
  Log:
  Minor update to the index.xml doc and added a properties.xml doc to describe the new 
torque.mavenPlugin.antFile property.
  
  Revision  Changes    Path
  1.3       +3 -4      jakarta-turbine-torque/src/maven-plugin/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/maven-plugin/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 31 Oct 2002 02:52:38 -0000      1.2
  +++ index.xml 1 Nov 2002 17:29:17 -0000       1.3
  @@ -9,10 +9,9 @@
     <body>
       <section name="Maven Torque Plugin">
         <p>
  -        This plug-in simply delegates to the build-torque.xml file
  -        shipped with the plug-in and will read the Torque templates
  -        from the classpath instead of relying on copies of
  -        templates in your source tree.
  +        This plugin simply delegates to the <code>build-torque.xml</code> file
  +        shipped with the plugin and will read the Torque templates from the
  +        classpath instead of relying on copies of templates in your source tree.
         </p>
       </section>
    </body>
  
  
  
  1.1                  jakarta-turbine-torque/src/maven-plugin/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <document>
    <properties>
      <title>Maven Torque Plugin</title>
      <author email="[EMAIL PROTECTED]">Stephen Haberman</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>.
        </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:   <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>

Reply via email to