Changeset 23575 for main/trunk


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

Recommitting two files that were committed by accident

Location:
main/trunk/release-kits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/bin/rk

    r23574 r23575  
    4141
    4242#make sure ant has enough memory
    43 export ANT_OPTS=-Xmx2048M
     43export ANT_OPTS=-Xmx1024M
    4444
    4545#create the command
  • 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.