Ignore:
Timestamp:
2008-08-21T11:16:35+12:00 (16 years ago)
Author:
oranfry
Message:

dont overwrite startmenu shortcuts for repeat installs unless they are over-installs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/compile.xml

    r16745 r16931  
    4848        <copy file="${wirk2.home}/resources/compile.bat" todir="${basedir}/gsdl" overwrite="true"/>
    4949        <exec dir="${basedir}/gsdl" executable="${basedir}/gsdl/compile.bat" />
    50        
    51         <move file="${basedir}/gsdl/server.exe" todir="${basedir}/gsdl/bin/windows"/>
     50        <copy file="${basedir}/gsdl/server.exe" todir="${basedir}/gsdl/bin/windows"/>
    5251        <move todir="${basedir}/gsdl/bin/windows">
    5352            <fileset dir="${basedir}/gsdl/cgi-bin" includes="library.exe,oaiserver.exe"/>
Note: See TracChangeset for help on using the changeset viewer.