diff --git a/build-spring-integration/build.xml b/build-spring-integration/build.xml
index 9d8310bd89..fd04dbe54e 100644
--- a/build-spring-integration/build.xml
+++ b/build-spring-integration/build.xml
@@ -5,6 +5,7 @@
+
diff --git a/org.springframework.integration.xml/.classpath b/org.springframework.integration.xml/.classpath
new file mode 100644
index 0000000000..2b219848e9
--- /dev/null
+++ b/org.springframework.integration.xml/.classpath
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.xml/.project b/org.springframework.integration.xml/.project
new file mode 100644
index 0000000000..9cb7c4e975
--- /dev/null
+++ b/org.springframework.integration.xml/.project
@@ -0,0 +1,17 @@
+
+
+ org.springframework.integration.xml
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/org.springframework.integration.xml/build.xml b/org.springframework.integration.xml/build.xml
new file mode 100644
index 0000000000..b3c3959c00
--- /dev/null
+++ b/org.springframework.integration.xml/build.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/org.springframework.integration.xml/ivy.xml b/org.springframework.integration.xml/ivy.xml
new file mode 100644
index 0000000000..89c80b03a8
--- /dev/null
+++ b/org.springframework.integration.xml/ivy.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.xml/template.mf b/org.springframework.integration.xml/template.mf
new file mode 100644
index 0000000000..229629c0c8
--- /dev/null
+++ b/org.springframework.integration.xml/template.mf
@@ -0,0 +1,13 @@
+Bundle-SymbolicName: org.springframework.integration.xml
+Bundle-Name: Spring Integration XML Support
+Bundle-Vendor: SpringSource
+Bundle-ManifestVersion: 2
+Import-Template:
+ org.springframework.integration.*;version="[1.0.0, 1.0.0]",
+ org.springframework.beans.factory.*;version="[2.5.4.A, 3.0.0)",
+ org.springframework.oxm;version="[1.5.1.A, 2.0.0)";resolution:=optional,
+ org.springframework.util;version="[2.5.4.A, 3.0.0)",
+ org.springframework.xml.transform;version="[1.5.1.A, 2.0.0)"
+Unversioned-Imports:
+ org.w3c.dom,
+ javax.xml.transform.*