vmassol     2003/11/29 10:25:39

  Modified:    junit-report/xdocs changes.xml
               junit-report plugin.jelly
  Log:
  Removed deprecation on maven-junit-report-plugin:report goal.
  
  Revision  Changes    Path
  1.6       +3 -2      maven-plugins/junit-report/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       29 Nov 2003 17:22:06 -0000      1.5
  +++ changes.xml       29 Nov 2003 18:25:39 -0000      1.6
  @@ -10,8 +10,9 @@
   
       <release version="1.4" date="in CVS">
         <action dev="vmassol" type="update">
  -        Deprecated goal <code>maven-junit-report-plugin:report</code>. It is
  -        replaced by <code>junit-report:report</code>.
  +        Added new goal <code>junit-report:report</code> which is is the same
  +        as the <code>maven-junit-report-plugin:report</code> goal (but in a
  +        simpler short form that can be called from other plugins).
         </action>
       </release>
       
  
  
  
  1.13      +2 -4      maven-plugins/junit-report/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly      29 Nov 2003 17:26:41 -0000      1.12
  +++ plugin.jelly      29 Nov 2003 18:25:39 -0000      1.13
  @@ -10,7 +10,7 @@
       <j:if test="${unitTestSourcesPresent == 'true'}">
         <doc:registerReport 
           name="Unit Tests"
  -        pluginName="junit-report"
  +        pluginName="maven-junit-report-plugin"
           description="Report on the results of the unit tests."
           link="junit-report"/>
       </j:if>
  @@ -26,10 +26,8 @@
     <!-- C R E A T E  J U N I T  X M L  R E P O R T                         -->
     <!-- ================================================================== -->
   
  -  <!-- 29/11/2003: Deprecated: needs to be removed sometime in the future -->
     <goal name="maven-junit-report-plugin:report" 
  -    prereqs="junit-report:report"
  -    description="Generate a report from the test results (deprecated - Please use 
junit-report:report instead)"/>
  +    prereqs="junit-report:report"/>
   
     <goal name="junit-report:report"
       description="Generate a report from the test results">
  
  
  

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

Reply via email to