From f8b3f99d19cbda013a81cca9253b5760e39a042d Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 22 Sep 2008 14:45:40 +0000 Subject: [PATCH] Adding new 'org.springframework.integration.mail' module --- .../.classpath | 21 ++++++++++++ org.springframework.integration.mail/.project | 17 ++++++++++ .../build.xml | 8 +++++ org.springframework.integration.mail/ivy.xml | 34 +++++++++++++++++++ .../template.mf | 17 ++++++++++ 5 files changed, 97 insertions(+) create mode 100644 org.springframework.integration.mail/.classpath create mode 100644 org.springframework.integration.mail/.project create mode 100644 org.springframework.integration.mail/build.xml create mode 100644 org.springframework.integration.mail/ivy.xml create mode 100644 org.springframework.integration.mail/template.mf diff --git a/org.springframework.integration.mail/.classpath b/org.springframework.integration.mail/.classpath new file mode 100644 index 0000000000..468451f6c4 --- /dev/null +++ b/org.springframework.integration.mail/.classpath @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.mail/.project b/org.springframework.integration.mail/.project new file mode 100644 index 0000000000..0edde5bdbd --- /dev/null +++ b/org.springframework.integration.mail/.project @@ -0,0 +1,17 @@ + + + org.springframework.integration.mail + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.integration.mail/build.xml b/org.springframework.integration.mail/build.xml new file mode 100644 index 0000000000..3f67619c15 --- /dev/null +++ b/org.springframework.integration.mail/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.springframework.integration.mail/ivy.xml b/org.springframework.integration.mail/ivy.xml new file mode 100644 index 0000000000..64f1b1a614 --- /dev/null +++ b/org.springframework.integration.mail/ivy.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.mail/template.mf b/org.springframework.integration.mail/template.mf new file mode 100644 index 0000000000..ff34e3b6f5 --- /dev/null +++ b/org.springframework.integration.mail/template.mf @@ -0,0 +1,17 @@ +Bundle-SymbolicName: org.springframework.integration.mail +Bundle-Name: Spring Integration Mail 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.mail.*;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)", + javax.mail.*;version="[1.4.0, 2.0.0)", + com.sun.mail.imap.*;version="[1.4.0, 2.0.0)";resolution:=optional +Unversioned-Imports: + org.w3c.dom +