IDEMPIERE-1205 Update PostgreSQL JDBC Driver to Version 9.2-1002 (2012-11-14).
This commit is contained in:
parent
c6211c7241
commit
194cd9f05e
|
@ -1,10 +1,10 @@
|
|||
<?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="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"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry exported="true" kind="lib" path="postgresql.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -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.jar,
|
||||
postgresql-9.2-1003.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",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
postgresql.jar,\
|
||||
plugin.xml,\
|
||||
OSGI-INF/pgprovider.xml,\
|
||||
OSGI-INF/,\
|
||||
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/
|
||||
|
|
Loading…
Reference in New Issue