Ignore:
Timestamp:
2011-01-14T09:06:50+13:00 (13 years ago)
Author:
sjm84
Message:

The release kits will now use the minimal versions of the gnome-lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/installer/build.xml

    r23513 r23574  
    1 <?xml version="1.0"?>
     1<?xml version="1.0"?>
    22<!--
    33This is the build.xml run by AntInstaller for the installer
     
    9292
    9393        <!-- start web -->
    94         <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="core.lzma"/></patternset></unzip>
     94<!--    <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="core.lzma"/></patternset></unzip>
     95-->
     96        <get src="http://svn.greenstone.org/caveat-emptor/Greenstone-2.84-candidate-linux-core.lzma" dest="${basedir}"/>
    9597        <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/core.lzma" output="${basedir}/core.comp"/><!-- /if -->
    9698        <!-- if windows --><exec dir="${basedir}" executable="${basedir}/7za.exe"><arg line="x core.lzma"/></exec><!-- /if -->
Note: See TracChangeset for help on using the changeset viewer.