Changeset 14815


Ignore:
Timestamp:
2007-11-16T15:45:03+13:00 (16 years ago)
Author:
dmn
Message:

further ant message improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r14814 r14815  
    620620
    621621  <!-- windows: do we want to launch a webrowser?? -->
     622  <!-- shouldn't this test whether anything is running first? -->
    622623  <target name="stop-tomcat" description="Shutdown only Tomcat" depends="init" if="tomcat.islocal">
    623624    <exec executable="${catalina.home}/bin/shutdown.sh" os="${os.unix}" dir="${catalina.home}/bin" spawn="false">
Note: See TracChangeset for help on using the changeset viewer.