Ignore:
Timestamp:
2008-10-01T16:49:25+13:00 (16 years ago)
Author:
oranfry
Message:

changes to the way binaries are stored in the cgi-bin and bin/(os) directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/installer/build.xml

    r17436 r17437  
    7878            comment="Dummy 'demo' user with password 'demo' for authen-e collection"/>
    7979
    80         <!-- delete unneeded files -->     
    81         <echo message="Deleting some unneeded files"/>
    82         <delete dir="${installDir}/resources/icons"/>
    83         <delete file="${installDir}/resources/*.png"/>
     80        <echo message="Installing Servers"/>
     81        <copy todir="${installDir}" file="${installDir}/bin/windows/server.exe"/>
     82        <copy tofile="${installDir}/cgi-bin/oaiserver" file="${installDir}/bin/windows/oaiserver.exe"/>
     83        <copy tofile="${installDir}/cgi-bin/library" file="${installDir}/bin/windows/library.exe"/>
    8484
    8585        <echo message="Filling in concrete values in config files"/>
Note: See TracChangeset for help on using the changeset viewer.