[java-shib-attribute] branch main updated: Move schemas into Spring modules.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 6 13:49:33 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=02ad368f769a42c30a21fc03d447822a1206f57b
The following commit(s) were added to refs/heads/main by this push:
new 02ad368f7 Move schemas into Spring modules.
02ad368f7 is described below
commit 02ad368f769a42c30a21fc03d447822a1206f57b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 6 09:49:30 2022 -0400
Move schemas into Spring modules.
---
.../src/main/resources/META-INF/spring.schemas | 0
.../src/main/resources/schema/shibboleth-afp-mf-basic.xsd | 0
.../src/main/resources/schema/shibboleth-afp-mf-saml.xsd | 0
.../src/main/resources/schema/shibboleth-afp.xsd | 0
.../src/main/resources/META-INF/spring.schemas | 0
.../src/main/resources/schema/shibboleth-attribute-encoder.xsd | 0
.../src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd | 0
.../src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd | 0
.../src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd | 0
.../src/main/resources/schema/shibboleth-attribute-resolver.xsd | 0
10 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/shib-attribute-filter-api/src/main/resources/META-INF/spring.schemas b/shib-attribute-filter-spring/src/main/resources/META-INF/spring.schemas
similarity index 100%
rename from shib-attribute-filter-api/src/main/resources/META-INF/spring.schemas
rename to shib-attribute-filter-spring/src/main/resources/META-INF/spring.schemas
diff --git a/shib-attribute-filter-api/src/main/resources/schema/shibboleth-afp-mf-basic.xsd b/shib-attribute-filter-spring/src/main/resources/schema/shibboleth-afp-mf-basic.xsd
similarity index 100%
rename from shib-attribute-filter-api/src/main/resources/schema/shibboleth-afp-mf-basic.xsd
rename to shib-attribute-filter-spring/src/main/resources/schema/shibboleth-afp-mf-basic.xsd
diff --git a/shib-attribute-filter-api/src/main/resources/schema/shibboleth-afp-mf-saml.xsd b/shib-attribute-filter-spring/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
similarity index 100%
rename from shib-attribute-filter-api/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
rename to shib-attribute-filter-spring/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
diff --git a/shib-attribute-filter-api/src/main/resources/schema/shibboleth-afp.xsd b/shib-attribute-filter-spring/src/main/resources/schema/shibboleth-afp.xsd
similarity index 100%
rename from shib-attribute-filter-api/src/main/resources/schema/shibboleth-afp.xsd
rename to shib-attribute-filter-spring/src/main/resources/schema/shibboleth-afp.xsd
diff --git a/shib-attribute-resolver-api/src/main/resources/META-INF/spring.schemas b/shib-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
similarity index 100%
rename from shib-attribute-resolver-api/src/main/resources/META-INF/spring.schemas
rename to shib-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
diff --git a/shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-encoder.xsd b/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-encoder.xsd
similarity index 100%
rename from shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-encoder.xsd
rename to shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-encoder.xsd
diff --git a/shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd b/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd
similarity index 100%
rename from shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd
rename to shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd
diff --git a/shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd b/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
similarity index 100%
rename from shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
rename to shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
diff --git a/shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd b/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd
similarity index 100%
rename from shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd
rename to shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd
diff --git a/shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver.xsd b/shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd
similarity index 100%
rename from shib-attribute-resolver-api/src/main/resources/schema/shibboleth-attribute-resolver.xsd
rename to shib-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list