[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
Thu Mar 13 12:03:58 EDT 2014


Author: scantor
Date: Thu Mar 13 12:03:58 2014
New Revision: 5568

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5568&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=5568&r1=5567&r2=5568&view=diff
==============================================================================
--- trunk/idp-core/src/main/resources/META-INF/spring.schemas (original)
+++ trunk/idp-core/src/main/resources/META-INF/spring.schemas Thu Mar 13 12:03:58 2014
@@ -1,12 +1,8 @@
 # These will move somewhere once we implement them.
-http\://shibboleth.net/schema/idp/shibboleth-security.xsd = schema/shibboleth-security.xsd
 http\://shibboleth.net/schema/idp/shibboleth-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
-http\://shibboleth.net/schema/idp/shibboleth-metadata.xsd = schema/shibboleth-metadata.xsd
 http\://shibboleth.net/schema/idp/shibboleth-resource.xsd = schema/shibboleth-resource.xsd
 
-classpath\:/schema/shibboleth-2.0-security.xsd = schema/shibboleth-security.xsd
 classpath\:/schema/shibboleth-2.0-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
-classpath\:/schema/shibboleth-2.0-metadata.xsd = schema/shibboleth-metadata.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.

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=5568&r1=5567&r2=5568&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 Thu Mar 13 12:03:58 2014
@@ -1,6 +1,10 @@
+http\://shibboleth.net/schema/idp/shibboleth-security.xsd = schema/shibboleth-security.xsd
+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\://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



More information about the commits mailing list