diff --git a/org.springframework.integration.jmx/.classpath b/org.springframework.integration.jmx/.classpath
new file mode 100644
index 0000000000..e4250ac755
--- /dev/null
+++ b/org.springframework.integration.jmx/.classpath
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.jmx/.project b/org.springframework.integration.jmx/.project
new file mode 100644
index 0000000000..2f26269f8c
--- /dev/null
+++ b/org.springframework.integration.jmx/.project
@@ -0,0 +1,17 @@
+
+
+ org.springframework.integration.jmx
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/org.springframework.integration.jmx/build.xml b/org.springframework.integration.jmx/build.xml
new file mode 100644
index 0000000000..bb3fc47c1a
--- /dev/null
+++ b/org.springframework.integration.jmx/build.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.jmx/ivy.xml b/org.springframework.integration.jmx/ivy.xml
new file mode 100644
index 0000000000..f41c1ca30a
--- /dev/null
+++ b/org.springframework.integration.jmx/ivy.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.jmx/pom.xml b/org.springframework.integration.jmx/pom.xml
new file mode 100644
index 0000000000..2bdad2f1d3
--- /dev/null
+++ b/org.springframework.integration.jmx/pom.xml
@@ -0,0 +1,34 @@
+
+
+ 4.0.0
+ org.springframework.integration
+ spring-integration-jmx
+ jar
+ Spring Integration JMX Support
+
+ org.springframework.integration
+ spring-integration-parent
+ 2.0.0.BUILD-SNAPSHOT
+ ../spring-integration-parent
+
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+ compile
+
+
+ org.springframework.integration
+ spring-integration-core
+ ${project.version}
+ compile
+
+
+
diff --git a/org.springframework.integration.jmx/template.mf b/org.springframework.integration.jmx/template.mf
new file mode 100644
index 0000000000..38f1ed81ba
--- /dev/null
+++ b/org.springframework.integration.jmx/template.mf
@@ -0,0 +1,9 @@
+Bundle-SymbolicName: org.springframework.integration.jmx
+Bundle-Name: Spring Integration JMX Support
+Bundle-Vendor: SpringSource
+Bundle-ManifestVersion: 2
+Import-Template:
+ org.springframework.integration.*;version="[2.0.0, 2.0.1)",
+ org.springframework.context;version="[3.0.0, 4.0.0)",
+ org.springframework.util;version="[3.0.0, 4.0.0)",
+ org.apache.commons.logging;version="[1.1.1, 2.0.0)"