aheritier    2004/05/10 15:26:34

  Modified:    javadoc  plugin.jelly
               jxr      plugin.jelly
  Log:
  open reports in a new window
  
  Revision  Changes    Path
  1.35      +1 -0      maven-plugins/javadoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/plugin.jelly,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- plugin.jelly      7 May 2004 02:22:12 -0000       1.34
  +++ plugin.jelly      10 May 2004 22:26:34 -0000      1.35
  @@ -37,6 +37,7 @@
           name="JavaDocs" 
           pluginName="maven-javadoc-plugin"
           link="apidocs/index"
  +        target="_blank"
           description="JavaDoc API documentation."/>
         <doc:registerReport 
           name="JavaDoc Report" 
  
  
  
  1.20      +2 -0      maven-plugins/jxr/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/plugin.jelly,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- plugin.jelly      4 Mar 2004 18:36:31 -0000       1.19
  +++ plugin.jelly      10 May 2004 22:26:34 -0000      1.20
  @@ -41,12 +41,14 @@
           name="Source Xref" 
           pluginName="maven-jxr-plugin" 
           link="xref/index"
  +        target="_blank"
           description="A set of browsable cross-referenced sources."/>
         <j:if test="${unitTestSourcesPresent}">
         <doc:registerReport 
             name="Test Xref" 
             pluginName="maven-jxr-plugin" 
             link="xref-test/index"
  +          target="_blank"
             description="A set of browsable cross-referenced test sources."/>
         </j:if>
       </j:if>
  
  
  

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

Reply via email to