Author: bentmann
Date: Sat Dec 27 14:10:48 2008
New Revision: 729686

URL: http://svn.apache.org/viewvc?rev=729686&view=rev
Log:
o Fixed indentation

Modified:
    
maven/plugins/trunk/maven-pmd-plugin/src/it/multi-module/mod-2/rulesets/basic.xml

Modified: 
maven/plugins/trunk/maven-pmd-plugin/src/it/multi-module/mod-2/rulesets/basic.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/it/multi-module/mod-2/rulesets/basic.xml?rev=729686&r1=729685&r2=729686&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/it/multi-module/mod-2/rulesets/basic.xml
 (original)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/it/multi-module/mod-2/rulesets/basic.xml
 Sat Dec 27 14:10:48 2008
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ruleset name="Custom ruleset"
-               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>
-               The relative path of this ruleset matches the built-in ruleset 
"basic".
-       </description>
-       <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop" message="TEST: 
LOCAL-FILE-RULESET"/>
+    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>
+    The relative path of this ruleset matches the built-in ruleset "basic".
+  </description>
+  <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop" message="TEST: 
LOCAL-FILE-RULESET"/>
 </ruleset>


Reply via email to