Author: ltheussl Date: Tue Aug 29 07:20:07 2006 New Revision: 438079 URL: http://svn.apache.org/viewvc?rev=438079&view=rev Log: Documentation bug: Maven 1.0 compat has been fixed.
Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml?rev=438079&r1=438078&r2=438079&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml (original) +++ maven/maven-1/plugins/trunk/dashboard/xdocs/aggregators.xml Tue Aug 29 07:20:07 2006 @@ -148,14 +148,14 @@ <td>coberturaloc</td> <td>Cobertura</td> <td> - Total number of code lines. WORKS ONLY WITH MAVEN 1.1. + Total number of code lines. </td> </tr> <tr> <td>jcoveragelipc</td> <td>JCoverage</td> <td> - Total percentage of lines covered. WORKS ONLY WITH MAVEN 1.1. + Total percentage of lines covered. </td> </tr> <tr>