+ migrated some manifest template changed from 2.5.x to 3.0.x

This commit is contained in:
Costin Leau
2008-11-25 22:20:53 +00:00
parent 20bdc3c2d5
commit dca286d065
14 changed files with 31 additions and 47 deletions

View File

@@ -2,6 +2,12 @@ Bundle-SymbolicName: org.springframework.jdbc
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
Import-Template:
com.mchange.v2.c3p0.*;version="[0.9.1.2, 1.0.0)";resolution:=optional,
com.sun.rowset.*;version="[1.0.1, 2.0.0)";resolution:=optional,
@@ -16,7 +22,4 @@ Import-Template:
org.springframework.transaction.*;version="[3.0.0, 3.0.1)",
org.springframework.util;version="[3.0.0, 3.0.1)"
Unversioned-Imports:
javax.naming.*,
javax.sql,
javax.xml.transform.*,
org.w3c.dom.*
*