Backport "Remove xsd versions from reference samples"

Issue: SPR-10010
This commit is contained in:
Chris Beams
2013-01-22 15:55:39 +01:00
parent d547570bcd
commit a52396b342
22 changed files with 124 additions and 124 deletions

View File

@@ -657,8 +657,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<emphasis role="bold">xmlns:jee="http://www.springframework.org/schema/jee"</emphasis>
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
<emphasis role="bold">http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.0.xsd"</emphasis>&gt;
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
<emphasis role="bold">http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd"</emphasis>&gt;
&lt;beans&gt;
&lt;!-- the DataSource --&gt;