Changeset 3910 for trunk/bin


Ignore:
Timestamp:
Nov 6, 2007, 8:59:42 AM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #814 and #815: Upgrade Postgres JDBC and Hibernate

Location:
trunk/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/set_classpath.bat

    r3886 r3910  
    6363
    6464REM Postgres JDBC driver
    65 SET CP=%CP%;%WEBINF%/lib/postgresql-8.1-407.jdbc3.jar
     65SET CP=%CP%;%WEBINF%/lib/postgresql-8.2-506.jdbc4.jar
    6666
    6767REM JDOM and Xerces XML parser
  • trunk/bin/set_classpath.sh

    r3886 r3910  
    6262
    6363# Postgres JDBC driver
    64 CP=$CP:$WEBINF/lib/postgresql-8.1-407.jdbc3.jar
     64CP=$CP:$WEBINF/lib/postgresql-8.2-506.jdbc4.jar
    6565
    6666# JDOM and Xerces XML parser
Note: See TracChangeset for help on using the changeset viewer.