Fixed classpath issue in pmdOnPmd target

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@5983 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch 2008-04-07 01:31:58 +00:00
parent 76a293d720
commit 89b1d699bf

View File

@ -151,9 +151,6 @@
<target name="pmdOnPmd" description="Runs PMD on PMD" depends="copy, compile">
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpathref="dependencies.path" />
<pmd rulesetfiles="${dir.rulesets}internal/dogfood.xml" shortFilenames="true" targetjdk="1.5">
<classpath>
<path refid="dependencies.path" />
</classpath>
<formatter type="text" toConsole="true"/>
<fileset dir="${dir.src}">
<include name="**/*.java" />