diff --git a/org.springframework.integration.file/.classpath b/org.springframework.integration.file/.classpath
new file mode 100644
index 0000000000..757ca5c99e
--- /dev/null
+++ b/org.springframework.integration.file/.classpath
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.file/.project b/org.springframework.integration.file/.project
new file mode 100644
index 0000000000..13feb0e6bc
--- /dev/null
+++ b/org.springframework.integration.file/.project
@@ -0,0 +1,17 @@
+
+
+ org.springframework.integration.file
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/org.springframework.integration.file/build.xml b/org.springframework.integration.file/build.xml
new file mode 100644
index 0000000000..48b59cea29
--- /dev/null
+++ b/org.springframework.integration.file/build.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.file/ivy.xml b/org.springframework.integration.file/ivy.xml
new file mode 100644
index 0000000000..b3d351e0eb
--- /dev/null
+++ b/org.springframework.integration.file/ivy.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.file/template.mf b/org.springframework.integration.file/template.mf
new file mode 100644
index 0000000000..0090c06f02
--- /dev/null
+++ b/org.springframework.integration.file/template.mf
@@ -0,0 +1,14 @@
+Bundle-SymbolicName: org.springframework.integration.file
+Bundle-Name: Spring Integration File Adapters
+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)",
+Unversioned-Imports:
+ org.w3c.dom
+