*** empty log message ***

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1422 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-02-11 21:21:16 +00:00
parent 87cb63d50e
commit a1267a724c

View File

@ -57,8 +57,8 @@
<target name="pmd">
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask"/>
<pmd rulesetfiles="rulesets/tmp.xml" shortFilenames="false">
<formatter type="html" toFile="foo.html"/>
<pmd rulesetfiles="rulesets/unusedcode.xml">
<formatter type="html" toFile="c:\foo.html"/>
<fileset dir="C:\j2sdk1.4.1_01\src\java\lang\">
<include name="**/*.java"/>
</fileset>