Author: niallp
Date: Sat May 17 09:43:03 2008
New Revision: 657393
URL: http://svn.apache.org/viewvc?rev=657393&view=rev
Log:
Remove ${basedir} reference - produces an error with maven 2.0.9
Modified:
commons/sandbox/compress/trunk/checkstyle.xml
commons/sandbox/id/trunk/checkstyle.xml
Modified: commons/sandbox/compress/trunk/checkstyle.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/checkstyle.xml?rev=657393&r1=657392&r2=657393&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/checkstyle.xml (original)
+++ commons/sandbox/compress/trunk/checkstyle.xml Sat May 17 09:43:03 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"/>
</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=657393&r1=657392&r2=657393&view=diff
==============================================================================
--- commons/sandbox/id/trunk/checkstyle.xml (original)
+++ commons/sandbox/id/trunk/checkstyle.xml Sat May 17 09:43:03 2008
@@ -46,7 +46,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"/>
</module>
<property name="tabWidth" value="4"/>
<module name="LeftCurly">