You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/11/28 16:42:48 UTC

svn commit: r1414762 - in /cxf/build-utils/trunk/buildtools/src/main/resources: cxf-eclipse-checkstyle cxf-eclipse-checkstyle-corba

Author: dkulp
Date: Wed Nov 28 15:42:47 2012
New Revision: 1414762

URL: http://svn.apache.org/viewvc?rev=1414762&view=rev
Log:
Update the eclipse checkstyle wiring to work with the latest eclipse checkstyle plugin

Modified:
    cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle
    cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba

Modified: cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle?rev=1414762&r1=1414761&r2=1414762&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle (original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle Wed Nov 28 15:42:47 2012
@@ -17,14 +17,10 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<fileset-config file-format-version="1.1.0" simple-config="false">
-    <fileset name="all" enabled="true" check-config-name="CXF Checks" type="external" description="">
-        <file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
+    <fileset name="all" enabled="true" check-config-name="CXF Checks" local="false">
+        <file-match-pattern match-pattern="^src[/\\].*java$" 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>
-    <filter name="FileTypesFilter" enabled="true">
-        <filter-data value="java"/>
-    </filter>
 </fileset-config>
\ No newline at end of file

Modified: cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba?rev=1414762&r1=1414761&r2=1414762&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba (original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/cxf-eclipse-checkstyle-corba Wed Nov 28 15:42:47 2012
@@ -17,13 +17,10 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<fileset-config file-format-version="1.1.0" simple-config="false">
-    <fileset name="all" enabled="true" check-config-name="CXF CORBA Checks" type="external" description="">
-        <file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
+    <fileset name="all" enabled="true" check-config-name="CXF CORBA Checks" local="false">
+        <file-match-pattern match-pattern="^src[/\\].*java$" 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"/>
     </fileset>
-    <filter name="FileTypesFilter" enabled="true">
-        <filter-data value="java"/>
-    </filter>
 </fileset-config>
\ No newline at end of file