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

Recommitting two files that were committed by accident

File:
1 edited

Legend:

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

    r23574 r23575  
    9292
    9393        <!-- start web -->
    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}"/>
     94        <unzip src="${antinstaller.jar}" dest="${basedir}"><patternset><include name="core.lzma"/></patternset></unzip>
    9795        <!-- if linux|mac --><sevenzip task="decode" input="${basedir}/core.lzma" output="${basedir}/core.comp"/><!-- /if -->
    9896        <!-- 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.