[java-identity-provider COMMIT] in /trunk: idp-core/src/main/resources/META-INF/spring.schemas idp-profile-spring/src...

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 14 05:25:06 EDT 2014


Author: rdw
Date: Fri Mar 14 05:25:05 2014
New Revision: 5572

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5572&view=rev
Log:
More schemas were moved to other module

Modified:
    trunk/idp-core/src/main/resources/META-INF/spring.schemas
    trunk/idp-profile-spring/src/main/resources/META-INF/spring.schemas

Modified: trunk/idp-core/src/main/resources/META-INF/spring.schemas
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/resources/META-INF/spring.schemas?rev=5572&r1=5571&r2=5572&view=diff
==============================================================================
--- trunk/idp-core/src/main/resources/META-INF/spring.schemas (original)
+++ trunk/idp-core/src/main/resources/META-INF/spring.schemas Fri Mar 14 05:25:05 2014
@@ -1,10 +1,3 @@
-# These will move somewhere once we implement them.
-http\://shibboleth.net/schema/idp/shibboleth-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
-http\://shibboleth.net/schema/idp/shibboleth-resource.xsd = schema/shibboleth-resource.xsd
-
-classpath\:/schema/shibboleth-2.0-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
-classpath\:/schema/shibboleth-2.0-resource.xsd = schema/shibboleth-resource.xsd
-
 # These need to be somewhere, leaving here for want of a better choice for now.
 
 http\://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd = schema/xmldsig-core-schema.xsd

Modified: trunk/idp-profile-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/resources/META-INF/spring.schemas?rev=5572&r1=5571&r2=5572&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/resources/META-INF/spring.schemas (original)
+++ trunk/idp-profile-spring/src/main/resources/META-INF/spring.schemas Fri Mar 14 05:25:05 2014
@@ -2,9 +2,14 @@
 http\://shibboleth.net/schema/idp/shibboleth-metadata.xsd = schema/shibboleth-metadata.xsd
 http\://shibboleth.net/schema/idp/shibboleth-relying-party.xsd = schema/shibboleth-relying-party.xsd
 http\://shibboleth.net/schema/idp/shibboleth-relying-party-saml.xsd = schema/shibboleth-relying-party-saml.xsd
+http\://shibboleth.net/schema/idp/shibboleth-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
+http\://shibboleth.net/schema/idp/shibboleth-resource.xsd = schema/shibboleth-resource.xsd
+
 http\://www.w3.org/2001/xml.xsd = schema/xml.xsd
 
 classpath\:/schema/shibboleth-2.0-security.xsd = schema/shibboleth-security.xsd
 classpath\:/schema/shibboleth-2.0-metadata.xsd = schema/shibboleth-metadata.xsd
 classpath\:/schema/shibboleth-2.0-relying-party.xsd = schema/shibboleth-relying-party.xsd
 classpath\:/schema/shibboleth-2.0-relying-party-saml.xsd = schema/shibboleth-relying-party-saml.xsd
+classpath\:/schema/shibboleth-2.0-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
+classpath\:/schema/shibboleth-2.0-resource.xsd = schema/shibboleth-resource.xsd



More information about the commits mailing list