Created
October 16, 2014 19:53
-
-
Save yupadhyay/77e828be23aaccab47f1 to your computer and use it in GitHub Desktop.
Menifest file for teraData JDBC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: Taradatajdbc | |
Bundle-SymbolicName: taradatajdbc | |
Bundle-Version: 1.0.0 | |
Bundle-ClassPath: . | |
Export-Package: com.ncr.teradata, | |
com.teradata.jdbc, | |
com.teradata.jdbc.client, | |
com.teradata.jdbc.encode, | |
com.teradata.jdbc.jdbc, | |
com.teradata.jdbc.jdbc.console, | |
com.teradata.jdbc.jdbc.fastexport, | |
com.teradata.jdbc.jdbc.fastload, | |
com.teradata.jdbc.jdbc.monitor, | |
com.teradata.jdbc.jdbc.raw, | |
com.teradata.jdbc.jdbc_3.dbmetadata, | |
com.teradata.jdbc.jdbc_4, | |
com.teradata.jdbc.jdbc_4.ifsupport, | |
com.teradata.jdbc.jdbc_4.io, | |
com.teradata.jdbc.jdbc_4.logging, | |
com.teradata.jdbc.jdbc_4.parcel, | |
com.teradata.jdbc.jdbc_4.statemachine, | |
com.teradata.jdbc.jdbc_4.util, | |
com.teradata.jdbc.jdk14, | |
com.teradata.jdbc.jdk6, | |
com.teradata.jdbc.resource, | |
com.teradata.tdgss.jalgapi, | |
com.teradata.tdgss.jgssp2gss, | |
com.teradata.tdgss.jgssp2ldap, | |
com.teradata.tdgss.jgssp2td1, | |
com.teradata.tdgss.jgssp2td2, | |
com.teradata.tdgss.jgssspi, | |
com.teradata.tdgss.jtdgss | |
Bundle-RequiredExecutionEnvironment: JavaSE-1.7 | |
Import-Package: javax.crypto, | |
javax.crypto.spec, | |
javax.naming, | |
javax.naming.spi, | |
javax.security.auth, | |
javax.security.auth.callback, | |
javax.security.auth.login, | |
javax.sql, | |
javax.xml.parsers, | |
javax.xml.stream, | |
javax.xml.transform, | |
javax.xml.transform.dom, | |
javax.xml.transform.sax, | |
javax.xml.transform.stax, | |
javax.xml.transform.stream, | |
org.ietf.jgss, | |
org.w3c.dom, | |
org.xml.sax, | |
org.xml.sax.helpers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment