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.
23 lines
1001 B
23 lines
1001 B
16 years ago
|
Bundle-SymbolicName: org.springframework.jdbc
|
||
|
Bundle-Name: Spring JDBC
|
||
|
Bundle-Vendor: SpringSource
|
||
|
Bundle-ManifestVersion: 2
|
||
|
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,
|
||
|
javax.sql.rowset.*;version="[1.0.1, 2.0.0)";resolution:=optional,
|
||
|
javax.transaction.*;version="[1.0.1, 2.0.0)";resolution:=optional,
|
||
|
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||
|
org.enhydra.jdbc.*;version="[1.5.0, 2.0.0)";resolution:=optional,
|
||
|
org.springframework.beans.*;version="[2.5.5.A, 2.5.5.A]",
|
||
|
org.springframework.core.*;version="[2.5.5.A, 2.5.5.A]",
|
||
|
org.springframework.dao.*;version="[2.5.5.A, 2.5.5.A]",
|
||
|
org.springframework.jndi.*;version="[2.5.5.A, 2.5.5.A]";resolution:=optional,
|
||
|
org.springframework.transaction.*;version="[2.5.5.A, 2.5.5.A]",
|
||
|
org.springframework.util;version="[2.5.5.A, 2.5.5.A]"
|
||
|
Unversioned-Imports:
|
||
|
javax.naming.*,
|
||
|
javax.sql,
|
||
|
javax.xml.transform.*,
|
||
|
org.w3c.dom.*
|