From e96cd707c0345ac466e31df30525fbf2d17d3645 Mon Sep 17 00:00:00 2001 From: costin Date: Wed, 18 Aug 2010 19:47:25 +0300 Subject: [PATCH] + namespace configs --- src/main/resources/META-INF/spring.handlers | 1 + src/main/resources/META-INF/spring.schemas | 2 ++ src/main/resources/META-INF/spring.tooling | 4 ++++ 3 files changed, 7 insertions(+) create mode 100644 src/main/resources/META-INF/spring.handlers create mode 100644 src/main/resources/META-INF/spring.schemas create mode 100644 src/main/resources/META-INF/spring.tooling diff --git a/src/main/resources/META-INF/spring.handlers b/src/main/resources/META-INF/spring.handlers new file mode 100644 index 00000000..2cd966aa --- /dev/null +++ b/src/main/resources/META-INF/spring.handlers @@ -0,0 +1 @@ +http\://www.springframework.org/schema/gemfire=org.springframework.data.gemfire.config.GemfireNamespaceHandler \ No newline at end of file diff --git a/src/main/resources/META-INF/spring.schemas b/src/main/resources/META-INF/spring.schemas new file mode 100644 index 00000000..25b420e3 --- /dev/null +++ b/src/main/resources/META-INF/spring.schemas @@ -0,0 +1,2 @@ +http\://www.springframework.org/schema/gemfire/spring-gemfire-1.0.xsd=org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd +http\://www.springframework.org/schema/gemfire/spring-gemfire.xsd=org/springframework/data/gemfire/config/spring-gemfire-1.0.xsd \ No newline at end of file diff --git a/src/main/resources/META-INF/spring.tooling b/src/main/resources/META-INF/spring.tooling new file mode 100644 index 00000000..e0b7fdbf --- /dev/null +++ b/src/main/resources/META-INF/spring.tooling @@ -0,0 +1,4 @@ +# Tooling related information for the gemfire namespace +http\://www.springframework.org/schema/gemfire@name=gemfire Namespace +http\://www.springframework.org/schema/gemfire@prefix=gfe +http\://www.springframework.org/schema/gemfire@icon=org/springframework/data/gemfire/config/spring-gemfire.gif \ No newline at end of file