Author: niallp Date: Tue May 20 10:21:15 2008 New Revision: 658353 URL: http://svn.apache.org/viewvc?rev=658353&view=rev Log: Remove £{basedir} for checkstyle config - doesn't work with maven 2.0.9
Modified: commons/proper/chain/trunk/checkstyle.xml Modified: commons/proper/chain/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/checkstyle.xml?rev=658353&r1=658352&r2=658353&view=diff ============================================================================== --- commons/proper/chain/trunk/checkstyle.xml (original) +++ commons/proper/chain/trunk/checkstyle.xml Tue May 20 10:21:15 2008 @@ -45,7 +45,7 @@ <!-- Checks that are different from the sun coding conventions ones --> <!-- ************************************************************** --> <module name="Header"> - <property name="headerFile" value="${basedir}/LICENSE-header.txt"/> + <property name="headerFile" value="LICENSE-header.txt"/> <property name="ignoreLines" value="2"/> </module> <property name="tabWidth" value="4"/>