From 5260e8b1acd56f5f4e76ba7c366fe81ee8d64204 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 22 Sep 2008 12:29:51 +0000 Subject: [PATCH] Adding new 'org.springframework.integration.ftp' module --- .../.classpath | 21 +++++++++++ org.springframework.integration.ftp/.project | 17 +++++++++ org.springframework.integration.ftp/build.xml | 8 +++++ org.springframework.integration.ftp/ivy.xml | 35 +++++++++++++++++++ .../template.mf | 15 ++++++++ 5 files changed, 96 insertions(+) create mode 100644 org.springframework.integration.ftp/.classpath create mode 100644 org.springframework.integration.ftp/.project create mode 100644 org.springframework.integration.ftp/build.xml create mode 100644 org.springframework.integration.ftp/ivy.xml create mode 100644 org.springframework.integration.ftp/template.mf diff --git a/org.springframework.integration.ftp/.classpath b/org.springframework.integration.ftp/.classpath new file mode 100644 index 0000000000..c3e2b2a672 --- /dev/null +++ b/org.springframework.integration.ftp/.classpath @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.ftp/.project b/org.springframework.integration.ftp/.project new file mode 100644 index 0000000000..77dc70cbd5 --- /dev/null +++ b/org.springframework.integration.ftp/.project @@ -0,0 +1,17 @@ + + + org.springframework.integration.ftp + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.integration.ftp/build.xml b/org.springframework.integration.ftp/build.xml new file mode 100644 index 0000000000..1dc7d4c3a8 --- /dev/null +++ b/org.springframework.integration.ftp/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.springframework.integration.ftp/ivy.xml b/org.springframework.integration.ftp/ivy.xml new file mode 100644 index 0000000000..223fc74f08 --- /dev/null +++ b/org.springframework.integration.ftp/ivy.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.ftp/template.mf b/org.springframework.integration.ftp/template.mf new file mode 100644 index 0000000000..8d3975d96d --- /dev/null +++ b/org.springframework.integration.ftp/template.mf @@ -0,0 +1,15 @@ +Bundle-SymbolicName: org.springframework.integration.ftp +Bundle-Name: Spring Integration FTP Support +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)", + org.apache.commons.net.ftp;version="[1.4.1, 2.0.0)";resolution:=optional +Unversioned-Imports: + org.w3c.dom +