Changeset 3910


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
Files:
1 added
1 deleted
6 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
  • trunk/doc/3rd-party-components.txt

    r3849 r3910  
    4242
    4343More info : http://www.hibernate.org/
    44 Version   : 3.2.4.SP1
     44Version   : 3.2.5.ga
    4545License   : LGPL (hibernate.license.txt)
    4646Jar files : hibernate3.jar, antlr-2.7.6.jar, asm.jar, asm-attrs.jar,
     
    5353Log4j
    5454-----
    55 A loggins system that makes it easy to turn on or off debugging just by
     55A logging system that makes it easy to turn on or off debugging just by
    5656editing a configuration file. This component is also used by Hibernate
    5757and we are using the same version that ships with Hibernate.
     
    127127
    128128More info : http://jdbc.postgresql.org/
    129 Version   : 8.1.407
     129Version   : 8.2.506
    130130License   : BSD License (postgres.license.txt)
    131 Jar files : postgresql-8.1-407.jdbc3.jar
     131Jar files : postgresql-8.2-506.jdbc4.jar
    132132
    133133
     
    280280
    281281More info : http://ws.apache.org/axis2/
    282 Version   : 1.3
     282Version   : 1.3
    283283License   : Apache License 2.0 (apache.license-2.0.txt)
    284284Files     : Everything in the /lib/webservices directory
  • trunk/src/test/set_classpath.bat

    r3886 r3910  
    6060
    6161REM Postgres JDBC driver
    62 SET CP=%CP%;../../lib/dist/postgresql-8.1-407.jdbc3.jar
     62SET CP=%CP%;../../lib/dist/postgresql-8.2-506.jdbc4.jar
    6363
    6464REM JDOM and Xerces XML parser
  • trunk/src/test/set_classpath.sh

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