You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/10/19 11:28:33 UTC

svn commit: r1024186 - /ofbiz/trunk/framework/entity/build.xml

Author: jleroux
Date: Tue Oct 19 09:28:32 2010
New Revision: 1024186

URL: http://svn.apache.org/viewvc?rev=1024186&view=rev
Log:
Update download-PG-JDBC to Postgres 9

http://jdbc.postgresql.org/download.html#current

Modified:
    ofbiz/trunk/framework/entity/build.xml

Modified: ofbiz/trunk/framework/entity/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/build.xml?rev=1024186&r1=1024185&r2=1024186&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/build.xml (original)
+++ ofbiz/trunk/framework/entity/build.xml Tue Oct 19 09:28:32 2010
@@ -56,7 +56,7 @@ under the License.
     </target>
 
     <target name="install-PG-JDBC" description="download the JDBC driver for PostgreSQL">
-        <get src="http://jdbc.postgresql.org/download/postgresql-8.4-701.jdbc4.jar"
-            dest="lib/jdbc/postgresql-8.4-701.jdbc4.jar" usetimestamp="true" />
+        <get src="http://jdbc.postgresql.org/download/postgresql-9.0-801.jdbc4.jar"          
+            dest="lib/jdbc/postgresql-9.0-801.jdbc4.jar" usetimestamp="true" />
     </target>
 </project>