diff --git a/pmd/src/site/xdocs/ant-task.xml b/pmd/src/site/xdocs/ant-task.xml index d9abee7b5b..d16f228875 100644 --- a/pmd/src/site/xdocs/ant-task.xml +++ b/pmd/src/site/xdocs/ant-task.xml @@ -46,11 +46,6 @@ Places truncated filenames in the report. This can reduce your report file size by 15%-20%. No - - targetjdk - Target JDK 1.3, 1.4, 1.5, 1.6, 1.7 or jsp. "1.5" is the default. - No - failuresPropertyName A property name to plug the number of rule violations into when the task finishes @@ -104,12 +99,15 @@

auxclasspath nested element - extra classpath used for Type Resolution rules.

+

version nested element - specify which version of JDK to (1.5, 1.6,...)

+

ruleset nested element - another way to specify rulesets. Here's an example:

+ 1.6 rulesets/java/design.xml java-basic