IDEMPIERE-2907:update library (zk, c3p0) / upgrade to postgresql-9.4-1204.jdbc41.jar

This commit is contained in:
Carlos Ruiz 2015-10-25 13:09:13 -05:00
parent cdf697d74d
commit 5392cdf541
3 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="postgresql-9.3-1102.jdbc41.jar"/>
<classpathentry kind="lib" path="postgresql-9.4-1204.jdbc41.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -5,7 +5,7 @@ Bundle-SymbolicName: org.compiere.db.postgresql.provider;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .,
postgresql-9.3-1102.jdbc41.jar,
postgresql-9.4-1204.jdbc41.jar,
c3p0-0.9.5.jar,
mchange-commons-java-0.2.9.jar
Require-Bundle: org.adempiere.base;bundle-version="3.0.0",

View File

@ -4,7 +4,7 @@ bin.includes = META-INF/,\
plugin.xml,\
OSGI-INF/pgprovider.xml,\
OSGI-INF/,\
postgresql-9.3-1102.jdbc41.jar,\
postgresql-9.4-1204.jdbc41.jar,\
c3p0-0.9.5.jar,\
mchange-commons-java-0.2.9.jar
source.. = src/