Changeset 5710


Ignore:
Timestamp:
2003-10-22T15:41:07+13:00 (21 years ago)
Author:
kjdon
Message:

web.xml now starts out as web.xml.in, and web.xml is not in the repository so that changes dont get committed back by mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/install.bash

    r5068 r5710  
    5353
    5454#set up the servlet information for tomcat
    55 cat web/WEB-INF/web.xml | sed "s&@gsdl3home@&$GSDL3HOME&" > web.xml.tmp
    56 mv web/WEB-INF/web.xml web/WEB-INF/web.bak.xml
    57 mv web.xml.tmp web/WEB-INF/web.xml
     55cat web/WEB-INF/web.xml.in | sed "s&@gsdl3home@&$GSDL3HOME&" > web/WEB-INF/web.xml
    5856
    5957#edit the setclasspath script to add our classpath
Note: See TracChangeset for help on using the changeset viewer.