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,22 +3,30 @@ Bundle-Name: Spring JDBC
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Package:
|
||||
oracle.sql;resolution:=optional,
|
||||
org.jboss.resource.adapter.jdbc;resolution:=optional,
|
||||
weblogic.jdbc.extensions;resolution:=optional,
|
||||
com.ibm.websphere.rsadapter;resolution:=optional,
|
||||
com.ibm.ws.rsadapter.jdbc;resolution:=optional
|
||||
oracle.sql;version="0";resolution:=optional,
|
||||
org.jboss.resource.adapter.jdbc;version="0";resolution:=optional,
|
||||
weblogic.jdbc.extensions;version="0";resolution:=optional,
|
||||
com.ibm.websphere.rsadapter;version="0";resolution:=optional,
|
||||
com.ibm.ws.rsadapter.jdbc;version="0";resolution:=optional
|
||||
Import-Template:
|
||||
com.mchange.v2.c3p0.*;version="[0.9.1.2, 1.0.0)";resolution:=optional,
|
||||
com.mchange.v2.c3p0.*;version="[0.9.1, 2.0.0)";resolution:=optional,
|
||||
com.sun.rowset.*;version="[1.0.1, 2.0.0)";resolution:=optional,
|
||||
javax.sql.rowset.*;version="[1.0.1, 2.0.0)";resolution:=optional,
|
||||
javax.naming.*;version="0";resolution:=optional,
|
||||
javax.sql.*;version="0",
|
||||
javax.transaction.*;version="[1.0.1, 2.0.0)";resolution:=optional,
|
||||
javax.xml.*;version="0";resolution:=optional,
|
||||
org.h2.*;version="[1.8.0, 2.0.0)";resolution:=optional,
|
||||
org.hsqldb.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.dao.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.jndi.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.transaction.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.util;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
*
|
||||
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