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>