diff --git a/org.springframework.integration.jms/.classpath b/org.springframework.integration.jms/.classpath
new file mode 100644
index 0000000000..c3684a5a4c
--- /dev/null
+++ b/org.springframework.integration.jms/.classpath
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.jms/.project b/org.springframework.integration.jms/.project
new file mode 100644
index 0000000000..9d0f6cde8b
--- /dev/null
+++ b/org.springframework.integration.jms/.project
@@ -0,0 +1,17 @@
+
+
+ org.springframework.integration.jms
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/org.springframework.integration.jms/build.xml b/org.springframework.integration.jms/build.xml
new file mode 100644
index 0000000000..e0ae4e3d70
--- /dev/null
+++ b/org.springframework.integration.jms/build.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.jms/ivy.xml b/org.springframework.integration.jms/ivy.xml
new file mode 100644
index 0000000000..180c838edd
--- /dev/null
+++ b/org.springframework.integration.jms/ivy.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.jms/template.mf b/org.springframework.integration.jms/template.mf
new file mode 100644
index 0000000000..67f42166d8
--- /dev/null
+++ b/org.springframework.integration.jms/template.mf
@@ -0,0 +1,17 @@
+Bundle-SymbolicName: org.springframework.integration.jms
+Bundle-Name: Spring Integration JMS Support
+Bundle-Vendor: SpringSource
+Bundle-ManifestVersion: 2
+Import-Template:
+ org.springframework.integration.*;version="[1.0.0, 1.0.1)",
+ org.springframework.beans.*;version="[2.5.5.A, 3.0.0)",
+ org.springframework.context;version="[2.5.5.A, 3.0.0)",
+ org.springframework.core.*;version="[2.5.5.A, 3.0.0)",
+ org.springframework.jms.*;version="[2.5.5.A, 3.0.0)",
+ org.springframework.transaction.*;version="[2.5.5.A, 3.0.0)",
+ org.springframework.util;version="[2.5.5.A, 3.0.0)",
+ org.apache.commons.logging;version="[1.1.1, 2.0.0)",
+ javax.jms;version="[1.1.0, 2.0.0)";resolution:=optional
+Unversioned-Imports:
+ org.w3c.dom
+