You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/07 01:29:00 UTC

svn commit: r493617 - in /jakarta/commons/sandbox/proxy/trunk: checkstyle.xml file-header.txt license-header.txt

Author: dennisl
Date: Sat Jan  6 16:28:59 2007
New Revision: 493617

URL: http://svn.apache.org/viewvc?view=rev&rev=493617
Log:
Rename header file.

Added:
    jakarta/commons/sandbox/proxy/trunk/license-header.txt
      - copied unchanged from r493578, jakarta/commons/sandbox/proxy/trunk/file-header.txt
Removed:
    jakarta/commons/sandbox/proxy/trunk/file-header.txt
Modified:
    jakarta/commons/sandbox/proxy/trunk/checkstyle.xml

Modified: jakarta/commons/sandbox/proxy/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/proxy/trunk/checkstyle.xml?view=diff&rev=493617&r1=493616&r2=493617
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/checkstyle.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/checkstyle.xml Sat Jan  6 16:28:59 2007
@@ -26,8 +26,7 @@
   <module name="TreeWalker">
     <!-- Verify that EVERY source file has the appropriate license -->
     <module name="Header">
-      <property name="headerFile" value="file-header.txt"/>
-      <property name="ignoreLines" value="1,3"/>
+      <property name="headerFile" value="license-header.txt"/>
     </module>
 
     <!-- no tabs allowed in files -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org