Changeset 16174


Ignore:
Timestamp:
2008-06-25T12:58:34+12:00 (16 years ago)
Author:
oranfry
Message:

the bundled java information is now in one place in the shared init.xml script

File:
1 edited

Legend:

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

    r16173 r16174  
    11<?xml version="1.0" encoding="utf-8" ?>
    2 
    3 <!--
    4         ..........................................................
    5         September 2007
    6         Greenstone3 'release maker' script
    7         Oran Fry
    8         ..........................................................
    9 -->
    10 
    112<project name="rk-init">
    123
     
    1910    <property name="svn.root" value="http://svn.greenstone.org"/>
    2011
    21     <!-- the minimum version of java which the installer should be run with (this gets passed to search4j) -->
     12    <!-- the minimum version of java which the installer should be run with (this gets used in search4j) -->
    2213    <property name="java.min.version" value="1.4.0_00"/>
    2314
     15    <!-- BUNDLED JAVA INFO -->
     16    <!-- the bundled javas are kept in linux/wrapper and windows/wrapper in the repository -->
     17    <!-- change this info when the bundled version changes -->
     18    <property name="bundled.version.linux-java" value="1.6.0_05"/>
     19    <property name="linux-java.installer" value="jre_6u5_tar_gz"/>
     20    <property name="linux-java.extracted" value="jre1.6.0_05"/> <!-- set this to the name of the top level directory in the above archive -->
     21    <property name="component.size.linux-java" value="97Mb"/>
     22
     23    <property name="bundled.version.windows-java" value="1.6.0_03"/>
     24    <property name="windows-java.installer" value="jre-6u3-windows-i586-p-s.exe"/>
     25    <property name="component.size.windows-java" value="?Mb"/>
    2426   
    2527    <!-- CLASSPATH -->
Note: See TracChangeset for help on using the changeset viewer.