Changeset 10095


Ignore:
Timestamp:
2005-06-15T10:52:41+12:00 (19 years ago)
Author:
kjdon
Message:

only run the deploy-localsite target if we are using a local tomcat. it doesn't work for external tomcat at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10090 r10095  
    699699  </target>
    700700
    701   <target name="deploy-localsite" depends="init">
     701  <target name="deploy-localsite" depends="init" if="tomcat.islocal">
    702702    <antcall target="start-tomcat"/>
    703703    <antcall target="soap-deploy-site">
Note: See TracChangeset for help on using the changeset viewer.