Changeset 3085 for trunk/bin


Ignore:
Timestamp:
Jan 29, 2007, 10:42:42 AM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #440: Update to latest versions of 3rd-party software

Location:
trunk/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/set_classpath.bat

    r3050 r3085  
    5454
    5555REM C3P0 Connection pool manager
    56 SET CP=%CP%;%WEBINF%/lib/c3p0-0.9.1-pre12.jar
     56SET CP=%CP%;%WEBINF%/lib/c3p0-0.9.1.jar
    5757
    5858REM MySQL JDBC driver
  • trunk/bin/set_classpath.sh

    r3050 r3085  
    5353
    5454# C3P0 Connection pool manager
    55 CP=$CP:$WEBINF/lib/c3p0-0.9.1-pre12.jar
     55CP=$CP:$WEBINF/lib/c3p0-0.9.1.jar
    5656
    5757# MySQL JDBC driver
Note: See TracChangeset for help on using the changeset viewer.