Initial import of the JMS module
This commit is contained in:
29
org.springframework.jms/template.mf
Normal file
29
org.springframework.jms/template.mf
Normal file
@@ -0,0 +1,29 @@
|
||||
Bundle-SymbolicName: org.springframework.jms
|
||||
Bundle-Name: Spring JMS
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
javax.jms.*;version="[1.1.0, 2.0.0)",
|
||||
javax.resource.*;version="[1.5.0, 2.0.0)";resolution:=optional,
|
||||
javax.transaction.*;version="[1.0.1, 2.0.0)";resolution:=optional,
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)",
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.apache.commons.pool.*;version="[1.3.0, 2.0.0)";resolution:=optional,
|
||||
org.springframework.aop.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.context.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.jca.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.jndi.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.remoting.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.scheduling.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.transaction.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
javax.naming.*,
|
||||
org.w3c.dom.*
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
Export-Package,
|
||||
Tool
|
||||
Reference in New Issue
Block a user