[java-idp-plugin-oidc-config] branch main updated: Fix plugin and module property locations
Phil Smart
philip.smart at jisc.ac.uk
Thu Feb 9 17:58:09 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=556d4ea92bd9946e2f79b6774c3d62415880d7ea
The following commit(s) were added to refs/heads/main by this push:
new 556d4ea Fix plugin and module property locations
556d4ea is described below
commit 556d4ea92bd9946e2f79b6774c3d62415880d7ea
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 9 17:58:03 2023 +0000
Fix plugin and module property locations
---
.../net/shibboleth/idp/plugin/oidc/config/module.properties | 0
.../net/shibboleth/idp/plugin/oidc/config/plugin.properties | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/META-INF/net/shibboleth/idp/plugin/oidc/config/module.properties b/src/main/resources/net/shibboleth/idp/plugin/oidc/config/module.properties
similarity index 100%
rename from src/main/resources/META-INF/net/shibboleth/idp/plugin/oidc/config/module.properties
rename to src/main/resources/net/shibboleth/idp/plugin/oidc/config/module.properties
diff --git a/src/main/resources/META-INF/net/shibboleth/idp/plugin/oidc/config/plugin.properties b/src/main/resources/net/shibboleth/idp/plugin/oidc/config/plugin.properties
similarity index 100%
rename from src/main/resources/META-INF/net/shibboleth/idp/plugin/oidc/config/plugin.properties
rename to src/main/resources/net/shibboleth/idp/plugin/oidc/config/plugin.properties
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list