added new page

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@541 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-29 02:34:46 +00:00
parent b1f67c6fee
commit f3319dd13d
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<document>
<properties>
<author email="tomcopeland@users.sourceforge.net">Tom Copeland</author>
<title>How to make a rule set</title>
</properties>
<body>
<section name="How to make a new rule set">
<p>
Say you want to check for certain rules but not others. You can do this by making your own rule set.
</p>
<subsection name="Create a new ruleset.xml file">
</subsection>
<subsection name="Add some rule references to it">
</subsection>
<subsection name="Reference it your Ant task">
</subsection>
</section>
</body>
</document>

View File

@ -17,6 +17,7 @@
<item name="Credits" href="/credits.html" />
<item name="What does 'PMD' mean?" href="/meaning.html" />
<item name="How to write a PMD rule" href="/howtowritearule.html" />
<item name="How to make a rule set" href="/howtomakearuleset.html" />
</menu>
<menu name="Demo">
<item name="Coming Soon! Your Project Here" href="/coming-soon.html" />