Author: niallp
Date: Sun Apr 25 09:03:42 2010
New Revision: 937765
URL: http://svn.apache.org/viewvc?rev=937765&view=rev
Log:
use ${basedir} for suppressionFilter file
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=937765&r1=937764&r2=937765&view=diff
==============================================================================
--- commons/proper/configuration/trunk/conf/checkstyle.xml (original)
+++ commons/proper/configuration/trunk/conf/checkstyle.xml Sun Apr 25 09:03:42
2010
@@ -22,7 +22,7 @@
<!-- Exceptions -->
<module name="SuppressionFilter">
- <property name="file" value="conf/checkstyle-suppressions.xml"/>
+ <property name="file"
value="${basedir}/conf/checkstyle-suppressions.xml"/>
</module>
<module name="TreeWalker">