first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
|
|
@ -0,0 +1,33 @@
|
|||
JarIndex-Version: 1.0
|
||||
|
||||
mysql-connector-java-5.1.32-bin.jar
|
||||
com
|
||||
com/mysql
|
||||
com/mysql/fabric
|
||||
com/mysql/fabric/hibernate
|
||||
com/mysql/fabric/jdbc
|
||||
com/mysql/fabric/proto
|
||||
com/mysql/fabric/proto/xmlrpc
|
||||
com/mysql/fabric/xmlrpc
|
||||
com/mysql/fabric/xmlrpc/base
|
||||
com/mysql/fabric/xmlrpc/exceptions
|
||||
com/mysql/jdbc
|
||||
com/mysql/jdbc/authentication
|
||||
com/mysql/jdbc/configs
|
||||
com/mysql/jdbc/exceptions
|
||||
com/mysql/jdbc/exceptions/jdbc4
|
||||
com/mysql/jdbc/integration
|
||||
com/mysql/jdbc/integration/c3p0
|
||||
com/mysql/jdbc/integration/jboss
|
||||
com/mysql/jdbc/interceptors
|
||||
com/mysql/jdbc/jdbc2
|
||||
com/mysql/jdbc/jdbc2/optional
|
||||
com/mysql/jdbc/jmx
|
||||
com/mysql/jdbc/log
|
||||
com/mysql/jdbc/profiler
|
||||
com/mysql/jdbc/util
|
||||
org
|
||||
org/gjt
|
||||
org/gjt/mm
|
||||
org/gjt/mm/mysql
|
||||
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
Manifest-Version: 1.0
|
||||
Ant-Version: Apache Ant 1.8.2
|
||||
Created-By: 1.5.0_22-b03 (Sun Microsystems Inc.)
|
||||
Built-By: pb2user
|
||||
Bundle-Vendor: Oracle Corporation
|
||||
Bundle-Classpath: .
|
||||
Bundle-Version: 5.1.32
|
||||
Bundle-Name: Oracle Corporation' JDBC Driver for MySQL
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-SymbolicName: com.mysql.jdbc
|
||||
Export-Package: com.mysql.jdbc;version="5.1.32";uses:="com.mysql.jdbc.
|
||||
log,javax.naming,javax.net.ssl,javax.xml.transform,org.xml.sax",com.m
|
||||
ysql.jdbc.jdbc2.optional;version="5.1.32";uses:="com.mysql.jdbc,com.m
|
||||
ysql.jdbc.log,javax.naming,javax.sql,javax.transaction.xa",com.mysql.
|
||||
jdbc.log;version="5.1.32",com.mysql.jdbc.profiler;version="5.1.32";us
|
||||
es:="com.mysql.jdbc",com.mysql.jdbc.util;version="5.1.32";uses:="com.
|
||||
mysql.jdbc.log",com.mysql.jdbc.exceptions;version="5.1.32",com.mysql.
|
||||
jdbc.exceptions.jdbc4;version="5.1.32";uses:="com.mysql.jdbc",com.mys
|
||||
ql.jdbc.interceptors;version="5.1.32";uses:="com.mysql.jdbc",com.mysq
|
||||
l.jdbc.integration.c3p0;version="5.1.32",com.mysql.jdbc.integration.j
|
||||
boss;version="5.1.32",com.mysql.jdbc.configs;version="5.1.32",org.gjt
|
||||
.mm.mysql;version="5.1.32"
|
||||
Import-Package: javax.net,javax.net.ssl;version="[1.0.1, 2.0.0)";resol
|
||||
ution:=optional,javax.xml.parsers, javax.xml.stream,javax.xml.transfo
|
||||
rm,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transfor
|
||||
m.stax,javax.xml.transform.stream,org.w3c.dom,org.xml.sax,org.xml.sax
|
||||
.helpers;resolution:=optional,javax.naming,javax.naming.spi,javax.sql
|
||||
,javax.transaction.xa;version="[1.0.1, 2.0.0)";resolution:=optional,c
|
||||
om.mchange.v2.c3p0;version="[0.9.1.2, 1.0.0)";resolution:=optional,or
|
||||
g.jboss.resource.adapter.jdbc;resolution:=optional,org.jboss.resource
|
||||
.adapter.jdbc.vendor;resolution:=optional
|
||||
|
||||
Name: common
|
||||
Specification-Title: JDBC
|
||||
Specification-Version: 4.0
|
||||
Specification-Vendor: Oracle Corporation
|
||||
Implementation-Title: MySQL Connector Java
|
||||
Implementation-Version: 5.1.32
|
||||
Implementation-Vendor-Id: com.mysql
|
||||
Implementation-Vendor: Oracle
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
com.mysql.jdbc.Driver
|
||||
com.mysql.fabric.jdbc.FabricMySQLDriver
|
||||
Loading…
Add table
Add a link
Reference in a new issue