Skip to content

Commit d3f4528

Browse files
committed
Remove additional xsd versions from reference docs
A few versioned xsd references still existed in xsd-configuration.xml; this commit removes them, completing the work for SPR-10010 Issue: SPR-10010
1 parent d5cad15 commit d3f4528

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/reference/docbook/xsd-configuration.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
679679
covered in the chapter entitled <xref linkend="transaction"/>.</para>
680680
<tip>
681681
<para>You are strongly encouraged to look at the
682-
<filename>'spring-tx-3.0.xsd'</filename> file that ships with the Spring
682+
<filename>'spring-tx.xsd'</filename> file that ships with the Spring
683683
distribution. This file is (of course), the XML Schema for Spring's
684684
transaction configuration, and covers all of the various tags in the
685685
<literal>tx</literal> namespace, including attribute defaults and
@@ -812,7 +812,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
812812
Spring as they are currently undergoing review. If you are a third party tool
813813
vendor and you would like to contribute to this review process, then do mail
814814
the Spring mailing list. The currently supported <literal>tool</literal>
815-
tags can be found in the file <literal>'spring-tool-3.0.xsd'</literal> in the
815+
tags can be found in the file <literal>'spring-tool.xsd'</literal> in the
816816
<literal>'src/org/springframework/beans/factory/xml'</literal> directory of the
817817
Spring source distribution.</para>
818818
</section>
@@ -931,8 +931,8 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
931931
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
932932
xmlns:util="http://www.springframework.org/schema/util"
933933
xsi:schemaLocation="
934-
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
935-
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
934+
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
935+
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
936936
937937
</beans>]]></programlisting>
938938
<para>
@@ -1053,8 +1053,8 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema
10531053
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10541054
xmlns:util="http://www.springframework.org/schema/util"
10551055
xsi:schemaLocation="
1056-
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
1057-
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
1056+
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
1057+
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
10581058
10591059
</beans>]]></programlisting>
10601060
<para>
@@ -1138,7 +1138,7 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema
11381138
relevant XSD file. As can be seen in the following screenshot, the
11391139
<literal>'http://www.springframework.org/schema/util'</literal> namespace
11401140
is being associated with the file resource
1141-
<literal>'C:\bench\spring\src\org\springframework\beans\factory\xml\spring-util-3.0.xsd'</literal>.</para>
1141+
<literal>'C:\bench\spring\src\org\springframework\beans\factory\xml\spring-util.xsd'</literal>.</para>
11421142
<para>
11431143
<mediaobject>
11441144
<imageobject role="fo">

0 commit comments

Comments
 (0)