forked from phoedos/pmd
ebab5a0391
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7535 51baf565-9d33-0410-a72c-fc3788e3496d
17 lines
402 B
XML
17 lines
402 B
XML
<project name="pmd" default="ruleset-docs" basedir="../">
|
|
|
|
<!--
|
|
Properties required to call this script:
|
|
target.docs, directory where to store the rules directory
|
|
|
|
-->
|
|
|
|
<property name="rule-format" value="build/xslt/rule-format.xsl"/>
|
|
<property name="rules-index" value="build/xslt/rules-index.xsl"/>
|
|
|
|
<target name="ruleset-docs">
|
|
<mkdir dir="${target.docs}/rules" />
|
|
|
|
</target>
|
|
|
|
</project> |