You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/04/06 02:10:45 UTC

cvs commit: maven/src/plugins-build/javadoc plugin.jelly

bwalding    2003/04/05 16:10:45

  Modified:    src/plugins-build/javadoc plugin.jelly
  Log:
  Remove plugin name from second javadoc item.  Will make report runner skip reports
  that have an empty plugin name.  Purely for menu generation.
  PR: MAVEN-355
  
  Revision  Changes    Path
  1.15      +1 -1      maven/src/plugins-build/javadoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly	30 Mar 2003 16:05:23 -0000	1.14
  +++ plugin.jelly	6 Apr 2003 00:10:44 -0000	1.15
  @@ -16,7 +16,7 @@
           description="JavaDoc API documentation."/>
         <doc:registerReport 
           name="JavaDoc Report" 
  -        pluginName="maven-javadoc-plugin"
  +        pluginName=""
           link="javadoc"
           description="Report on the generation of JavaDoc."/>
       </j:if>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org