You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2008/04/01 09:24:06 UTC

svn commit: r643311 - /incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml

Author: jalkanen
Date: Tue Apr  1 00:23:57 2008
New Revision: 643311

URL: http://svn.apache.org/viewvc?rev=643311&view=rev
Log:
Now checks properly for new ASF preamble.

Modified:
    incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml

Modified: incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml?rev=643311&r1=643310&r2=643311&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml (original)
+++ incubator/jspwiki/trunk/doc/eclipse/jspwiki-checkstyle.xml Tue Apr  1 00:23:57 2008
@@ -85,8 +85,8 @@
         <module name="UpperEll"/>
         <module name="j2ee.FinalStatic"/>
         <module name="RequiredRegexp">
-            <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="No ASF copyright"/>
-            <property name="format" value="^.*Copyright 20\d\d The Apache Software Foundation.*$"/>
+            <metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="No ASF preamble"/>
+            <property name="format" value="^.*Licensed to the Apache Software Foundation.*$"/>
         </module>
         <module name="JavadocType">
             <property name="scope" value="package"/>