updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
This commit is contained in:
@@ -3,24 +3,29 @@ Bundle-Name: Spring Transaction
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Package:
|
||||
org.springframework.stereotype;version="[3.0.0, 3.0.1)"
|
||||
com.ibm.ws.Transaction;resolution:=optional,
|
||||
oracle.j2ee.transaction;resolution:=optional,
|
||||
weblogic.transaction;resolution:=optional
|
||||
com.ibm.ws.Transaction;version="0";resolution:=optional,
|
||||
oracle.j2ee.transaction;version="0";resolution:=optional,
|
||||
weblogic.transaction;version="0";resolution:=optional
|
||||
Import-Template:
|
||||
com.ibm.wsspi.uow.*;version="[6.0.2.17, 6.1.0)";resolution:=optional,
|
||||
javax.ejb.*;version="[3.0.0, 4.0.0)";resolution:=optional,
|
||||
javax.ejb.*;version="[3.0.0, 4.0.0)";resolution:=optional,
|
||||
javax.management.*;version="0";resolution:=optional,
|
||||
javax.naming.*;version="0";resolution:=optional,
|
||||
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.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.springframework.aop.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.aop.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.context.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.context.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.jndi.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.metadata.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.scheduling.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
*
|
||||
org.springframework.stereotype;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)",
|
||||
org.w3c.dom.*;version="0";resolution:=optional
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
Export-Package,
|
||||
Tool
|
||||
|
||||
Reference in New Issue
Block a user