Skip to content

Commit

Permalink
Remove additional xsd versions from reference docs
Browse files Browse the repository at this point in the history
A few versioned xsd references still existed in xsd-configuration.xml;
this commit removes them, completing the work for SPR-10010

Issue: SPR-10010
  • Loading branch information
cbeams committed Jan 22, 2013
1 parent d5cad15 commit d3f4528
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/reference/docbook/xsd-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
covered in the chapter entitled <xref linkend="transaction"/>.</para>
<tip>
<para>You are strongly encouraged to look at the
<filename>'spring-tx-3.0.xsd'</filename> file that ships with the Spring
<filename>'spring-tx.xsd'</filename> file that ships with the Spring
distribution. This file is (of course), the XML Schema for Spring's
transaction configuration, and covers all of the various tags in the
<literal>tx</literal> namespace, including attribute defaults and
Expand Down Expand Up @@ -812,7 +812,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
Spring as they are currently undergoing review. If you are a third party tool
vendor and you would like to contribute to this review process, then do mail
the Spring mailing list. The currently supported <literal>tool</literal>
tags can be found in the file <literal>'spring-tool-3.0.xsd'</literal> in the
tags can be found in the file <literal>'spring-tool.xsd'</literal> in the
<literal>'src/org/springframework/beans/factory/xml'</literal> directory of the
Spring source distribution.</para>
</section>
Expand Down Expand Up @@ -931,8 +931,8 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
</beans>]]></programlisting>
<para>
Expand Down Expand Up @@ -1053,8 +1053,8 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
</beans>]]></programlisting>
<para>
Expand Down Expand Up @@ -1138,7 +1138,7 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema
relevant XSD file. As can be seen in the following screenshot, the
<literal>'http://www.springframework.org/schema/util'</literal> namespace
is being associated with the file resource
<literal>'C:\bench\spring\src\org\springframework\beans\factory\xml\spring-util-3.0.xsd'</literal>.</para>
<literal>'C:\bench\spring\src\org\springframework\beans\factory\xml\spring-util.xsd'</literal>.</para>
<para>
<mediaobject>
<imageobject role="fo">
Expand Down

0 comments on commit d3f4528

Please sign in to comment.