diff --git a/org.springframework.integration.mail/.classpath b/org.springframework.integration.mail/.classpath
new file mode 100644
index 0000000000..468451f6c4
--- /dev/null
+++ b/org.springframework.integration.mail/.classpath
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.mail/.project b/org.springframework.integration.mail/.project
new file mode 100644
index 0000000000..0edde5bdbd
--- /dev/null
+++ b/org.springframework.integration.mail/.project
@@ -0,0 +1,17 @@
+
+
+ org.springframework.integration.mail
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/org.springframework.integration.mail/build.xml b/org.springframework.integration.mail/build.xml
new file mode 100644
index 0000000000..3f67619c15
--- /dev/null
+++ b/org.springframework.integration.mail/build.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.mail/ivy.xml b/org.springframework.integration.mail/ivy.xml
new file mode 100644
index 0000000000..64f1b1a614
--- /dev/null
+++ b/org.springframework.integration.mail/ivy.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.mail/template.mf b/org.springframework.integration.mail/template.mf
new file mode 100644
index 0000000000..ff34e3b6f5
--- /dev/null
+++ b/org.springframework.integration.mail/template.mf
@@ -0,0 +1,17 @@
+Bundle-SymbolicName: org.springframework.integration.mail
+Bundle-Name: Spring Integration Mail 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.mail.*;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.mail.*;version="[1.4.0, 2.0.0)",
+ com.sun.mail.imap.*;version="[1.4.0, 2.0.0)";resolution:=optional
+Unversioned-Imports:
+ org.w3c.dom
+