Author: mbenson Date: Wed Mar 26 20:46:43 2014 New Revision: 1582051 URL: http://svn.apache.org/r1582051 Log: clean up checkstyle stuff--header checks deferred to RAT
Removed: commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/license-header.txt Modified: commons/proper/weaver/trunk/ant/lib/pom.xml commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml commons/proper/weaver/trunk/maven-plugin/pom.xml commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml commons/proper/weaver/trunk/modules/privilizer/api/pom.xml commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml commons/proper/weaver/trunk/pom.xml commons/proper/weaver/trunk/processor/pom.xml Modified: commons/proper/weaver/trunk/ant/lib/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/lib/pom.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/ant/lib/pom.xml (original) +++ commons/proper/weaver/trunk/ant/lib/pom.xml Wed Mar 26 20:46:43 2014 @@ -177,7 +177,6 @@ under the License. <version>${checkstyle.version}</version> <configuration> <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation> - <headerLocation>org/apache/commons/weaver/license-header.txt</headerLocation> </configuration> </plugin> <!-- must suppress clirr until we release weaver 1.0.1 with Modified: commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml (original) +++ commons/proper/weaver/trunk/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml Wed Mar 26 20:46:43 2014 @@ -65,9 +65,6 @@ <module name="FileLength" /> - <!-- Following interprets the header file as regular expressions. --> - <!-- <module name="RegexpHeader" /> --> - <module name="FileTabCharacter"> <property name="eachLine" value="true" /> </module> @@ -109,22 +106,6 @@ <module name="StaticVariableName" /> <module name="TypeName" /> - - <!-- Checks for Headers --> - <!-- See http://checkstyle.sf.net/config_header.html --> - <!-- <module name="Header"> --> - <!-- The follow property value demonstrates the ability --> - <!-- to have access to ANT properties. In this case it uses --> - <!-- the ${basedir} property to allow Checkstyle to be run --> - <!-- from any directory within a project. See property --> - <!-- expansion, --> - <!-- http://checkstyle.sf.net/config.html#properties --> - <!-- <property --> - <!-- name="headerFile" --> - <!-- value="${basedir}/java.header" /> --> - <!-- </module> --> - - <!-- Checks for imports --> <!-- See http://checkstyle.sf.net/config_import.html --> <module name="AvoidStarImport" /> Modified: commons/proper/weaver/trunk/maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin/pom.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/maven-plugin/pom.xml (original) +++ commons/proper/weaver/trunk/maven-plugin/pom.xml Wed Mar 26 20:46:43 2014 @@ -140,7 +140,6 @@ under the License. <version>${checkstyle.version}</version> <configuration> <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation> - <headerLocation>org/apache/commons/weaver/license-header.txt</headerLocation> </configuration> </plugin> <plugin> Modified: commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml (original) +++ commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml Wed Mar 26 20:46:43 2014 @@ -181,7 +181,6 @@ under the License. <version>${checkstyle.version}</version> <configuration> <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation> - <headerLocation>org/apache/commons/weaver/license-header.txt</headerLocation> </configuration> </plugin> <plugin> Modified: commons/proper/weaver/trunk/modules/privilizer/api/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/api/pom.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/modules/privilizer/api/pom.xml (original) +++ commons/proper/weaver/trunk/modules/privilizer/api/pom.xml Wed Mar 26 20:46:43 2014 @@ -74,7 +74,6 @@ under the License. <version>${checkstyle.version}</version> <configuration> <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation> - <headerLocation>org/apache/commons/weaver/license-header.txt</headerLocation> </configuration> </plugin> <plugin> Modified: commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml (original) +++ commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml Wed Mar 26 20:46:43 2014 @@ -210,7 +210,6 @@ under the License. <version>${checkstyle.version}</version> <configuration> <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation> - <headerLocation>org/apache/commons/weaver/license-header.txt</headerLocation> </configuration> </plugin> <plugin> Modified: commons/proper/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/pom.xml (original) +++ commons/proper/weaver/trunk/pom.xml Wed Mar 26 20:46:43 2014 @@ -398,7 +398,6 @@ under the License. </dependencies> <configuration> <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation> - <headerLocation>org/apache/commons/weaver/license-header.txt</headerLocation> </configuration> </plugin> <!-- Unfortunately the much simpler Modified: commons/proper/weaver/trunk/processor/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/processor/pom.xml?rev=1582051&r1=1582050&r2=1582051&view=diff ============================================================================== --- commons/proper/weaver/trunk/processor/pom.xml (original) +++ commons/proper/weaver/trunk/processor/pom.xml Wed Mar 26 20:46:43 2014 @@ -71,7 +71,6 @@ under the License. <version>${checkstyle.version}</version> <configuration> <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation> - <headerLocation>org/apache/commons/weaver/license-header.txt</headerLocation> </configuration> </plugin> <plugin>