Ignore:
Timestamp:
2008-06-12T13:33:05+12:00 (16 years ago)
Author:
oranfry
Message:

let gli.sh get into greenstone3 releases

File:
1 edited

Legend:

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

    r15832 r15967  
    4343    <property file="build.properties" />
    4444
     45    <!-- the minimum version of java which the installer should be run with (this gets passed to search4j) -->
     46    <property name="java.min.version" value="1.4.0_00"/>
     47
    4548    <!-- somewhere to store temporary text -->
    4649    <tempfile property="temp.file" destdir="${java.io.tmpdir}" prefix="delete" suffix=".tmp"/>
    47 
    48     <!-- bundled java strings -->
    49     <!-- java.installer: use a filename which has only letters numbers and underscores -->
    5050
    5151    <!-- the version numbers of bundled things -->
     
    5454    <property name="bundled.version.ant" value="1.6.5"/>
    5555
    56     <!--<property name="java.installer" value="jre_6u5_linux_i586"/>-->
    57     <property name="java.installer" value="jre_6u5_tar_gz"/>
    58     <property name="java.extracted" value="jre1.6.0_05"/>
    59     <property name="java.min.version" value="1.4.0_00"/>
     56    <!-- information about the bundled java (to be changed manually when the bundled version changes) -->
     57    <property name="java.installer" value="jre_6u5_tar_gz"/> <!-- set this to the name of the archive in LIRK3_HOME/wrapper. can only contain A-Za-z_ -->
     58    <property name="java.extracted" value="jre1.6.0_05"/> <!-- set this to the name of the top level directory in the above archive -->
     59    <property name="component.size.java" value="97Mb"/>
     60
     61
     62
    6063
    6164
Note: See TracChangeset for help on using the changeset viewer.