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 17:56:18 UTC

svn commit: r651969 - /commons/proper/codec/trunk/checkstyle.xml

Author: bayard
Date: Sun Apr 27 08:56:17 2008
New Revision: 651969

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

Modified:
    commons/proper/codec/trunk/checkstyle.xml

Modified: commons/proper/codec/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/checkstyle.xml?rev=651969&r1=651968&r2=651969&view=diff
==============================================================================
--- commons/proper/codec/trunk/checkstyle.xml (original)
+++ commons/proper/codec/trunk/checkstyle.xml Sun Apr 27 08:56:17 2008
@@ -27,7 +27,7 @@
   <module name="TreeWalker">
     <!-- Verify that EVERY source file has the appropriate license -->
     <module name="Header">
-      <property name="headerFile" value="LICENSE-header.txt"/>
+      <property name="headerFile" value="${basedir}/LICENSE-header.txt"/>
     </module>
 
     <module name="OperatorWrap">