Changeset 7811 for trunk/gsdl3


Ignore:
Timestamp:
2004-07-22T15:34:05+12:00 (20 years ago)
Author:
kjdon
Message:

blah

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-prepare-for-dist.sh

    r7779 r7811  
    3030unzip jakarta-tomcat-4.1.30.zip
    3131mv jakarta-tomcat-4.1.30 tomcat
    32 cd $GSDL3HOME
    3332
    3433#edit the tomcat setclasspath script to add our classpath
    35 cat comms/jakarta/tomcat/bin/setclasspath.sh | sed 's,CLASSPATH=,CLASSPATH=\"$CLASSPATH\":,' > setclasspath.sh
    36 mv comms/jakarta/tomcat/bin/setclasspath.sh comms/jakarta/tomcat/bin/setclasspath.bak.sh
    37 mv setclasspath.sh comms/jakarta/tomcat/bin/setclasspath.sh
     34mv ./tomcat/bin/setclasspath.sh ./tomcat/bin/setclasspath.sh.orig
     35cat ./tomcat/bin/setclasspath.sh.orig | sed 's,CLASSPATH=,CLASSPATH=\"$CLASSPATH\":,' > ./tomcat/bin/setclasspath.sh
    3836
    3937#make everyone happy by giving the right permissions to the shell scripts
    40 chmod a+x comms/jakarta/tomcat/bin/*.sh
     38chmod a+x ./tomcat/bin/*.sh
    4139
    4240cd $GSDL3HOME
     
    5351make distclean
    5452
     53
Note: See TracChangeset for help on using the changeset viewer.