bwalding    2003/02/23 07:53:46

  Modified:    src/plugins-build/changelog plugin.jelly
  Log:
  o Add new report deregister goal, modify register goal for slightly modified report 
method
  
  Revision  Changes    Path
  1.4       +5 -0      jakarta-turbine-maven/src/plugins-build/changelog/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/changelog/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly      31 Jan 2003 18:25:27 -0000      1.3
  +++ plugin.jelly      23 Feb 2003 15:53:46 -0000      1.4
  @@ -9,8 +9,13 @@
     <goal name="maven-changelog-plugin:register">
       <doc:registerReport 
         name="Change Log" 
  +      pluginName="maven-changelog-plugin"
         link="changelog-report"
         description="Report on the source control changelog."/>
  +  </goal>
  +  
  +  <goal name="maven-changelog-plugin:deregister">
  +    <doc:deregisterReport name="Change Log"/>
     </goal>
   
     <define:taglib uri="changelog">
  
  
  

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

Reply via email to