INT-1992 moved REDIS module to the main branch

This commit is contained in:
Oleg Zhurakousky
2011-07-26 10:41:06 -04:00
parent c26a1c6c6b
commit 80fa07f356
26 changed files with 2054 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Bundle-SymbolicName: org.springframework.integration.redis
Bundle-Name: Spring Integration Redis Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.data.keyvalue.redis.*;version="[1.0.0, 2.0.0)",
javax.*;version="0",
org.w3c.dom.*;version="0"