diff --git a/pmd/project.xml b/pmd/project.xml
index 396f543cf7..30de8678fc 100644
--- a/pmd/project.xml
+++ b/pmd/project.xml
@@ -3,9 +3,9 @@
For a sample result, here's the unused code that PMD found in the JDK 1.4 source code. Yikes!
You can get the current PMD release from here
@@ -44,8 +47,13 @@ PMD scans Java source code and looks for potential problems:- C:\data\pmd\pmd\etc>run c:\data\pmd\pmd\test-data\Unused1.java xml rulesets/unusedcode.xml - <pmd> - <file> - <name>c:\data\pmd\pmd\test-data\Unused1.java</name><ruleviolation><line>5</line> - <description>Found unused local variable 'fr'</description></ruleviolation> - </file> - </pmd> + run c:\data\pmd\pmd\test-data\Unused1.java xml rulesets/unusedcode.xml ++ +C:\data\pmd\pmd\etc> + ]]>+ +c:\data\pmd\pmd\test-data\Unused1.java +5 +Found unused local variable 'fr' +