IDEMPIERE-1205 Update PostgreSQL JDBC Driver to Version 9.2-1002 (2012-11-14).

This commit is contained in:
Heng Sin Low 2013-07-29 15:22:59 +08:00
parent c6211c7241
commit 194cd9f05e
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry exported="true" kind="lib" path="postgresql-9.2-1003.jdbc4.jar"/>
<classpathentry exported="true" kind="lib" path="mchange-commons-java-0.2.3.3.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 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"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="postgresql.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View File

@ -5,7 +5,7 @@ Bundle-SymbolicName: org.compiere.db.postgresql.provider;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: ., Bundle-ClassPath: .,
postgresql.jar, postgresql-9.2-1003.jdbc4.jar,
c3p0-0.9.2.jar, c3p0-0.9.2.jar,
mchange-commons-java-0.2.3.3.jar mchange-commons-java-0.2.3.3.jar
Require-Bundle: org.adempiere.base;bundle-version="1.0.0", Require-Bundle: org.adempiere.base;bundle-version="1.0.0",

View File

@ -1,10 +1,10 @@
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
postgresql.jar,\
plugin.xml,\ plugin.xml,\
OSGI-INF/pgprovider.xml,\ OSGI-INF/pgprovider.xml,\
OSGI-INF/,\ OSGI-INF/,\
c3p0-0.9.2.jar,\ c3p0-0.9.2.jar,\
mchange-commons-java-0.2.3.3.jar mchange-commons-java-0.2.3.3.jar,\
postgresql-9.2-1003.jdbc4.jar
source.. = src/ source.. = src/