[java-opensaml COMMIT] /trunk/opensaml-core/src/main/resources/schema/XMLSchema.xsd

noreply at shibboleth.net noreply at shibboleth.net
Mon Feb 10 19:27:34 EST 2014


Author: scantor
Date: Mon Feb 10 19:27:33 2014
New Revision: 3604

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3604&view=rev
Log:
Remove a classpath import.

Modified:
    trunk/opensaml-core/src/main/resources/schema/XMLSchema.xsd

Modified: trunk/opensaml-core/src/main/resources/schema/XMLSchema.xsd
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/src/main/resources/schema/XMLSchema.xsd?rev=3604&r1=3603&r2=3604&view=diff
==============================================================================
--- trunk/opensaml-core/src/main/resources/schema/XMLSchema.xsd (original)
+++ trunk/opensaml-core/src/main/resources/schema/XMLSchema.xsd Mon Feb 10 19:27:33 2014
@@ -26,7 +26,7 @@
         </xs:documentation>
     </xs:annotation>
 
-    <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="classpath:/schema/xml.xsd">
+    <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd">
         <xs:annotation>
             <xs:documentation>
                 Get access to the xml: attribute groups for xml:lang as declared on 'schema' and 'documentation' below



More information about the commits mailing list