Browse Source

xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1589 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Christian Dupuis 17 years ago
parent
commit
e81fd7b5d3
  1. 6
      org.springframework.aop/src/main/resources/org/springframework/aop/config/spring-aop-2.0.xsd
  2. 4
      org.springframework.aop/src/main/resources/org/springframework/aop/config/spring-aop-2.5.xsd
  3. 4
      org.springframework.aop/src/main/resources/org/springframework/aop/config/spring-aop-3.0.xsd
  4. 4
      org.springframework.beans/src/main/resources/org/springframework/beans/factory/xml/spring-util-2.0.xsd
  5. 4
      org.springframework.beans/src/main/resources/org/springframework/beans/factory/xml/spring-util-2.5.xsd
  6. 4
      org.springframework.beans/src/main/resources/org/springframework/beans/factory/xml/spring-util-3.0.xsd
  7. 4
      org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-2.5.xsd
  8. 4
      org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-3.0.xsd
  9. 4
      org.springframework.context/src/main/resources/org/springframework/ejb/config/spring-jee-2.0.xsd
  10. 4
      org.springframework.context/src/main/resources/org/springframework/ejb/config/spring-jee-2.5.xsd
  11. 4
      org.springframework.context/src/main/resources/org/springframework/ejb/config/spring-jee-3.0.xsd
  12. 4
      org.springframework.context/src/main/resources/org/springframework/scheduling/config/spring-task-3.0.xsd
  13. 4
      org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-2.0.xsd
  14. 4
      org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-2.5.xsd
  15. 4
      org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-3.0.xsd
  16. 4
      org.springframework.jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc-3.0.xsd
  17. 2
      org.springframework.jms/src/main/resources/org/springframework/jms/config/spring-jms-2.5.xsd
  18. 2
      org.springframework.jms/src/main/resources/org/springframework/jms/config/spring-jms-3.0.xsd
  19. 4
      org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-3.0.xsd

6
org.springframework.aop/src/main/resources/org/springframework/aop/config/spring-aop-2.0.xsd

@ -8,9 +8,9 @@ @@ -8,9 +8,9 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.0.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[
Defines the configuration elements for the Spring Framework's AOP support.

4
org.springframework.aop/src/main/resources/org/springframework/aop/config/spring-aop-2.5.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.aop/src/main/resources/org/springframework/aop/config/spring-aop-3.0.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.beans/src/main/resources/org/springframework/beans/factory/xml/spring-util-2.0.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.0.xsd"/>
<xsd:element name="constant">
<xsd:annotation>

4
org.springframework.beans/src/main/resources/org/springframework/beans/factory/xml/spring-util-2.5.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
<xsd:element name="constant">
<xsd:annotation>

4
org.springframework.beans/src/main/resources/org/springframework/beans/factory/xml/spring-util-3.0.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:element name="constant">
<xsd:annotation>

4
org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-2.5.xsd

@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
targetNamespace="http://www.springframework.org/schema/context" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.context/src/main/resources/org/springframework/context/config/spring-context-3.0.xsd

@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
targetNamespace="http://www.springframework.org/schema/context" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.context/src/main/resources/org/springframework/ejb/config/spring-jee-2.0.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.0.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.context/src/main/resources/org/springframework/ejb/config/spring-jee-2.5.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.context/src/main/resources/org/springframework/ejb/config/spring-jee-3.0.xsd

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.context/src/main/resources/org/springframework/scheduling/config/spring-task-3.0.xsd

@ -14,8 +14,8 @@ @@ -14,8 +14,8 @@
]]></xsd:documentation>
</xsd:annotation>
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:element name="annotation-driven">
<xsd:annotation>

4
org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-2.0.xsd

@ -16,8 +16,8 @@ @@ -16,8 +16,8 @@
]]></xsd:documentation>
</xsd:annotation>
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.0.xsd"/>
<xsd:element name="groovy" type="customizableScriptType">
<xsd:annotation>

4
org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-2.5.xsd

@ -16,8 +16,8 @@ @@ -16,8 +16,8 @@
]]></xsd:documentation>
</xsd:annotation>
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
<xsd:element name="defaults">
<xsd:annotation>

4
org.springframework.context/src/main/resources/org/springframework/scripting/config/spring-lang-3.0.xsd

@ -16,8 +16,8 @@ @@ -16,8 +16,8 @@
]]></xsd:documentation>
</xsd:annotation>
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:element name="defaults">
<xsd:annotation>

4
org.springframework.jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc-3.0.xsd

@ -7,8 +7,8 @@ @@ -7,8 +7,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans" />
<xsd:import namespace="http://www.springframework.org/schema/tool" />
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:element name="embedded-database">
<xsd:annotation>

2
org.springframework.jms/src/main/resources/org/springframework/jms/config/spring-jms-2.5.xsd

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

2
org.springframework.jms/src/main/resources/org/springframework/jms/config/spring-jms-3.0.xsd

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:annotation>
<xsd:documentation><![CDATA[

4
org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-3.0.xsd

@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
targetNamespace="http://www.springframework.org/schema/oxm" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:annotation>
<xsd:documentation>

Loading…
Cancel
Save