/[Apache-SVN]/jakarta/commons/proper/digester/trunk/checkstyle.xml
ViewVC logotype

Diff of /jakarta/commons/proper/digester/trunk/checkstyle.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/digester/trunk/checkstyle.xml	2005/06/03 04:06:00	179716
+++ jakarta/commons/proper/digester/trunk/checkstyle.xml	2005/06/03 04:07:59	179717
@@ -11,19 +11,17 @@
   <module name="TreeWalker">
     <!-- Verify that EVERY source file has the appropriate license -->
     <module name="Header">
-      <property name="headerFile" value="COPYRIGHT.txt"/>
+      <property name="headerFile" value="file-header.txt"/>
       <property name="ignoreLines" value="1,3"/>
     </module>
 
-	<!-- no tabs allowed in files 
+	<!-- no tabs allowed in files -->
     <module name="TabCharacter"/>
-	-->
     
-    <!-- check sane import statements
+    <!-- check sane import statements -->
     <module name="AvoidStarImport"/>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
-    -->
 
     <module name="LineLength">
       <property name="max" value="120"/>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26