From 5676667c065b3ac951a84678cc8e61f78c99a1a5 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 17 Sep 2008 19:38:43 +0000 Subject: [PATCH] Adding new 'org.springframework.integration.stream' module (INT-375). --- .../.project | 17 +++++++++++ .../build.xml | 8 +++++ .../ivy.xml | 29 +++++++++++++++++++ .../template.mf | 11 +++++++ 4 files changed, 65 insertions(+) create mode 100644 org.springframework.integration.stream/.project create mode 100644 org.springframework.integration.stream/build.xml create mode 100644 org.springframework.integration.stream/ivy.xml create mode 100644 org.springframework.integration.stream/template.mf 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 +