diff --git a/org.springframework.integration.stream/.project b/org.springframework.integration.stream/.project new file mode 100644 index 0000000000..8ab4b5b265 --- /dev/null +++ b/org.springframework.integration.stream/.project @@ -0,0 +1,17 @@ + + + org.springframework.integration.stream + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.integration.stream/build.xml b/org.springframework.integration.stream/build.xml new file mode 100644 index 0000000000..2a36ec4d31 --- /dev/null +++ b/org.springframework.integration.stream/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.springframework.integration.stream/ivy.xml b/org.springframework.integration.stream/ivy.xml new file mode 100644 index 0000000000..3ff8bb5634 --- /dev/null +++ b/org.springframework.integration.stream/ivy.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.stream/template.mf b/org.springframework.integration.stream/template.mf new file mode 100644 index 0000000000..3141683589 --- /dev/null +++ b/org.springframework.integration.stream/template.mf @@ -0,0 +1,11 @@ +Bundle-SymbolicName: org.springframework.integration.stream +Bundle-Name: Spring Integration Stream Support +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.0, 1.0.1)", + 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 +