[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
Mon Oct 19 17:31:00 EDT 2015
Author: tzeller
Date: Mon Oct 19 17:31:00 2015
New Revision: 7833
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7833&view=rev
Log:
JPAR-72 - Make Checkstyle config local.
Add resources/checkstyle/checkstyle.xml to idp-parent.
Add checkstyle.configLocation property to idp-parent POM to reference new checkstyle.xml location.
Change .checkstyle to reference new idp-parent checkstyle location.
Added:
trunk/idp-parent/resources/checkstyle/
trunk/idp-parent/resources/checkstyle/checkstyle.xml
Modified:
trunk/idp-attribute-api/.checkstyle
trunk/idp-attribute-filter-api/.checkstyle
trunk/idp-attribute-filter-impl/.checkstyle
trunk/idp-attribute-filter-spring/.checkstyle
trunk/idp-attribute-resolver-api/.checkstyle
trunk/idp-attribute-resolver-impl/.checkstyle
trunk/idp-attribute-resolver-spring/.checkstyle
trunk/idp-authn-api/.checkstyle
trunk/idp-authn-impl/.checkstyle
trunk/idp-cas-api/.checkstyle
trunk/idp-cas-impl/.checkstyle
trunk/idp-conf/.checkstyle
trunk/idp-consent-api/.checkstyle
trunk/idp-consent-impl/.checkstyle
trunk/idp-core/.checkstyle
trunk/idp-installer/.checkstyle
trunk/idp-parent/pom.xml
trunk/idp-profile-api/.checkstyle
trunk/idp-profile-impl/.checkstyle
trunk/idp-profile-spring/.checkstyle
trunk/idp-saml-api/.checkstyle
trunk/idp-saml-impl/.checkstyle
trunk/idp-schema/.checkstyle
trunk/idp-session-api/.checkstyle
trunk/idp-session-impl/.checkstyle
trunk/idp-ui/.checkstyle
Modified: trunk/idp-attribute-api/.checkstyle
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/.checkstyle?rev=7833&r1=7832&r2=7833&view=diff
==============================================================================
--- trunk/idp-attribute-api/.checkstyle (original)
+++ trunk/idp-attribute-api/.checkstyle Mon Oct 19 17:31:00 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="/idp-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/idp-attribute-filter-api/.checkstyle
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/.checkstyle?rev=7833&r1=7832&r2=7833&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/.checkstyle (original)
+++ trunk/idp-attribute-filter-api/.checkstyle Mon Oct 19 17:31:00 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="/idp-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/idp-attribute-filter-impl/.checkstyle
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/.checkstyle?rev=7833&r1=7832&r2=7833&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/.checkstyle (original)
+++ trunk/idp-attribute-filter-impl/.checkstyle Mon Oct 19 17:31:00 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="/idp-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/idp-attribute-filter-spring/.checkstyle
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/.checkstyle?rev=7833&r1=7832&r2=7833&view=diff
[... 353 lines stripped ...]
More information about the commits
mailing list