incorrect extension point in documentation

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6895 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2009-03-23 18:02:58 +00:00
parent 1ecae7ae3e
commit 53776fc201

View File

@ -47,7 +47,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The absolute implementation class of a RuleSet Manager. Must be an implementation of net.sourceforge.pmd.IRuleSetsExtension interface.
The absolute implementation class of a RuleSet Manager. Must be an implementation of net.sourceforge.pmd.eclipse.core.IRuleSetsExtension interface.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="net.sourceforge.pmd.eclipse.core.IRuleSetsExtension"/>