forked from phoedos/pmd
adapting docs generation to new rulesets directory layout
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7041 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -8,14 +8,16 @@
|
||||
</fileset>
|
||||
</path>
|
||||
|
||||
<taskdef name="pmd-build"
|
||||
classname="net.sourceforge.pmd.ant.PmdBuildTask">
|
||||
<taskdef name="pmd-build"
|
||||
classname="net.sourceforge.pmd.ant.PmdBuildTask">
|
||||
<classpath refid="tools.classpath"/>
|
||||
</taskdef>
|
||||
<echo>Generating documentation into ${target}</echo>
|
||||
<pmd-build rulesDirectory="rulesets"
|
||||
<mkdir dir="${target}"/>
|
||||
<pmd-build rulesDirectory="rulesets/java"
|
||||
target="${target}"/>
|
||||
|
||||
|
||||
</target>
|
||||
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user