IDEMPIERE-1205 Update PostgreSQL JDBC Driver to Version 9.2-1004 (2013-07-11). Apparently, the version at the website is not the latest and have buggy setQueryTimeout implementation. See http://www.postgresql.org/message-id/CADK3HHK_jk2KjsVW_aPBW-+GRdoXvd4X2SLYOEzHqfpwfDwPJA@mail.gmail.com for details.
This commit is contained in:
parent
3c80de243c
commit
aaa4806797
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="postgresql-9.2-1003.jdbc4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="postgresql-9.2-1004.jdbc4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="mchange-commons-java-0.2.3.3.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="c3p0-0.9.2.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
|
|
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: org.compiere.db.postgresql.provider;singleton:=true
|
|||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ClassPath: .,
|
||||
postgresql-9.2-1003.jdbc4.jar,
|
||||
postgresql-9.2-1004.jdbc4.jar,
|
||||
c3p0-0.9.2.jar,
|
||||
mchange-commons-java-0.2.3.3.jar
|
||||
Require-Bundle: org.adempiere.base;bundle-version="1.0.0",
|
||||
|
|
|
@ -6,5 +6,5 @@ bin.includes = META-INF/,\
|
|||
OSGI-INF/,\
|
||||
c3p0-0.9.2.jar,\
|
||||
mchange-commons-java-0.2.3.3.jar,\
|
||||
postgresql-9.2-1003.jdbc4.jar
|
||||
postgresql-9.2-1004.jdbc4.jar
|
||||
source.. = src/
|
||||
|
|
Loading…
Reference in New Issue