Changeset 128

Show
Ignore:
Timestamp:
02/20/06 05:01:08
Author:
muness
Message:

Classpath fixes in build script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • uspswebtools/build.properties

    r125 r128  
    44# httpclient.log - log writer to use 
    55httpclient.log=org.apache.commons.httpclient.log.Log4JCategory 
    6 httpclient.jar=./lib/commons-httpclient.jar 
     6httpclient.jar=./lib/commons-httpclient-3.0.jar 
     7codec.jar=./lib/commons-codec-1.3.jar 
    78logging.jar=./lib/commons-logging.jar 
    89dom4j.jar=./lib/dom4j-full.jar 
  • uspswebtools/build.xml

    r119 r128  
    1717        <pathelement location="${lingerie.jar}"/> 
    1818        <pathelement location="${httpclient.jar}"/> 
     19        <pathelement location="${codec.jar}"/> 
    1920        <pathelement location="${logging.jar}"/> 
    2021        <pathelement location="${dom4j.jar}"/>