[java-opensaml COMMIT] in /trunk: opensaml-core/.checkstyle opensaml-messaging-api/.checkstyle opensaml-messaging-imp...

noreply at shibboleth.net noreply at shibboleth.net
Sat Aug 6 17:16:09 BST 2011


Author: lajoie
Date: Sat Aug  6 17:16:09 2011
New Revision: 2875

URL: http://svn.shibboleth.net/view/java-opensaml?rev=2875&view=rev
Log:
overwrite checkstyle plugin config which used to be fetched externally with local file

Added:
    trunk/opensaml-core/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-messaging-api/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-messaging-impl/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-saml-api/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-saml-impl/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-security-api/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-security-impl/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-soap-api/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-soap-impl/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-temp/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-util/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-xacml-api/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-xacml-impl/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-xacml-saml-api/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-xacml-saml-impl/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-xmlsec-api/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle
    trunk/opensaml-xmlsec-impl/.checkstyle
      - copied, changed from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle

Copied: trunk/opensaml-core/.checkstyle (from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle)
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/.checkstyle?p2=trunk/opensaml-core/.checkstyle&p1=trunk/opensaml-parent/module-settings/eclipse/.checkstyle&r1=2873&r2=2875&rev=2875&view=diff
==============================================================================
--- trunk/opensaml-parent/module-settings/eclipse/.checkstyle (original)
+++ trunk/opensaml-core/.checkstyle Sat Aug  6 17:16:09 2011
@@ -1,13 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<fileset-config file-format-version="1.2.0" simple-config="true">
-  <local-check-config name="Shibboleth Style" location="/java-opensaml/opensaml-parent/checkstyle.xml" type="project" description="">
-    <additional-data name="protect-config-file" value="true"/>
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
+
+   <local-check-config name="Shibboleth Checkstyle" type="remote" description="" 
+                       location="https://svn.shibboleth.net/java-parent-project/tags/1/resources/checkstyle/checkstyle.xml" >
+    <additional-data name="cache-file" value="true"/>
+    <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
+    <additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
   </local-check-config>
-  <fileset name="all" enabled="true" check-config-name="Shibboleth Style" local="true">
-    <file-match-pattern match-pattern="." include-pattern="true"/>
+ 
+  <fileset name="main source" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
+    <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
   </fileset>
-  <filter name="FileTypesFilter" enabled="true">
-    <filter-data value="java"/>
-  </filter>
+  
 </fileset-config>

Copied: trunk/opensaml-messaging-api/.checkstyle (from r2873, trunk/opensaml-parent/module-settings/eclipse/.checkstyle)
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/.checkstyle?p2=trunk/opensaml-messaging-api/.checkstyle&p1=trunk/opensaml-parent/module-settings/eclipse/.checkstyle&r1=2873&r2=2875&rev=2875&view=diff
==============================================================================
--- trunk/opensaml-parent/module-settings/eclipse/.checkstyle (original)
+++ trunk/opensaml-messaging-api/.checkstyle Sat Aug  6 17:16:09 2011
@@ -1,13 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 

[... 488 lines stripped ...]


More information about the commits mailing list