forked from phoedos/pmd
Test Ant integration with PMD sources rather than the one from the JDK
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.3.x@7427 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -148,7 +148,7 @@
|
||||
<taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask" classpathref="dependencies.path" />
|
||||
<pmd rulesetfiles="unusedcode" shortFilenames="true">
|
||||
<formatter type="csv" toFile="rpt.csv" toConsole="true" linkPrefix="http://pmd.sf.net/xref/" />
|
||||
<fileset dir="/usr/local/java/src/java/net/">
|
||||
<fileset dir="src/">
|
||||
<include name="**/*.java" />
|
||||
</fileset>
|
||||
</pmd>
|
||||
|
Reference in New Issue
Block a user