You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/12/18 21:26:19 UTC

svn commit: r1423619 - in /camel/trunk/buildingtools: camel-eclipse-checkstyle src/main/resources/camel-eclipse-checkstyle

Author: dkulp
Date: Tue Dec 18 20:26:18 2012
New Revision: 1423619

URL: http://svn.apache.org/viewvc?rev=1423619&view=rev
Log:
Latest eclipse checkstyle plugin requires the .checkstyle file to be the latest format.

Modified:
    camel/trunk/buildingtools/camel-eclipse-checkstyle
    camel/trunk/buildingtools/src/main/resources/camel-eclipse-checkstyle

Modified: camel/trunk/buildingtools/camel-eclipse-checkstyle
URL: http://svn.apache.org/viewvc/camel/trunk/buildingtools/camel-eclipse-checkstyle?rev=1423619&r1=1423618&r2=1423619&view=diff
==============================================================================
--- camel/trunk/buildingtools/camel-eclipse-checkstyle (original)
+++ camel/trunk/buildingtools/camel-eclipse-checkstyle Tue Dec 18 20:26:18 2012
@@ -17,14 +17,11 @@
   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="Camel 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="Camel 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[/\\]resources[/\\]archetype-resources[/\\]." include-pattern="false"/>
     </fileset>
-    <filter name="FileTypesFilter" enabled="true">
-        <filter-data value="java"/>
-    </filter>
 </fileset-config>

Modified: camel/trunk/buildingtools/src/main/resources/camel-eclipse-checkstyle
URL: http://svn.apache.org/viewvc/camel/trunk/buildingtools/src/main/resources/camel-eclipse-checkstyle?rev=1423619&r1=1423618&r2=1423619&view=diff
==============================================================================
--- camel/trunk/buildingtools/src/main/resources/camel-eclipse-checkstyle (original)
+++ camel/trunk/buildingtools/src/main/resources/camel-eclipse-checkstyle Tue Dec 18 20:26:18 2012
@@ -17,14 +17,11 @@
   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="Camel 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="Camel 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[/\\]resources[/\\]archetype-resources[/\\]." include-pattern="false"/>
     </fileset>
-    <filter name="FileTypesFilter" enabled="true">
-        <filter-data value="java"/>
-    </filter>
 </fileset-config>