소스 검색

Update to spring 3.2 schemas

Ryan Tenney 12 년 전
부모
커밋
b80beb67de
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      spring/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml

+ 3 - 3
spring/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml

@@ -4,9 +4,9 @@
     xmlns:mvc="http://www.springframework.org/schema/mvc"
     xmlns:mvc="http://www.springframework.org/schema/mvc"
     xmlns:context="http://www.springframework.org/schema/context"
     xmlns:context="http://www.springframework.org/schema/context"
     xsi:schemaLocation="
     xsi:schemaLocation="
-        http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
-        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
-        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
+        http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
+        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
+        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd">
 
 
     <!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->
     <!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->