classname was wrong in taskdef

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@168 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-02 16:41:26 +00:00
parent 512bdc7cc3
commit 5b14cd267d

View File

@ -47,7 +47,7 @@
<source>
<![CDATA[
<target name="pmd">
<taskdef name="pmd" classname="com.infoether.pmd.ant.PMDTask" />
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" />
<pmd reportFile="C:\foo.xml" verbose="false" rulesettype="general" format="xml">
<fileset dir="C:\j2sdk1.4.0\src\">
<include name="**/*.java"/>