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:52:37 UTC

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

dion        2002/12/12 15:52:37

  Modified:    src/plugins-build/ear/xdocs goals.xml
  Log:
  Changed goals to new format
  
  Revision  Changes    Path
  1.2       +17 -20    jakarta-turbine-maven/src/plugins-build/ear/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ear/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	19 Nov 2002 23:12:14 -0000	1.1
  +++ goals.xml	12 Dec 2002 23:52:37 -0000	1.2
  @@ -7,29 +7,26 @@
     </properties>
   
     <body>
  -    <section name="Goals">
  -      <table>
  -        <tr><th>Goal</th><th>Description</th></tr>
  -        <tr>
  -          <td>ear</td>
  -          <td>
  +    <goals>
  +      <goal>
  +        <name>ear</name>
  +        <description>
               Default goal - see ear:ear
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>ear:ear</td>
  -          <td>
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>ear:ear</name>
  +        <description>
               constructs the ear file from the compiled sources 
               and resources.
  -          </td>
  -        </tr>
  -        <tr>
  -          <td>ear:install</td>
  -          <td>
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>ear:install</name>
  +        <description>
               Installs the generated ear file into the local repository
  -          </td>
  -        </tr>
  -      </table>
  -    </section>
  +        </description>
  +      </goal>
  +    </goals>
    </body>
   </document>