From 98da2d0c3715f36643ad30e7743f8e947f601f36 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 4 Sep 2008 16:24:23 +0000 Subject: [PATCH] Adding new module for File adapters --- .../.classpath | 18 +++++++++++ org.springframework.integration.file/.project | 17 ++++++++++ .../build.xml | 8 +++++ org.springframework.integration.file/ivy.xml | 32 +++++++++++++++++++ .../template.mf | 14 ++++++++ 5 files changed, 89 insertions(+) create mode 100644 org.springframework.integration.file/.classpath create mode 100644 org.springframework.integration.file/.project create mode 100644 org.springframework.integration.file/build.xml create mode 100644 org.springframework.integration.file/ivy.xml create mode 100644 org.springframework.integration.file/template.mf 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 +