Author: niallp
Date: Wed Sep 14 18:05:29 2005
New Revision: 289125

URL: http://svn.apache.org/viewcvs?rev=289125&view=rev
Log:
Fix checkstyle header checking

Added:
    jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt   
(with props)
Modified:
    jakarta/commons/proper/validator/trunk/conf/share/ValidatorCheckStyle.xml
    jakarta/commons/proper/validator/trunk/maven.xml

Added: jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt?rev=289125&view=auto
==============================================================================
--- jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt 
(added)
+++ jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt Wed 
Sep 14 18:05:29 2005
@@ -0,0 +1,20 @@
+/*
+ * $Id$
+ * $Rev$
+ * $Date$
+ *
+ * ====================================================================
+ * Copyright 2001-2005 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */

Propchange: 
jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
jakarta/commons/proper/validator/trunk/conf/share/LicenseCheckStyle.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: 
jakarta/commons/proper/validator/trunk/conf/share/ValidatorCheckStyle.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/conf/share/ValidatorCheckStyle.xml?rev=289125&r1=289124&r2=289125&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/conf/share/ValidatorCheckStyle.xml 
(original)
+++ jakarta/commons/proper/validator/trunk/conf/share/ValidatorCheckStyle.xml 
Wed Sep 14 18:05:29 2005
@@ -118,9 +118,9 @@
 
     <!-- enforce License Header -->
     <module name="Header">
-       <property name="headerFile" value="LICENSE.txt"/>
+       <property name="headerFile" value="conf/share/LicenseCheckStyle.txt"/>
        <!-- Skip over CVS header variables. -->
-       <property name="ignoreLines" value="2,3,4,5"/>
+       <property name="ignoreLines" value="2,3,4,7"/>
     </module>
 
   </module>

Modified: jakarta/commons/proper/validator/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/maven.xml?rev=289125&r1=289124&r2=289125&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/maven.xml (original)
+++ jakarta/commons/proper/validator/trunk/maven.xml Wed Sep 14 18:05:29 2005
@@ -71,6 +71,7 @@
       <fileset dir="./conf/share">
         <include name="*.xml"/>
         <include name="*.dtd"/>
+        <include name="*.txt"/>
       </fileset>
     </copy>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to