andrew.asa
7 years ago
3 changed files with 66 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
http\://www.springframework.org/schema/context=com.fr.third.springframework.context.config.ContextNamespaceHandler |
||||
http\://www.springframework.org/schema/jee=com.fr.third.springframework.ejb.config.JeeNamespaceHandler |
||||
http\://www.springframework.org/schema/lang=com.fr.third.springframework.scripting.config.LangNamespaceHandler |
||||
http\://www.springframework.org/schema/task=com.fr.third.springframework.scheduling.config.TaskNamespaceHandler |
||||
http\://www.springframework.org/schema/cache=com.fr.third.springframework.cache.config.CacheNamespaceHandler |
||||
http\://www.springframework.org/schema/mvc=com.fr.third.springframework.web.servlet.config.MvcNamespaceHandler |
||||
|
@ -0,0 +1,35 @@
|
||||
http\://www.springframework.org/schema/context/spring-context-2.5.xsd=com/fr/third/springframework/context/config/spring-context-2.5.xsd |
||||
http\://www.springframework.org/schema/context/spring-context-3.0.xsd=com/fr/third/springframework/context/config/spring-context-3.0.xsd |
||||
http\://www.springframework.org/schema/context/spring-context-3.1.xsd=com/fr/third/springframework/context/config/spring-context-3.1.xsd |
||||
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 |
||||
http\://www.springframework.org/schema/jee/spring-jee-3.1.xsd=com/fr/third/springframework/ejb/config/spring-jee-3.1.xsd |
||||
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 |
||||
http\://www.springframework.org/schema/lang/spring-lang-3.1.xsd=com/fr/third/springframework/scripting/config/spring-lang-3.1.xsd |
||||
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 |
||||
http\://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=com/fr/third/springframework/web/servlet/config/spring-mvc-4.0.xsd |
||||
http\://www.springframework.org/schema/mvc/spring-mvc.xsd=com/fr/third/springframework/web/servlet/config/spring-mvc-4.0.xsd |
||||
|
@ -0,0 +1,24 @@
|
||||
# Tooling related information for the context namespace |
||||
http\://www.springframework.org/schema/context@name=context Namespace |
||||
http\://www.springframework.org/schema/context@prefix=context |
||||
http\://www.springframework.org/schema/context@icon=org/springframework/context/config/spring-context.gif |
||||
|
||||
# Tooling related information for the jee namespace |
||||
http\://www.springframework.org/schema/jee@name=jee Namespace |
||||
http\://www.springframework.org/schema/jee@prefix=jee |
||||
http\://www.springframework.org/schema/jee@icon=org/springframework/ejb/config/spring-jee.gif |
||||
|
||||
# Tooling related information for the scheduling namespace |
||||
http\://www.springframework.org/schema/task@name=task Namespace |
||||
http\://www.springframework.org/schema/task@prefix=task |
||||
http\://www.springframework.org/schema/task@icon=org/springframework/scheduling/config/spring-task.gif |
||||
|
||||
# Tooling related information for the lang namespace |
||||
http\://www.springframework.org/schema/lang@name=lang Namespace |
||||
http\://www.springframework.org/schema/lang@prefix=lang |
||||
http\://www.springframework.org/schema/lang@icon=org/springframework/scripting/config/spring-lang.gif |
||||
|
||||
# Tooling related information for the cache namespace |
||||
http\://www.springframework.org/schema/cache@name=cache Namespace |
||||
http\://www.springframework.org/schema/cache@prefix=cache |
||||
http\://www.springframework.org/schema/cache@icon=org/springframework/cache/config/spring-cache.gif |
Loading…
Reference in new issue