Changeset 9986


Ignore:
Timestamp:
2005-05-31T08:53:29+12:00 (19 years ago)
Author:
kjdon
Message:

added an overwrite=true att to the copys in configure-files-gsdl3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r9980 r9986  
    350350  <target name="configure-files-gsdl3" depends="init">
    351351    <filter token="gsdl3home" value="${basedir}"/>
    352     <copy file="${basedir}/web/WEB-INF/web.xml.in" tofile="${basedir}/web/WEB-INF/web.xml" filtering="true"/>
    353     <copy file="${basedir}/resources/java/SOAPServer.cfg.in" tofile="${basedir}/resources/java/SOAPServer.cfg" filtering="true"/>
     352    <copy file="${basedir}/web/WEB-INF/web.xml.in" tofile="${basedir}/web/WEB-INF/web.xml" filtering="true" overwrite="true" />
     353    <copy file="${basedir}/resources/java/SOAPServer.cfg.in" tofile="${basedir}/resources/java/SOAPServer.cfg" filtering="true" overwrite="true"/>
    354354  </target>
    355355 
Note: See TracChangeset for help on using the changeset viewer.