Fixed name/description (forgot I renamed to all-java after I remove the jsp rules).
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5800 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<ruleset name="all"
|
||||
<ruleset name="All Java Rules"
|
||||
xmlns="http://pmd.sf.net/ruleset/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
|
||||
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
|
||||
<description>Every Rule in PMD</description>
|
||||
<description>Every Java Rule in PMD</description>
|
||||
|
||||
<rule ref="rulesets/basic.xml"/>
|
||||
<rule ref="rulesets/braces.xml"/>
|
||||
|
Reference in New Issue
Block a user