[java-idp-oidc] branch master updated: Revert checkstyle path change.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 17 18:45:58 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=87d0e7480fa5dbb47fd6b1225b3989080dea0e94
The following commit(s) were added to refs/heads/master by this push:
new 87d0e74 Revert checkstyle path change.
87d0e74 is described below
commit 87d0e7480fa5dbb47fd6b1225b3989080dea0e94
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 17 18:45:51 2020 -0500
Revert checkstyle path change.
---
idp-oidc-extension-api/.checkstyle | 2 +-
idp-oidc-extension-distribution/.checkstyle | 2 +-
idp-oidc-extension-impl/.checkstyle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-oidc-extension-api/.checkstyle b/idp-oidc-extension-api/.checkstyle
index 2a4744c..3bd7e04 100644
--- a/idp-oidc-extension-api/.checkstyle
+++ b/idp-oidc-extension-api/.checkstyle
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
- <local-check-config name="Shibboleth Checkstyle" location="/idp-oidc-extension-parent/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-idp-oidc/resources/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
diff --git a/idp-oidc-extension-distribution/.checkstyle b/idp-oidc-extension-distribution/.checkstyle
index 2a4744c..3bd7e04 100644
--- a/idp-oidc-extension-distribution/.checkstyle
+++ b/idp-oidc-extension-distribution/.checkstyle
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
- <local-check-config name="Shibboleth Checkstyle" location="/idp-oidc-extension-parent/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-idp-oidc/resources/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
diff --git a/idp-oidc-extension-impl/.checkstyle b/idp-oidc-extension-impl/.checkstyle
index 2a4744c..3bd7e04 100644
--- a/idp-oidc-extension-impl/.checkstyle
+++ b/idp-oidc-extension-impl/.checkstyle
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
- <local-check-config name="Shibboleth Checkstyle" location="/idp-oidc-extension-parent/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/java-idp-oidc/resources/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list