Ignore:
Timestamp:
2008-09-11T16:58:26+12:00 (16 years ago)
Author:
oranfry
Message:

added the uninstaller to all release kits

Location:
release-kits/lirk3/ant-scripts
Files:
3 edited

Legend:

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

    r17243 r17257  
    2626
    2727        <!-- uninstaller -->
    28         <antcall target="compile-uninstaller" />
     28        <antcall target="compile-uninstaller" /> <!-- from global-targets -->
    2929
    3030        <!-- documentation -->
  • release-kits/lirk3/ant-scripts/create-distribution.xml

    r17243 r17257  
    2929        <antcall target="insert-user-manual"/>
    3030        <antcall target="insert-compiled-binaries"/>
    31         <antcall target="insert-uninstaller"/>
     31        <antcall target="insert-uninstaller"/> <!-- from rk3-targets -->
    3232        <antcall target="rename-build-xml-for-transit"/>
    3333    </target>
  • release-kits/lirk3/ant-scripts/create-installer.xml

    r17107 r17257  
    2121
    2222    <target name="compile-installer">
     23
    2324        <installer file="${basedir}/installer/greenstone3-with-java.jar"
    2425                compress="true"
     
    2930                antLib="${lirk3.home}/packages/ant/lib"
    3031                validateConfig="true"
    31                 failOnError="false"
    3232                icons="bluecurve">
    3333
    34             <!-- copy all the important files into the archive to be extracted for install -->
    3534            <zipfileset dir="${basedir}/installer/classes" includes="**/*" /> <!-- installer classes -->
    3635            <zipfileset dir="${basedir}/distribution/greenstone3" includes="**/*"/>
     
    5453            <zipfileset dir="${basedir}/distribution/greenstone3" includes="**/*"/>
    5554        </installer>
     55
    5656    </target>
    5757
Note: See TracChangeset for help on using the changeset viewer.