From f38b8975c5afe7aec7a4e620fb4c26dc60748374 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Wed, 11 Nov 2009 16:25:34 +0000 Subject: [PATCH] added entry for unversioned xsd reference --- .../src/main/resources/META-INF/spring.schemas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.springframework.jdbc/src/main/resources/META-INF/spring.schemas b/org.springframework.jdbc/src/main/resources/META-INF/spring.schemas index 54ff8a5bbb8..0b9d1bae079 100644 --- a/org.springframework.jdbc/src/main/resources/META-INF/spring.schemas +++ b/org.springframework.jdbc/src/main/resources/META-INF/spring.schemas @@ -1 +1,2 @@ -http\://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd \ No newline at end of file +http\://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd +http\://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd \ No newline at end of file