Put RuleSets on Website.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@204 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
David Dixon-Peugh
2002-07-03 18:51:37 +00:00
parent dc8bb00379
commit 8d13ed36e5
2 changed files with 17 additions and 0 deletions

View File

@ -47,4 +47,18 @@ will update documents on the Build Site.
outputdirectory="src/net/sourceforge/pmd/ast/"
javacchome="${javacc.home}" />
</target>
<!-- Documentation Chores -->
<target name="pre-docs" depends="rule-docs" />
<target name="rule-docs">
<mkdir dir="${maven.gen.docs}/rules" />
<dvsl basedir="rulesets"
destdir="${maven.gen.docs}/rules"
extension=".xml"
style="dvsl/rule-format.dvsl">
<include name="*.xml" />
</dvsl>
</target>
</project>

View File

@ -5,3 +5,6 @@
maven.core.callback.pre-compile.buildFile=pmd.xml
maven.core.callback.pre-compile.buildTarget=pre-build
maven.docs.callback.pre-docs-quick.buildFile=pmd.xml
maven.docs.callback.pre-docs-quick.buildTarget=pre-docs