[java-opensaml2 COMMIT] in /branches/REL_2/src/main/resources/schema: saml-schema-ecp-2.0.xsd sstc-saml-channel-bindi...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 25 23:18:02 EST 2013
Author: scantor
Date: Fri Jan 25 23:18:01 2013
New Revision: 1618
URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1618&view=rev
Log:
Fix up schema locations.
Modified:
branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd
branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd
Modified: branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd?rev=1618&r1=1617&r2=1618&view=diff
==============================================================================
--- branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd (original)
+++ branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd Fri Jan 25 23:18:01 2013
@@ -10,12 +10,14 @@
attributeFormDefault="unqualified"
blockDefault="substitution"
version="2.0-v2.0">
+
<import namespace="urn:oasis:names:tc:SAML:2.0:protocol"
- schemaLocation="saml-schema-protocol-2.0.xsd"/>
+ schemaLocation="classpath:/schema/saml-schema-protocol-2.0.xsd"/>
<import namespace="urn:oasis:names:tc:SAML:2.0:assertion"
- schemaLocation="saml-schema-assertion-2.0.xsd"/>
+ schemaLocation="classpath:/schema/saml-schema-assertion-2.0.xsd"/>
<import namespace="http://schemas.xmlsoap.org/soap/envelope/"
- schemaLocation="http://schemas.xmlsoap.org/soap/envelope/"/>
+ schemaLocation="classpath:/schema/soap-envelope.xsd"/>
+
<annotation>
<documentation>
Document identifier: saml-schema-ecp-2.0
Modified: branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd?rev=1618&r1=1617&r2=1618&view=diff
==============================================================================
--- branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd (original)
+++ branches/REL_2/src/main/resources/schema/sstc-saml-channel-binding-ext-v1.0.xsd Fri Jan 25 23:18:01 2013
@@ -25,7 +25,7 @@
</annotation>
<import namespace="http://schemas.xmlsoap.org/soap/envelope/"
- schemaLocation="http://schemas.xmlsoap.org/soap/envelope/"/>
+ schemaLocation="classpath:/schema/soap-envelope.xsd"/>
<element name="ChannelBindings" type="cb:ChannelBindingsType"/>
<complexType name="ChannelBindingsType">
More information about the commits
mailing list