Author: vmassol
Date: Fri Feb 11 09:22:40 2005
New Revision: 153424

URL: http://svn.apache.org/viewcvs?view=rev&rev=153424
Log:
MPCLOVER-22: Open Clover report page in a new window in the same manner as it's 
done for the Javadoc and XRef reports. Thanks to Mike Gabelmann.

Modified:
    maven/maven-1/plugins/trunk/clover/plugin.jelly
    maven/maven-1/plugins/trunk/clover/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/clover/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/plugin.jelly?view=diff&r1=153423&r2=153424
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.jelly Fri Feb 11 09:22:40 2005
@@ -332,6 +332,7 @@
         name="Clover" 
         pluginName="maven-clover-plugin" 
         link="clover/index"
+        target="_blank"
         description="Clover test coverage report."/>
     </j:if>
   </goal>

Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/xdocs/changes.xml?view=diff&r1=153423&r2=153424
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Fri Feb 11 09:22:40 
2005
@@ -26,6 +26,10 @@
   </properties>
   <body>
     <release version="1.7-SNAPSHOT" date="in SVN">
+      <action dev="vmassol" type="update" issue="MPCLOVER-22" due-to="Mike 
Gabelmann">
+        Open Clover report page in a new window in the same manner as it's 
+        done for the Javadoc and XRef reports.
+      </action>
       <action dev="vmassol" type="add" issue="MPCLOVER-25" due-to="Michael 
Gaffney">
         Added <code>maven.clover.includes</code> and 
         <code>maven.clover.excludes</code> properties to specify what files



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

Reply via email to