evenisse    2004/12/07 05:29:53

  Modified:    jcoverage plugin.jelly project.xml
               jcoverage/xdocs changes.xml
  Log:
  Open the report in a new window.
  
  Revision  Changes    Path
  1.18      +1 -0      maven-plugins/jcoverage/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/plugin.jelly,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- plugin.jelly      9 Nov 2004 11:38:59 -0000       1.17
  +++ plugin.jelly      7 Dec 2004 13:29:53 -0000       1.18
  @@ -64,6 +64,7 @@
           name="JCoverage"
           pluginName="maven-jcoverage-plugin"
           link="jcoverage/index"
  +        target="_blank"
           description="JCoverage test coverage report." />
       </j:if>
   
  
  
  
  1.34      +1 -1      maven-plugins/jcoverage/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml       10 Nov 2004 09:52:34 -0000      1.33
  +++ project.xml       7 Dec 2004 13:29:53 -0000       1.34
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jcoverage-plugin</id>
     <name>Maven JCoverage plugin</name>
  -  <currentVersion>1.0.9</currentVersion>
  +  <currentVersion>1.0.10-SNAPSHOT</currentVersion>
     <package>org.apache.maven.jcoveragereport</package>
     <description>This plugin provides coverage analysis of your source-code 
based on the open-source jcoverage tool.</description>
     <shortDescription>This plugin provides coverage analysis of your 
source-code based on the open-source jcoverage tool.</shortDescription>
  
  
  
  1.29      +3 -0      maven-plugins/jcoverage/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/xdocs/changes.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml       10 Nov 2004 09:52:34 -0000      1.28
  +++ changes.xml       7 Dec 2004 13:29:53 -0000       1.29
  @@ -24,6 +24,9 @@
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.0.10" date="IN CVS">
  +      <action dev="evenisse" type="fix">Open report in a new window.</action>
  +    </release>
       <release version="1.0.9" date="2004-11-10">
         <action dev="brett" type="fix">Fix incorrect usage of maven:addPath 
tag</action>
         <action dev="evenisse" type="fix" issue="MPJCOVERAGE-17">Fixed leaking 
file handles.</action>
  
  
  

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

Reply via email to