You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/04/27 18:01:51 UTC

svn commit: r651972 - in /commons/sandbox: compress/trunk/checkstyle.xml id/trunk/checkstyle.xml validator2/trunk/checkstyle.xml

Author: bayard
Date: Sun Apr 27 09:01:48 2008
New Revision: 651972

URL: http://svn.apache.org/viewvc?rev=651972&view=rev
Log:
Fixing the headerFile location as per CODEC-67 and Benjamin's patch

Modified:
    commons/sandbox/compress/trunk/checkstyle.xml
    commons/sandbox/id/trunk/checkstyle.xml
    commons/sandbox/validator2/trunk/checkstyle.xml

Modified: commons/sandbox/compress/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/checkstyle.xml?rev=651972&r1=651971&r2=651972&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/checkstyle.xml (original)
+++ commons/sandbox/compress/trunk/checkstyle.xml Sun Apr 27 09:01:48 2008
@@ -45,7 +45,7 @@
         <!-- Checks that are different from the sun coding conventions ones -->
         <!-- ************************************************************** -->
         <module name="Header">
-            <property name="headerFile" value="license-header.txt"/>
+            <property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
         </module>
         <property name="tabWidth" value="4"/>
         <module name="LeftCurly">

Modified: commons/sandbox/id/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/id/trunk/checkstyle.xml?rev=651972&r1=651971&r2=651972&view=diff
==============================================================================
--- commons/sandbox/id/trunk/checkstyle.xml (original)
+++ commons/sandbox/id/trunk/checkstyle.xml Sun Apr 27 09:01:48 2008
@@ -46,7 +46,7 @@
         <!-- Checks that are different from the sun coding conventions ones -->
         <!-- ************************************************************** -->
         <module name="Header">
-          <property name="headerFile" value="license-header.txt"/>
+            <property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
         </module>
         <property name="tabWidth" value="4"/>
         <module name="LeftCurly">

Modified: commons/sandbox/validator2/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/validator2/trunk/checkstyle.xml?rev=651972&r1=651971&r2=651972&view=diff
==============================================================================
--- commons/sandbox/validator2/trunk/checkstyle.xml (original)
+++ commons/sandbox/validator2/trunk/checkstyle.xml Sun Apr 27 09:01:48 2008
@@ -139,7 +139,7 @@
 
     <!-- enforce License Header -->
     <module name="Header">
-       <property name="headerFile" value="license-header.txt"/>
+       <property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
     </module>
 
   </module>