[java-idp-oidc] branch master updated: Attempt #2: use "default" parent project name from Eclipse.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 11 08:46:50 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=02bc40141539662e1788b582881ea7d331b3e3f4
The following commit(s) were added to refs/heads/master by this push:
new 02bc401 Attempt #2: use "default" parent project name from Eclipse.
02bc401 is described below
commit 02bc40141539662e1788b582881ea7d331b3e3f4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 11 08:46:47 2020 -0500
Attempt #2: use "default" parent project name from Eclipse.
---
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 6fa3bf4..2a4744c 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="../java-idp-oidc/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/idp-oidc-extension-parent/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 6fa3bf4..2a4744c 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="../java-idp-oidc/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/idp-oidc-extension-parent/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 6fa3bf4..2a4744c 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="../java-idp-oidc/resources/checkstyle.xml" type="project" description="">
+ <local-check-config name="Shibboleth Checkstyle" location="/idp-oidc-extension-parent/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