You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/12/13 00:15:03 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/ant/xdocs goals.xml

dion        2002/12/12 15:15:02

  Modified:    src/plugins-build/ant/xdocs goals.xml
  Log:
  Update docs to use new format
  
  Revision  Changes    Path
  1.2       +23 -27    jakarta-turbine-maven/src/plugins-build/ant/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ant/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	29 Sep 2002 16:27:36 -0000	1.1
  +++ goals.xml	12 Dec 2002 23:15:02 -0000	1.2
  @@ -7,34 +7,30 @@
     </properties>
   
     <body>
  -    <section name="Goals">
  -      <table>
  -        <tr><th>Goal</th><th>Description</th></tr>
  -        <tr>
  -          <td>ant</td>
  -          <td>
  +    <goals>
  +      <goal>
  +        <name>ant</name>
  +        <description>
               This is the default goal of the plugin and simply attains
               the <code>ant:generate-build</code> goal.
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>ant:generate-build</td>
  -          <td>
  -            Generates an <a href="http://jakarta.apache.org/ant/">ant</a>
  -            <code>build.xml</code> in the current directory which has targets 
  -            to
  -            <ul>
  -              <li>Compile the java source code</li>
  -              <li>Create a jar from the compiled java code</li>
  -              <li>Create a distribution</li>
  -              <li>Run unit tests</li>
  -              <li>Generate JavaDoc</li>
  -              <li>Download all required jar files</li>
  -              <li>Download and install Maven</li>
  -            </ul>
  -          </td>
  -        </tr>
  -      </table>
  -    </section>
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>ant:generate-build</name>
  +        <description>
  +          Generates an <a href="http://jakarta.apache.org/ant/">ant</a>
  +          <code>build.xml</code> in the current directory which has targets to
  +          <ul>
  +            <li>Compile the java source code</li>
  +            <li>Create a jar from the compiled java code</li>
  +            <li>Create a distribution</li>
  +            <li>Run unit tests</li>
  +            <li>Generate JavaDoc</li>
  +            <li>Download all required jar files</li>
  +            <li>Download and install Maven</li>
  +          </ul>
  +        </description>
  +      </goal>
  +    </goals>
    </body>
   </document>