You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/03 15:36:21 UTC

svn commit: r1677397 - in /commons/proper/cli/trunk: pom.xml src/conf/HEADER.txt src/conf/checkstyle.xml

Author: britter
Date: Sun May  3 13:36:20 2015
New Revision: 1677397

URL: http://svn.apache.org/r1677397
Log:
Let the RAT plugin check Apache license headers

Removed:
    commons/proper/cli/trunk/src/conf/HEADER.txt
Modified:
    commons/proper/cli/trunk/pom.xml
    commons/proper/cli/trunk/src/conf/checkstyle.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1677397&r1=1677396&r2=1677397&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Sun May  3 13:36:20 2015
@@ -231,7 +231,6 @@
         <configuration>
           <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerLocation>${basedir}/src/conf/HEADER.txt</headerLocation>
           <suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
         </configuration>
         <reportSets>

Modified: commons/proper/cli/trunk/src/conf/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/conf/checkstyle.xml?rev=1677397&r1=1677396&r2=1677397&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/conf/checkstyle.xml (original)
+++ commons/proper/cli/trunk/src/conf/checkstyle.xml Sun May  3 13:36:20 2015
@@ -38,15 +38,9 @@ limitations under the License.
     <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
     <module name="Translation"/>
 
-    <!-- Checks for Headers                              -->
-    <!-- See http://checkstyle.sf.net/config_header.html -->
-    <module name="RegexpHeader">
-      <property name="headerFile" value="${checkstyle.header.file}"/>
-    </module>
-
     <!-- Exceptions -->
     <module name="SuppressionFilter">
-	    <property name="file" value="${checkstyle.suppressions.file}"/>
+        <property name="file" value="${checkstyle.suppressions.file}"/>
     </module>
 
     <module name="FileTabCharacter">