diff --git a/org.springframework.integration.ftp/.classpath b/org.springframework.integration.ftp/.classpath
new file mode 100644
index 0000000000..c3e2b2a672
--- /dev/null
+++ b/org.springframework.integration.ftp/.classpath
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.ftp/.project b/org.springframework.integration.ftp/.project
new file mode 100644
index 0000000000..77dc70cbd5
--- /dev/null
+++ b/org.springframework.integration.ftp/.project
@@ -0,0 +1,17 @@
+
+
+ org.springframework.integration.ftp
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/org.springframework.integration.ftp/build.xml b/org.springframework.integration.ftp/build.xml
new file mode 100644
index 0000000000..1dc7d4c3a8
--- /dev/null
+++ b/org.springframework.integration.ftp/build.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.ftp/ivy.xml b/org.springframework.integration.ftp/ivy.xml
new file mode 100644
index 0000000000..223fc74f08
--- /dev/null
+++ b/org.springframework.integration.ftp/ivy.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.ftp/template.mf b/org.springframework.integration.ftp/template.mf
new file mode 100644
index 0000000000..8d3975d96d
--- /dev/null
+++ b/org.springframework.integration.ftp/template.mf
@@ -0,0 +1,15 @@
+Bundle-SymbolicName: org.springframework.integration.ftp
+Bundle-Name: Spring Integration FTP 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.util;version="[2.5.5.A, 3.0.0)",
+ org.apache.commons.logging;version="[1.1.1, 2.0.0)",
+ org.apache.commons.net.ftp;version="[1.4.1, 2.0.0)";resolution:=optional
+Unversioned-Imports:
+ org.w3c.dom
+