Added initial version of template.mf files.
This commit is contained in:
21
org.springframework.integration.adapter/template.mf
Normal file
21
org.springframework.integration.adapter/template.mf
Normal 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
|
||||
8
org.springframework.integration.samples/template.mf
Normal file
8
org.springframework.integration.samples/template.mf
Normal 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)"
|
||||
6
org.springframework.integration.test/template.mf
Normal file
6
org.springframework.integration.test/template.mf
Normal 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]"
|
||||
14
org.springframework.integration.ws/template.mf
Normal file
14
org.springframework.integration.ws/template.mf
Normal 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.*
|
||||
10
org.springframework.integration/template.mf
Normal file
10
org.springframework.integration/template.mf
Normal 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
|
||||
Reference in New Issue
Block a user