Changeset 10321


Ignore:
Timestamp:
2005-07-27T10:50:12+12:00 (19 years ago)
Author:
kjdon
Message:

deploy-localsite can now run if tomcat is external (requires tomcat to be running, we assume it is)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10315 r10321  
    859859
    860860  <!-- this target used to deploy the localsite server for the default installation -->
    861   <target name="deploy-localsite" depends="init" if="tomcat.islocal">
     861  <target name="deploy-localsite" depends="init">
    862862    <antcall target="start-tomcat"/>
    863863    <antcall target="soap-deploy-site">
Note: See TracChangeset for help on using the changeset viewer.