merge from trunk: Looks like the Ant task doesn't take 'debug' anymore

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6310 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2008-07-01 16:39:45 +00:00
parent 18e444b448
commit 1b59db43f3

View File

@ -70,11 +70,6 @@
<td valign="top">Whether or not to fail the build if PMD finds more than the value of this attribute. Note that setting this attribute does not require to set the failOnRuleViolation to true.</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">debug</td>
<td valign="top">Whether or not to show debug messages in the console</td>
<td valign="top" align="center">No</td>
</tr>
</table>
<p><code>formatter</code> nested element - specifies the format of and the files to which the report is written.</p>