Author: niallp
Date: Sun Apr 25 12:21:57 2010
New Revision: 937788
URL: http://svn.apache.org/viewvc?rev=937788&view=rev
Log:
Checkstyle configuration
Modified:
commons/sandbox/resources/trunk/conf/ResourcesCheckStyle.xml
commons/sandbox/resources/trunk/pom.xml
Modified: commons/sandbox/resources/trunk/conf/ResourcesCheckStyle.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/conf/ResourcesCheckStyle.xml?rev=937788&r1=937787&r2=937788&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/conf/ResourcesCheckStyle.xml (original)
+++ commons/sandbox/resources/trunk/conf/ResourcesCheckStyle.xml Sun Apr 25
12:21:57 2010
@@ -122,7 +122,7 @@
<!-- enforce License Header -->
<module name="Header">
- <property name="headerFile" value="conf/LicenseCheckStyle.txt"/>
+ <property name="headerFile" value="${checkstyle.header.file}"/>
<!-- Skip over SVN header variables & Copyright dates. -->
<property name="ignoreLines" value="2,3,4,8"/>
</module>
Modified: commons/sandbox/resources/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/pom.xml?rev=937788&r1=937787&r2=937788&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/pom.xml (original)
+++ commons/sandbox/resources/trunk/pom.xml Sun Apr 25 12:21:57 2010
@@ -234,6 +234,7 @@
<configuration>
<configLocation>${basedir}/conf/ResourcesCheckStyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
+
<headerLocation>${basedir}/conf/LicenseCheckStyle.txt</headerLocation>
</configuration>
</plugin>
<plugin>