Changeset 17441 for release-kits


Ignore:
Timestamp:
2008-10-02T08:55:42+13:00 (16 years ago)
Author:
oranfry
Message:

temoprarily commenting out calls to inster-uninstaller in linux release kits, and fixing an incorrect reference to server.exe

Location:
release-kits
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r17425 r17441  
    99        <antcall target="drop-in-demo-collection" />
    1010        <antcall target="drop-in-docs" />
    11         <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
     11<!--        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> from rk2-targets -->
    1212        <antcall target="compile-gli" />
    1313        <antcall target="tweak-files" />
  • release-kits/lirk3/ant-scripts/create-distribution.xml

    r17425 r17441  
    3131        <antcall target="insert-user-manual"/>
    3232        <antcall target="insert-compiled-binaries"/>
    33         <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets -->
     33<!--        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> from rk3-targets -->
    3434        <antcall target="rename-build-xml-for-transit"/>
    3535        <antcall target="strip-svn-dirs"><param name="dir" value="distribution/greenstone3"/></antcall> <!-- from init -->
  • release-kits/mark2/ant-scripts/create-distribution.xml

    r17425 r17441  
    1111        <antcall target="drop-in-demo-collection" />
    1212        <antcall target="drop-in-docs" />
    13         <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
     13<!--        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> from rk2-targets -->
    1414        <antcall target="compile-gli" />
    1515        <antcall target="tweak-files" />
  • release-kits/mark3/ant-scripts/create-distribution.xml

    r17425 r17441  
    3232        <antcall target="insert-user-manual"/>
    3333        <antcall target="insert-compiled-binaries"/>
    34         <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets -->
     34<!--        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> from rk3-targets -->
    3535        <antcall target="rename-build-xml-for-transit"/>
    3636        <antcall target="strip-svn-dirs"><param name="dir" value="distribution/greenstone3"/></antcall> <!-- from init -->
  • release-kits/wirk2/ant-scripts/create-distribution.xml

    r17425 r17441  
    3737        </copy>
    3838        <copy todir="${basedir}/distributions/web/bin" file="${basedir}/gsdl/bin/search4j.exe"/>
    39         <copy todir="${basedir}/distributions/web" file="${basedir}/gsdl/server.exe"/>
     39        <copy todir="${basedir}/distributions/web" file="${basedir}/gsdl/bin/windows/server.exe"/>
    4040    </target>
    4141
Note: See TracChangeset for help on using the changeset viewer.