Added initial version of template.mf files.

This commit is contained in:
Mark Fisher
2008-05-21 21:32:47 +00:00
parent 73904c3f98
commit b3a0dc2646
5 changed files with 59 additions and 0 deletions

View File

@@ -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

View File

@@ -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)"

View File

@@ -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]"

View File

@@ -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.*

View File

@@ -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