Author: steve.ebersole(a)jboss.com
Date: 2007-01-19 10:03:59 -0500 (Fri, 19 Jan 2007)
New Revision: 11064
Added:
branches/Branch_3_2/Hibernate3/lib/c3p0-0.9.1.jar
Removed:
branches/Branch_3_2/Hibernate3/lib/c3p0-0.9.0.jar
Modified:
branches/Branch_3_2/Hibernate3/lib/version.properties
Log:
HHH-2032 : upgrade to c3p0-0.9.1
Deleted: branches/Branch_3_2/Hibernate3/lib/c3p0-0.9.0.jar
===================================================================
(Binary files differ)
Added: branches/Branch_3_2/Hibernate3/lib/c3p0-0.9.1.jar
===================================================================
(Binary files differ)
Property changes on: branches/Branch_3_2/Hibernate3/lib/c3p0-0.9.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/Branch_3_2/Hibernate3/lib/version.properties
===================================================================
--- branches/Branch_3_2/Hibernate3/lib/version.properties 2007-01-19 14:45:38 UTC (rev
11063)
+++ branches/Branch_3_2/Hibernate3/lib/version.properties 2007-01-19 15:03:59 UTC (rev
11064)
@@ -176,15 +176,15 @@
## connection pool
-c3p0.lib=c3p0-0.9.0.jar
-c3p0.version=0.9.0
+c3p0.lib=c3p0-0.9.1.jar
+c3p0.version=0.9.1
c3p0.name=C3P0 JDBC connection pool
-c3p0.when=runtime, optional
+c3p0.when=runtime, optional (needed if using c3p0 as the connection pooling library)
proxool.lib=proxool-0.8.3.jar
proxool.version=0.8.3
proxool.name=Proxool JDBC connection pool
-proxool.when=runtime, optional
+proxool.when=runtime, optional (needed if using proxool as the connection pooling
library)
jacc.lib=jacc-1_0-fr.jar
Show replies by date