adding UDP module structure

This commit is contained in:
Mark Fisher
2009-10-03 21:17:59 +00:00
parent 741aff1393
commit 6300a2a2bf
6 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Bundle-SymbolicName: org.springframework.integration.udp
Bundle-Name: Spring Integration 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.util;version="[3.0.0, 4.0.0)",
org.w3c.dom.*;version="0"