X Tutup
Skip to content

Commit a4bbd9a

Browse files
committed
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
1 parent 4deef37 commit a4bbd9a

File tree

19 files changed

+37
-37
lines changed

19 files changed

+37
-37
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
13-
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.0.xsd"/>
13+
1414
<xsd:annotation>
1515
<xsd:documentation><![CDATA[
1616
Defines the configuration elements for the Spring Framework's AOP support.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
1313

1414
<xsd:annotation>
1515
<xsd:documentation><![CDATA[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
1313

1414
<xsd:annotation>
1515
<xsd:documentation><![CDATA[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.0.xsd"/>
1313

1414
<xsd:element name="constant">
1515
<xsd:annotation>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
1313

1414
<xsd:element name="constant">
1515
<xsd:annotation>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
1313

1414
<xsd:element name="constant">
1515
<xsd:annotation>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
targetNamespace="http://www.springframework.org/schema/context" elementFormDefault="qualified"
77
attributeFormDefault="unqualified">
88

9-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
10-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
9+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
10+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
1111

1212
<xsd:annotation>
1313
<xsd:documentation><![CDATA[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
targetNamespace="http://www.springframework.org/schema/context" elementFormDefault="qualified"
77
attributeFormDefault="unqualified">
88

9-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
10-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
9+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"/>
10+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
1111

1212
<xsd:annotation>
1313
<xsd:documentation><![CDATA[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.0.xsd"/>
1313

1414
<xsd:annotation>
1515
<xsd:documentation><![CDATA[

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
elementFormDefault="qualified"
99
attributeFormDefault="unqualified">
1010

11-
<xsd:import namespace="http://www.springframework.org/schema/beans"/>
12-
<xsd:import namespace="http://www.springframework.org/schema/tool"/>
11+
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"/>
12+
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-2.5.xsd"/>
1313

1414
<xsd:annotation>
1515
<xsd:documentation><![CDATA[

0 commit comments

Comments
 (0)
X Tutup