[java-xmltooling COMMIT] in /branches/REL_1/src/main/resources/schema: xenc11-schema.xsd xmldsig11-schema.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Thu Nov 8 17:05:21 EST 2012
Author: scantor
Date: Thu Nov 8 17:05:21 2012
New Revision: 765
URL: http://svn.shibboleth.net/view/java-xmltooling?rev=765&view=rev
Log:
Add classpath prefix to imports.
Modified:
branches/REL_1/src/main/resources/schema/xenc11-schema.xsd
branches/REL_1/src/main/resources/schema/xmldsig11-schema.xsd
Modified: branches/REL_1/src/main/resources/schema/xenc11-schema.xsd
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/src/main/resources/schema/xenc11-schema.xsd?rev=765&r1=764&r2=765&view=diff
==============================================================================
--- branches/REL_1/src/main/resources/schema/xenc11-schema.xsd (original)
+++ branches/REL_1/src/main/resources/schema/xenc11-schema.xsd Thu Nov 8 17:05:21 2012
@@ -21,8 +21,8 @@
targetNamespace='http://www.w3.org/2009/xmlenc11#'
elementFormDefault='qualified'>
- <import namespace='http://www.w3.org/2000/09/xmldsig#' schemaLocation='xmldsig-core-schema.xsd'/>
- <import namespace='http://www.w3.org/2001/04/xmlenc#' schemaLocation='xenc-schema.xsd'/>
+ <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="classpath:/schema/xmldsig-core-schema.xsd"/>
+ <import namespace='http://www.w3.org/2001/04/xmlenc#' schemaLocation='classpath:/schema/xenc-schema.xsd'/>
<element name="ConcatKDFParams" type="xenc11:ConcatKDFParamsType"/>
<complexType name="ConcatKDFParamsType">
Modified: branches/REL_1/src/main/resources/schema/xmldsig11-schema.xsd
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/src/main/resources/schema/xmldsig11-schema.xsd?rev=765&r1=764&r2=765&view=diff
==============================================================================
--- branches/REL_1/src/main/resources/schema/xmldsig11-schema.xsd (original)
+++ branches/REL_1/src/main/resources/schema/xmldsig11-schema.xsd Thu Nov 8 17:05:21 2012
@@ -5,8 +5,7 @@
targetNamespace="http://www.w3.org/2009/xmldsig11#"
version="0.1" elementFormDefault="qualified">
- <import namespace="http://www.w3.org/2000/09/xmldsig#"
- schemaLocation="xmldsig-core-schema.xsd"/>
+ <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="classpath:/schema/xmldsig-core-schema.xsd"/>
<element name="ECKeyValue" type="dsig11:ECKeyValueType"/>
<complexType name="ECKeyValueType">
More information about the commits
mailing list