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

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 19 16:07:26 EST 2015


Author: tzeller
Date: Thu Nov 19 16:07:25 2015
New Revision: 4412

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4412&view=rev
Log:
JPAR-72 - Make Checkstyle config local.

Change .checkstyle to reference new opensaml-parent checkstyle location.

Update projects mistakenly not updated in r4350.

Modified:
    trunk/opensaml-core/.checkstyle
    trunk/opensaml-messaging-api/.checkstyle
    trunk/opensaml-messaging-impl/.checkstyle

Modified: trunk/opensaml-core/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/.checkstyle?rev=4412&r1=4411&r2=4412&view=diff
==============================================================================
--- trunk/opensaml-core/.checkstyle	(original)
+++ trunk/opensaml-core/.checkstyle	Thu Nov 19 16:07:25 2015
@@ -2,8 +2,7 @@
 
 <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-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml" >
+  <local-check-config name="Shibboleth Checkstyle" location="/opensaml-parent/resources/checkstyle/checkstyle.xml" type="project" description="">
     <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"/>

Modified: trunk/opensaml-messaging-api/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-api/.checkstyle?rev=4412&r1=4411&r2=4412&view=diff
==============================================================================
--- trunk/opensaml-messaging-api/.checkstyle	(original)
+++ trunk/opensaml-messaging-api/.checkstyle	Thu Nov 19 16:07:25 2015
@@ -2,8 +2,7 @@
 
 <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-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml" >
+  <local-check-config name="Shibboleth Checkstyle" location="/opensaml-parent/resources/checkstyle/checkstyle.xml" type="project" description="">
     <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"/>

Modified: trunk/opensaml-messaging-impl/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/.checkstyle?rev=4412&r1=4411&r2=4412&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/.checkstyle	(original)
+++ trunk/opensaml-messaging-impl/.checkstyle	Thu Nov 19 16:07:25 2015
@@ -2,8 +2,7 @@
 
 <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-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml" >
+  <local-check-config name="Shibboleth Checkstyle" location="/opensaml-parent/resources/checkstyle/checkstyle.xml" type="project" description="">
     <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"/>



More information about the commits mailing list