You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jl...@apache.org on 2008/01/08 07:51:02 UTC

svn commit: r609889 - in /incubator/cxf/trunk/buildtools/src/main/resources: cxf-checkstyle-suppressions.xml cxf-eclipse-checkstyle

Author: jliu
Date: Mon Jan  7 22:51:01 2008
New Revision: 609889

URL: http://svn.apache.org/viewvc?rev=609889&view=rev
Log:
Update checkstyle roles to avoid checking files under contrib dir

Modified:
    incubator/cxf/trunk/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml
    incubator/cxf/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle

Modified: incubator/cxf/trunk/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml?rev=609889&r1=609888&r2=609889&view=diff
==============================================================================
--- incubator/cxf/trunk/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml (original)
+++ incubator/cxf/trunk/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml Mon Jan  7 22:51:01 2008
@@ -27,5 +27,8 @@
     <suppress checks=".*"
               files=".+[\\\/]build[\\\/]src[\\\/].+\.java"
               />
-
+              
+    <suppress checks=".*"
+              files=".+[\\\/]contrib[\\\/].+\.java"
+              />
 </suppressions>

Modified: incubator/cxf/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle?rev=609889&r1=609888&r2=609889&view=diff
==============================================================================
--- incubator/cxf/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle (original)
+++ incubator/cxf/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle Mon Jan  7 22:51:01 2008
@@ -22,5 +22,6 @@
         <file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
         <file-match-pattern match-pattern="^src[/\\]main[/\\]generated[/\\]." include-pattern="false"/>
         <file-match-pattern match-pattern="^src[/\\]test[/\\]generated[/\\]." include-pattern="false"/>
+        <file-match-pattern match-pattern="^src[/\\]main[/\\]release[/\\]samples[/\\]jax_rs[/\\]basic_https[/\\]contrib[/\\]." include-pattern="false"/>
     </fileset>
 </fileset-config>