dion        2003/01/01 01:15:22

  Modified:    src/plugins-build/plugin plugin.jelly
  Log:
  added descriptions
  
  Revision  Changes    Path
  1.2       +9 -4      jakarta-turbine-maven/src/plugins-build/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plugin/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      1 Jan 2003 09:05:30 -0000       1.1
  +++ plugin.jelly      1 Jan 2003 09:15:21 -0000       1.2
  @@ -39,7 +39,8 @@
     <!-- generate documentation -->
     
     <!-- generate docs that are usually missing -->
  -  <goal name="plugin:generate-docs">
  +  <goal name="plugin:generate-docs" 
  +    description="Generate navigation, goals and properties docs">
       <attainGoal name="plugin:generate-navigation" />
       <attainGoal name="plugin:generate-goals" />
       <attainGoal name="plugin:generate-properties" />
  @@ -47,7 +48,8 @@
     
     <!-- generate a skeletal navigation.xml for the plugin specified
          by the 'plugin' variable -->
  -  <goal name="plugin:generate-navigation">
  +  <goal name="plugin:generate-navigation"
  +    description="Generate navigation.xml for the plugin">
     
       <j:set var="skip" value="false" />
       <j:set var="fileName">${maven.docs.src}/navigation.xml</j:set>
  @@ -66,7 +68,8 @@
     </goal>
     
     <!-- generate a skeletal goals.xml for the plugin specified -->
  -  <goal name="plugin:generate-goals">
  +  <goal name="plugin:generate-goals"
  +    description="Generate goals.xml for the plugin">
     
       <j:set var="skip" value="false" />
       <j:set var="fileName">${maven.docs.src}/goals.xml</j:set>
  @@ -104,7 +107,9 @@
     </goal>
     
     <!-- generate properties documentation -->
  -  <goal name="plugin:generate-properties">
  +  <goal name="plugin:generate-properties"
  +    description="Generate properties.xml for the plugin">
  +
     
       <j:set var="skip" value="false" />
       <j:set var="fileName">${maven.docs.src}/properties.xml</j:set>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to