[java-identity-provider COMMIT] in /trunk: idp-attribute-api/.checkstyle idp-attribute-filter-api/.checkstyle idp-att...

noreply at shibboleth.net noreply at shibboleth.net
Sat Aug 6 19:55:16 BST 2011


Author: lajoie
Date: Sat Aug  6 19:55:16 2011
New Revision: 4002

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

Added:
    trunk/idp-attribute-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-attribute-filter-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-attribute-filter-impl/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-attribute-impl/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-attribute-resolver-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-attribute-resolver-impl/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-authn-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-consent-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-consent-impl/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-core/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-metadata-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-profile-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-saml-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-saml-impl/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-tou-api/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle
    trunk/idp-tou-impl/.checkstyle
      - copied, changed from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle

Copied: trunk/idp-attribute-api/.checkstyle (from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/.checkstyle?p2=trunk/idp-attribute-api/.checkstyle&p1=trunk/idp-parent/module-settings/eclipse/.checkstyle&r1=3999&r2=4002&rev=4002&view=diff
==============================================================================
--- trunk/idp-parent/module-settings/eclipse/.checkstyle (original)
+++ trunk/idp-attribute-api/.checkstyle Sat Aug  6 19:55:16 2011
@@ -1,10 +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 Checkstyle" location="/java-identity-provider/idp-parent/checkstyle.xml" type="project" description="">
-    <additional-data name="protect-config-file" value="false"/>
+<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 Checkstyle" 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>
+  
 </fileset-config>

Copied: trunk/idp-attribute-filter-api/.checkstyle (from r3999, trunk/idp-parent/module-settings/eclipse/.checkstyle)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/.checkstyle?p2=trunk/idp-attribute-filter-api/.checkstyle&p1=trunk/idp-parent/module-settings/eclipse/.checkstyle&r1=3999&r2=4002&rev=4002&view=diff
==============================================================================
--- trunk/idp-parent/module-settings/eclipse/.checkstyle (original)
+++ trunk/idp-attribute-filter-api/.checkstyle Sat Aug  6 19:55:16 2011
@@ -1,10 +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 Checkstyle" location="/java-identity-provider/idp-parent/checkstyle.xml" type="project" description="">
-    <additional-data name="protect-config-file" value="false"/>

[... 409 lines stripped ...]


More information about the commits mailing list