From 7844a633b52ea6f22e78643f92c28e9a15b25611 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Wed, 11 Nov 2009 16:29:31 +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.web.servlet/src/main/resources/META-INF/spring.schemas b/org.springframework.web.servlet/src/main/resources/META-INF/spring.schemas index 05aa9f714f..d1b483ddb0 100644 --- a/org.springframework.web.servlet/src/main/resources/META-INF/spring.schemas +++ b/org.springframework.web.servlet/src/main/resources/META-INF/spring.schemas @@ -1 +1,2 @@ -http\://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd \ No newline at end of file +http\://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd +http\://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd \ No newline at end of file