From b3a0dc2646787036786828eade63cb9ac4ff0d6b Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 21 May 2008 21:32:47 +0000 Subject: [PATCH] Added initial version of template.mf files. --- .../template.mf | 21 +++++++++++++++++++ .../template.mf | 8 +++++++ .../template.mf | 6 ++++++ .../template.mf | 14 +++++++++++++ org.springframework.integration/template.mf | 10 +++++++++ 5 files changed, 59 insertions(+) create mode 100644 org.springframework.integration.adapter/template.mf create mode 100644 org.springframework.integration.samples/template.mf create mode 100644 org.springframework.integration.test/template.mf create mode 100644 org.springframework.integration.ws/template.mf create mode 100644 org.springframework.integration/template.mf diff --git a/org.springframework.integration.adapter/template.mf b/org.springframework.integration.adapter/template.mf new file mode 100644 index 0000000000..ccc07e7bf4 --- /dev/null +++ b/org.springframework.integration.adapter/template.mf @@ -0,0 +1,21 @@ +Bundle-SymbolicName: org.springframework.integration.adapter +Bundle-Name: Spring Integration Adapters +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.0, 1.0.0]", + org.springframework.beans.*;version="[2.5.4.A, 3.0.0)", + org.springframework.context;version="[2.5.4.A, 3.0.0)", + org.springframework.core.*;version="[2.5.4.A, 3.0.0)", + org.springframework.jms.*;version="[2.5.4.A, 3.0.0)", + org.springframework.mail.*;version="[2.5.4.A, 3.0.0)", + org.springframework.remoting.*;version="[2.5.4.A, 3.0.0)", + org.springframework.util;version="[2.5.4.A, 3.0.0)", + org.springframework.web;version="[2.5.4.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)", + javax.mail.*;version="[1.4.0,2.0.0)", + javax.jms;version="[1.1.0,2.0.0)", + javax.servlet.*;version="[2.4.0,3.0.0)" +Unversioned-Imports: + org.w3c.dom diff --git a/org.springframework.integration.samples/template.mf b/org.springframework.integration.samples/template.mf new file mode 100644 index 0000000000..33275df5c9 --- /dev/null +++ b/org.springframework.integration.samples/template.mf @@ -0,0 +1,8 @@ +Bundle-SymbolicName: org.springframework.integration.samples +Bundle-Name: Spring Integration Samples +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.0, 1.0.0]", + org.springframework.context.support;version="[2.5.4.A, 3.0.0)", + org.springframework.stereotype;version="[2.5.4.A, 3.0.0)" diff --git a/org.springframework.integration.test/template.mf b/org.springframework.integration.test/template.mf new file mode 100644 index 0000000000..8d59636a22 --- /dev/null +++ b/org.springframework.integration.test/template.mf @@ -0,0 +1,6 @@ +Bundle-SymbolicName: org.springframework.integration.test +Bundle-Name: Spring Integration Test Support +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.0, 1.0.0]" diff --git a/org.springframework.integration.ws/template.mf b/org.springframework.integration.ws/template.mf new file mode 100644 index 0000000000..b761522fbe --- /dev/null +++ b/org.springframework.integration.ws/template.mf @@ -0,0 +1,14 @@ +Bundle-SymbolicName: org.springframework.integration.ws +Bundle-Name: Spring Integration Web Services Support +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.0, 1.0.0]", + org.springframework.beans.factory.*;version="[2.5.4.A, 3.0.0)", + org.springframework.oxm;version="[1.5.1.A, 2.0.0)", + org.springframework.util;version="[2.5.4.A, 3.0.0)", + org.springframework.ws.*;version="[1.5.1.A, 2.0.0)", + org.springframework.xml.transform;version="[1.5.1.A, 2.0.0)" +Unversioned-Imports: + org.w3c.dom, + javax.xml.transform.* diff --git a/org.springframework.integration/template.mf b/org.springframework.integration/template.mf new file mode 100644 index 0000000000..1c77c5f3b1 --- /dev/null +++ b/org.springframework.integration/template.mf @@ -0,0 +1,10 @@ +Bundle-SymbolicName: org.springframework.integration +Bundle-Name: Spring Integration Core +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.*;version="[2.5.4.A, 3.0.0)", + org.apache.commons.logging;version="[1.1.1, 2.0.0)", + org.aopalliance.*;version="[1.0.0,2.0.0)" +Unversioned-Imports: + org.w3c.dom