Changeset 16199 for release-kits/shared


Ignore:
Timestamp:
2008-06-26T11:56:02+12:00 (16 years ago)
Author:
oranfry
Message:

put the vundled java info in the shared init script

File:
1 edited

Legend:

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

    r16174 r16199  
    22<project name="rk-init">
    33
    4     <!-- CONSTANTS -->
    54
    65    <!-- load in static properties from build.properties -->
    76    <property file="build.properties" />
    87
     8    <!-- CONSTANTS (overridable in build.properties) -->
     9
    910    <!-- svn root -->
    10     <property name="svn.root" value="http://svn.greenstone.org"/>
     11    <property name="svn.root" value="http://svn.greenstone.org" />
    1112
     13    <!-- default revision and branch path -->
     14    <property name="branch.path" value="trunk" />
     15    <property name="branch.revision" value="HEAD" />
     16   
    1217    <!-- the minimum version of java which the installer should be run with (this gets used in search4j) -->
    1318    <property name="java.min.version" value="1.4.0_00"/>
    1419
     20    <!-- create a localised basedir property -->
     21    <path id="basedir.path"><pathelement location="${basedir}"/></path>
     22    <property name="basedir.local" refid="basedir.path"/>
     23
     24   
    1525    <!-- BUNDLED JAVA INFO -->
    16     <!-- the bundled javas are kept in linux/wrapper and windows/wrapper in the repository -->
     26    <!-- the bundled javas are kept in shared/linux/wrapper and shared/windows/wrapper in the repository -->
    1727    <!-- change this info when the bundled version changes -->
     28    <!-- linux -->
    1829    <property name="bundled.version.linux-java" value="1.6.0_05"/>
    1930    <property name="linux-java.installer" value="jre_6u5_tar_gz"/>
    2031    <property name="linux-java.extracted" value="jre1.6.0_05"/> <!-- set this to the name of the top level directory in the above archive -->
    2132    <property name="component.size.linux-java" value="97Mb"/>
    22 
     33    <!-- windows -->
    2334    <property name="bundled.version.windows-java" value="1.6.0_03"/>
    2435    <property name="windows-java.installer" value="jre-6u3-windows-i586-p-s.exe"/>
     
    5465    <typedef name="addressedcall" classname="TreeCallTarget" classpathref="project.classpath"/>
    5566    <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/>
     67    <typedef name="rsplit" classname="SplitResource" classpathref="project.classpath"/>
    5668    <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/>
    5769
Note: See TracChangeset for help on using the changeset viewer.