Changeset 9860


Ignore:
Timestamp:
2005-05-12T14:56:34+12:00 (19 years ago)
Author:
kjdon
Message:

when copyign the siteconfig files (to set the host and port) set overwrite to true so that we can do this more than once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/build.xml

    r9840 r9860  
    362362    <filter token="port" value="${tomcat.port}"/>
    363363    <filter token="hostname" value="${tomcat.server}"/>
    364     <copy file="${basedir}/web/sites/localsite/siteConfig.xml.in" tofile="${basedir}/web/sites/localsite/siteConfig.xml" filtering="true"/>
    365     <copy file="${basedir}/web/sites/gateway/siteConfig.xml.in" tofile="${basedir}/web/sites/gateway/siteConfig.xml" filtering="true"/>
     364    <copy file="${basedir}/web/sites/localsite/siteConfig.xml.in" tofile="${basedir}/web/sites/localsite/siteConfig.xml" filtering="true" overwrite="true"/>
     365    <copy file="${basedir}/web/sites/gateway/siteConfig.xml.in" tofile="${basedir}/web/sites/gateway/siteConfig.xml" filtering="true" overwrite="true"/>
    366366  </target>
    367367
Note: See TracChangeset for help on using the changeset viewer.