spring 源码 https://spring.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
1.2 KiB

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:
*
Ignored-Existing-Headers:
Bnd-LastModified,
Import-Package,
Export-Package,
Tool