From e51101407b027a06ee5b1ce450d5b783c8b1e07f Mon Sep 17 00:00:00 2001 From: anchore Date: Wed, 22 Aug 2018 17:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0tool.xsd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fine-spring/resources/META-INF/spring.schemas | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/fine-spring/resources/META-INF/spring.schemas b/fine-spring/resources/META-INF/spring.schemas index 7f5a7575b..dc698ce0d 100644 --- a/fine-spring/resources/META-INF/spring.schemas +++ b/fine-spring/resources/META-INF/spring.schemas @@ -4,6 +4,7 @@ http\://www.springframework.org/schema/context/spring-context-3.1.xsd=com/fr/thi http\://www.springframework.org/schema/context/spring-context-3.2.xsd=com/fr/third/springframework/context/config/spring-context-3.2.xsd http\://www.springframework.org/schema/context/spring-context-4.0.xsd=com/fr/third/springframework/context/config/spring-context-4.0.xsd http\://www.springframework.org/schema/context/spring-context.xsd=com/fr/third/springframework/context/config/spring-context-4.0.xsd + http\://www.springframework.org/schema/jee/spring-jee-2.0.xsd=com/fr/third/springframework/ejb/config/spring-jee-2.0.xsd http\://www.springframework.org/schema/jee/spring-jee-2.5.xsd=com/fr/third/springframework/ejb/config/spring-jee-2.5.xsd http\://www.springframework.org/schema/jee/spring-jee-3.0.xsd=com/fr/third/springframework/ejb/config/spring-jee-3.0.xsd @@ -11,6 +12,7 @@ http\://www.springframework.org/schema/jee/spring-jee-3.1.xsd=com/fr/third/sprin http\://www.springframework.org/schema/jee/spring-jee-3.2.xsd=com/fr/third/springframework/ejb/config/spring-jee-3.2.xsd http\://www.springframework.org/schema/jee/spring-jee-4.0.xsd=com/fr/third/springframework/ejb/config/spring-jee-4.0.xsd http\://www.springframework.org/schema/jee/spring-jee.xsd=com/fr/third/springframework/ejb/config/spring-jee-4.0.xsd + http\://www.springframework.org/schema/lang/spring-lang-2.0.xsd=com/fr/third/springframework/scripting/config/spring-lang-2.0.xsd http\://www.springframework.org/schema/lang/spring-lang-2.5.xsd=com/fr/third/springframework/scripting/config/spring-lang-2.5.xsd http\://www.springframework.org/schema/lang/spring-lang-3.0.xsd=com/fr/third/springframework/scripting/config/spring-lang-3.0.xsd @@ -18,15 +20,18 @@ http\://www.springframework.org/schema/lang/spring-lang-3.1.xsd=com/fr/third/spr http\://www.springframework.org/schema/lang/spring-lang-3.2.xsd=com/fr/third/springframework/scripting/config/spring-lang-3.2.xsd http\://www.springframework.org/schema/lang/spring-lang-4.0.xsd=com/fr/third/springframework/scripting/config/spring-lang-4.0.xsd http\://www.springframework.org/schema/lang/spring-lang.xsd=com/fr/third/springframework/scripting/config/spring-lang-4.0.xsd + http\://www.springframework.org/schema/task/spring-task-3.0.xsd=com/fr/third/springframework/scheduling/config/spring-task-3.0.xsd http\://www.springframework.org/schema/task/spring-task-3.1.xsd=com/fr/third/springframework/scheduling/config/spring-task-3.1.xsd http\://www.springframework.org/schema/task/spring-task-3.2.xsd=com/fr/third/springframework/scheduling/config/spring-task-3.2.xsd http\://www.springframework.org/schema/task/spring-task-4.0.xsd=com/fr/third/springframework/scheduling/config/spring-task-4.0.xsd http\://www.springframework.org/schema/task/spring-task.xsd=com/fr/third/springframework/scheduling/config/spring-task-4.0.xsd + http\://www.springframework.org/schema/cache/spring-cache-3.1.xsd=com/fr/third/springframework/cache/config/spring-cache-3.1.xsd http\://www.springframework.org/schema/cache/spring-cache-3.2.xsd=com/fr/third/springframework/cache/config/spring-cache-3.2.xsd http\://www.springframework.org/schema/cache/spring-cache-4.0.xsd=com/fr/third/springframework/cache/config/spring-cache-4.0.xsd http\://www.springframework.org/schema/cache/spring-cache.xsd=com/fr/third/springframework/cache/config/spring-cache-4.0.xsd + http\://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=com/fr/third/springframework/web/servlet/config/spring-mvc-3.0.xsd http\://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=com/fr/third/springframework/web/servlet/config/spring-mvc-3.1.xsd http\://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=com/fr/third/springframework/web/servlet/config/spring-mvc-3.2.xsd @@ -40,3 +45,11 @@ http\://www.springframework.org/schema/beans/spring-beans-3.1.xsd=com/fr/third/s http\://www.springframework.org/schema/beans/spring-beans-3.2.xsd=com/fr/third/springframework/beans/factory/xml/spring-beans-3.2.xsd http\://www.springframework.org/schema/beans/spring-beans-4.0.xsd=com/fr/third/springframework/beans/factory/xml/spring-beans-4.0.xsd http\://www.springframework.org/schema/beans/spring-beans.xsd=com/fr/third/springframework/beans/factory/xml/spring-beans-4.0.xsd + +http\://www.springframework.org/schema/tool/spring-tool-2.0.xsd=com/fr/third/springframework/beans/factory/xml/spring-tool-2.0.xsd +http\://www.springframework.org/schema/tool/spring-tool-2.5.xsd=com/fr/third/springframework/beans/factory/xml/spring-tool-2.5.xsd +http\://www.springframework.org/schema/tool/spring-tool-3.0.xsd=com/fr/third/springframework/beans/factory/xml/spring-tool-3.0.xsd +http\://www.springframework.org/schema/tool/spring-tool-3.1.xsd=com/fr/third/springframework/beans/factory/xml/spring-tool-3.1.xsd +http\://www.springframework.org/schema/tool/spring-tool-3.2.xsd=com/fr/third/springframework/beans/factory/xml/spring-tool-3.2.xsd +http\://www.springframework.org/schema/tool/spring-tool-4.0.xsd=com/fr/third/springframework/beans/factory/xml/spring-tool-4.0.xsd +http\://www.springframework.org/schema/tool/spring-tool.xsd=com/fr/third/springframework/beans/factory/xml/spring-tool-4.0.xsd