Author: carlos
Date: Tue Jul 12 10:51:24 2005
New Revision: 215987

URL: http://svn.apache.org/viewcvs?rev=215987&view=rev
Log:
Fixed name of check properties

Modified:
    maven/maven-1/plugins/trunk/clover/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/clover/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/xdocs/properties.xml?rev=215987&r1=215986&r2=215987&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/properties.xml Tue Jul 12 10:51:24 
2005
@@ -152,7 +152,7 @@
           </td>
         </tr>
         <tr>
-          <td>maven.clover.target</td>
+          <td>maven.clover.check.target</td>
           <td>Yes</td>
           <td>
             Test coverage % under which the build will fail when
@@ -163,7 +163,7 @@
           </td>
         </tr>
         <tr>
-          <td>maven.clover.packages</td>
+          <td>maven.clover.check.packages</td>
           <td>Yes</td>
           <td>
             Comma-separated list of packages that you wish to check for
@@ -174,11 +174,11 @@
           </td>
         </tr>
         <tr>
-          <td>maven.clover.targets</td>
+          <td>maven.clover.check.targets</td>
           <td>Yes</td>
           <td>
             Comma-separated list of test coverage % that you wish to check for
-            each packages specified by <code>maven.clover.packages</code> when
+            each packages specified by 
<code>maven.clover.check.packages</code> when
             <code>clover:check</code> is called.
           </td>
           <td>



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

Reply via email to