diff --git a/org.springframework.integration.ip/build.xml b/org.springframework.integration.ip/build.xml
new file mode 100644
index 0000000000..e975d63194
--- /dev/null
+++ b/org.springframework.integration.ip/build.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.ip/ivy.xml b/org.springframework.integration.ip/ivy.xml
new file mode 100644
index 0000000000..e1568c895c
--- /dev/null
+++ b/org.springframework.integration.ip/ivy.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.ip/pom.xml b/org.springframework.integration.ip/pom.xml
new file mode 100644
index 0000000000..5ddcf85619
--- /dev/null
+++ b/org.springframework.integration.ip/pom.xml
@@ -0,0 +1,76 @@
+
+
+ 4.0.0
+ org.springframework.integration
+ spring-integration-ip
+ jar
+ Spring Integration UDP Adapters
+
+ org.springframework.integration
+ spring-integration-parent
+ 2.0.0.BUILD-SNAPSHOT
+ ../spring-integration-parent
+
+
+
+ cglib
+ cglib-nodep
+ 2.1_3
+ test
+
+
+ org.easymock
+ easymock
+ 2.3
+ test
+
+
+ org.easymock
+ easymockclassextension
+ 2.3
+ test
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+ compile
+
+
+ org.springframework
+ spring-test
+ ${spring.version}
+ test
+
+
+ org.springframework.integration
+ spring-integration-core
+ ${project.version}
+ compile
+
+
+ org.springframework.integration.adapter
+ spring-integration-adapter
+ ${project.version}
+ compile
+
+
+ org.springframework.integration.message
+ spring-integration-message
+ ${project.version}
+ compile
+
+
+ org.mockito
+ mockito-all
+ 1.6
+ test
+
+
+
diff --git a/org.springframework.integration.ip/template.mf b/org.springframework.integration.ip/template.mf
new file mode 100644
index 0000000000..57fb593681
--- /dev/null
+++ b/org.springframework.integration.ip/template.mf
@@ -0,0 +1,13 @@
+Bundle-SymbolicName: org.springframework.integration.ip
+Bundle-Name: Spring Integration TCP/UDP Adapters
+Bundle-Vendor: SpringSource
+Bundle-ManifestVersion: 2
+Import-Template:
+ org.apache.commons.logging;version="[1.1.1, 2.0.0)",
+ org.springframework.integration.*;version="[2.0.0, 2.0.1)",
+ org.springframework.beans.*;version="[3.0.0, 4.0.0)",
+ org.springframework.context;version="[3.0.0, 4.0.0)",
+ org.springframework.core.*;version="[3.0.0, 4.0.0)",
+ org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
+ org.springframework.util;version="[3.0.0, 4.0.0)",
+ org.w3c.dom.*;version="0"