You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2010/12/11 14:18:37 UTC

svn commit: r1044650 - /tiles/maven/trunk/build/tiles_checks_v5.xml

Author: apetrelli
Date: Sat Dec 11 13:18:37 2010
New Revision: 1044650

URL: http://svn.apache.org/viewvc?rev=1044650&view=rev
Log:
Fixed one rule.

Modified:
    tiles/maven/trunk/build/tiles_checks_v5.xml

Modified: tiles/maven/trunk/build/tiles_checks_v5.xml
URL: http://svn.apache.org/viewvc/tiles/maven/trunk/build/tiles_checks_v5.xml?rev=1044650&r1=1044649&r2=1044650&view=diff
==============================================================================
--- tiles/maven/trunk/build/tiles_checks_v5.xml (original)
+++ tiles/maven/trunk/build/tiles_checks_v5.xml Sat Dec 11 13:18:37 2010
@@ -21,6 +21,7 @@
     <module name="RegexpHeader">
         <property name="header" value="/\*\s*\n \*\s*\$Id.*\$\n \*\s*\n \*\s*Licensed to the Apache Software Foundation \(ASF\) under one\n \*\s*or more contributor license agreements\.  See the NOTICE file\n \*\s*distributed with this work for additional information\n \*\s*regarding copyright ownership\.  The ASF licenses this file\n \*\s*to you under the Apache License, Version 2\.0 \(the\n \*\s*.License.\); you may not use this file except in compliance\n \*\s*with the License\.  You may obtain a copy of the License at\n \*\s*\n \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0\n \*\s*\n \*\s*Unless required by applicable law or agreed to in writing,\n \*\s*software distributed under the License is distributed on an\n \*\s*.AS IS. BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n \*\s*KIND, either express or implied\.  See the License for the\n \*\s*specific language governing permissions and limitations\n \*\s*under the License\.\n \*/\s*"/>
     </module>
+    <module name="FileLength"/>
     <module name="TreeWalker">
         <property name="cacheFile" value="${checkstyle.cache.file}"/>
         <module name="JavadocMethod">
@@ -42,7 +43,6 @@
         <module name="IllegalImport"/>
         <module name="RedundantImport"/>
         <module name="UnusedImports"/>
-        <module name="FileLength"/>
         <module name="LineLength">
             <property name="ignorePattern" value="^ \* @version .*$"/>
             <property name="max" value="120"/>