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 2016/05/22 14:55:24 UTC

svn commit: r1745064 - in /commons/proper/fileupload/branches/b1_3: pom.xml src/checkstyle/fileupload_checks.xml src/checkstyle/license-header.txt

Author: britter
Date: Sun May 22 14:55:24 2016
New Revision: 1745064

URL: http://svn.apache.org/viewvc?rev=1745064&view=rev
Log:
Don't use checkstyle to check license headers. This is what we have RAT for.

Removed:
    commons/proper/fileupload/branches/b1_3/src/checkstyle/license-header.txt
Modified:
    commons/proper/fileupload/branches/b1_3/pom.xml
    commons/proper/fileupload/branches/b1_3/src/checkstyle/fileupload_checks.xml

Modified: commons/proper/fileupload/branches/b1_3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3/pom.xml?rev=1745064&r1=1745063&r2=1745064&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b1_3/pom.xml (original)
+++ commons/proper/fileupload/branches/b1_3/pom.xml Sun May 22 14:55:24 2016
@@ -297,7 +297,6 @@
           <configLocation>${basedir}/src/checkstyle/fileupload_checks.xml</configLocation>
           <suppressionsLocation>${basedir}/src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerLocation>${basedir}/src/checkstyle/license-header.txt</headerLocation>
         </configuration>
       </plugin>
       <plugin>

Modified: commons/proper/fileupload/branches/b1_3/src/checkstyle/fileupload_checks.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3/src/checkstyle/fileupload_checks.xml?rev=1745064&r1=1745063&r2=1745064&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b1_3/src/checkstyle/fileupload_checks.xml (original)
+++ commons/proper/fileupload/branches/b1_3/src/checkstyle/fileupload_checks.xml Sun May 22 14:55:24 2016
@@ -74,12 +74,6 @@
     <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
     <module name="Translation"/>
 
-    <!-- Following interprets the header file as regular expressions. -->
-    <!-- <module name="RegexpHeader"/>                                -->
-    <module name="RegexpHeader">
-        <property name="headerFile" value="${checkstyle.header.file}"/>
-    </module>
-
     <!-- Checks for Size Violations.                    -->
     <!-- See http://checkstyle.sf.net/config_sizes.html -->
     <module name="FileLength"/>