Fixed classpath issue in pmd target

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

View File

@ -141,9 +141,6 @@
<target name="pmd" description="Runs PMD" depends="copy, compile"> <target name="pmd" description="Runs PMD" depends="copy, compile">
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpathref="dependencies.path" /> <taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpathref="dependencies.path" />
<pmd rulesetfiles="unusedcode" shortFilenames="true"> <pmd rulesetfiles="unusedcode" shortFilenames="true">
<classpath>
<path refid="dependencies.path" />
</classpath>
<formatter type="csv" toFile="rpt.csv" toConsole="true" linkPrefix="http://pmd.sf.net/xref/" /> <formatter type="csv" toFile="rpt.csv" toConsole="true" linkPrefix="http://pmd.sf.net/xref/" />
<fileset dir="/usr/local/java/src/java/net/"> <fileset dir="/usr/local/java/src/java/net/">
<include name="**/*.java" /> <include name="**/*.java" />