evenisse    2004/08/23 05:30:20

  Modified:    jxr      plugin.jelly
               jxr/xdocs changes.xml
  Log:
  MPJXR-17. Add the possibility to run JXR for tests classes if sources classes 
doesn't exists.
  
  Revision  Changes    Path
  1.21      +2 -2      maven-plugins/jxr/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/plugin.jelly,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly      10 May 2004 22:26:34 -0000      1.20
  +++ plugin.jelly      23 Aug 2004 12:30:20 -0000      1.21
  @@ -43,14 +43,14 @@
           link="xref/index"
           target="_blank"
           description="A set of browsable cross-referenced sources."/>
  -      <j:if test="${unitTestSourcesPresent}">
  +    </j:if>
  +    <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>
     </goal>
     
  
  
  
  1.24      +2 -1      maven-plugins/jxr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/xdocs/changes.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.xml       23 Aug 2004 12:17:46 -0000      1.23
  +++ changes.xml       23 Aug 2004 12:30:20 -0000      1.24
  @@ -26,7 +26,8 @@
     </properties>
     <body>
       <release version="1.4.2-SNAPSHOT" date="in CVS">
  -      <action dev="evenisse" type="fix">Remove NullPointerException for empty java 
files.</action>
  +      <action dev="evenisse" type="update" issue="MPJXR-17">Add the possibility to 
run JXR for tests classes if sources classes doesn't exists.</action>
  +      <action dev="evenisse" type="fix" issue="MPJXR-13">Remove 
NullPointerException for empty java files.</action>
         <action dev="dion" type="update">Reduce output for non-debug run.</action>
       </release>
       <release version="1.4.1" date="2004-07-10">
  
  
  

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

Reply via email to