Ignore:
Timestamp:
2009-04-09T10:01:12+12:00 (15 years ago)
Author:
oranfry
Message:

putting back the code that copies server.exe to the root

Location:
branches/rk-oran/wirk2/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/rk-oran/wirk2/ant-scripts

    • Property svn:externals
      •  

        old new  
        11tasks http://svn.greenstone.org/release-kits/shared/ant-tasks
        2 shared-ant-scripts http://svn.greenstone.org/release-kits/shared/ant-scripts
         2shared-ant-scripts http://svn.greenstone.org/branches/rk-oran/shared/ant-scripts
  • branches/rk-oran/wirk2/ant-scripts/create-distribution.xml

    r18923 r18927  
    99        <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk2-targets -->
    1010        <antcall target="dist-unzip-packages"/>
     11        <antcall target="copy-server"/>
    1112       
    1213        <antcall target="remove-unneeded-files" />
     
    4647        <delete file="${basedir}/distributions/web/common-src/packages/sqlite/sqlite-amalgamation-3.5.9.tar.gz"/>
    4748    </target>
     49
     50    <target name="copy-server">
     51        <copy file="distributions/web/bin/windows/server.exe" tofile="distributions/web/server.exe"/>
     52    </target>
    4853   
    4954</project>
Note: See TracChangeset for help on using the changeset viewer.