You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rg...@apache.org on 2008/12/08 08:59:32 UTC

svn commit: r724280 - /commons/proper/configuration/trunk/conf/checkstyle.xml

Author: rgoers
Date: Sun Dec  7 23:59:31 2008
New Revision: 724280

URL: http://svn.apache.org/viewvc?rev=724280&view=rev
Log:
Revert inadvertant change.

Modified:
    commons/proper/configuration/trunk/conf/checkstyle.xml

Modified: commons/proper/configuration/trunk/conf/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/conf/checkstyle.xml?rev=724280&r1=724279&r2=724280&view=diff
==============================================================================
--- commons/proper/configuration/trunk/conf/checkstyle.xml (original)
+++ commons/proper/configuration/trunk/conf/checkstyle.xml Sun Dec  7 23:59:31 2008
@@ -58,7 +58,7 @@
         <!-- Checks for Headers                              -->
         <!-- See http://checkstyle.sf.net/config_header.html -->
         <module name="Header">
-            <property name="headerFile" value="conf/HEADER.txt"/>
+            <property name="headerFile" value="${basedir}/conf/HEADER.txt"/>
             <property name="ignoreLines" value="2"/>
         </module>