Ignore:
Timestamp:
2005-04-22T14:14:25+12:00 (19 years ago)
Author:
kjdon
Message:

copy the saved setclasspath.bat into tomcat/bin so that we use the correct classpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/build.xml

    r9730 r9733  
    394394    <chmod dir="${basedir}/comms/jakarta/tomcat/bin" perm="ugo+rx"
    395395      includes="*.sh"/>
     396    <copy file="${basedir}/comms/jakarta/setclasspath.bat"
     397      tofile="${basedir}/comms/jakarta/tomcat/bin/setclasspath.bat"
     398      overwrite="true"/>
    396399  </target>
    397400
Note: See TracChangeset for help on using the changeset viewer.