Changeset 17833


Ignore:
Timestamp:
2008-11-12T15:36:53+13:00 (15 years ago)
Author:
oranfry
Message:

make sure uninstaller makes it into source releases

Location:
release-kits
Files:
4 edited

Legend:

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

    r17831 r17833  
    99        <antcall target="drop-in-docs" />
    1010        <antcall target="tweak-files" />
     11        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
    1112        <antcall target="remove-unneeded-files-1" />
    1213
     
    1516        <antcall target="drop-in-binaries" />
    1617        <antcall target="drop-in-demo-collection" />
    17         <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
    1818        <antcall target="insert-export-to-cd-package"/>     <!-- from rk2-targets -->
    1919        <antcall target="export-imagemagick-darwin-binaries" />
  • release-kits/mark3/ant-scripts/create-distribution.xml

    r17814 r17833  
    99        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/></antcall>
    1010        <antcall target="insert-user-manual"/>
     11        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets -->
    1112
    1213        <antcall target="copy-web-to-source-greenstone3" /> <!-- from gs3-targets -->
     
    3132        <antcall target="export-imagemagick-darwin-binaries" />
    3233        <antcall target="export-ghostscript-darwin-binaries" />
    33         <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets -->
    3434        <antcall target="strip-svn-dirs"><param name="dir" value="distribution"/></antcall> <!-- from init -->
    3535    </target>
  • release-kits/wirk2/ant-scripts/create-distribution.xml

    r17831 r17833  
    99        <antcall target="drop-in-docs" />
    1010        <antcall target="tweak-files" />
     11        <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk2-targets -->
    1112        <antcall target="remove-unneeded-files-1" />
    1213
     
    1617        <antcall target="drop-in-demo-collection" />
    1718        <antcall target="drop-in-misc" />
    18         <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk2-targets -->     
    1919        <antcall target="compile-gli" />
    2020        <antcall target="remove-unneeded-files-2" />
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r17814 r17833  
    99        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli" /></antcall>
    1010        <antcall target="insert-user-manual"/>
     11        <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk3-targets -->
    1112
    1213        <antcall target="copy-web-to-source-greenstone3" /> <!-- from gs3-targets -->
     
    1920
    2021        <antcall target="insert-icon"/>
    21         <antcall target="insert-uninstaller"><param name="script-format" value="bat"/></antcall> <!-- from rk3-targets -->
    2222
    2323        <ant target="create-distribution-2" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
Note: See TracChangeset for help on using the changeset viewer.