Changeset 16171 for release-kits


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

using the shared init.xml instead

Location:
release-kits/lirk3/ant-scripts
Files:
1 deleted
1 edited

Legend:

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

    r14982 r16171  
    33<!--
    44        ..........................................................
    5         September 2007
    6         Greenstone3 'release maker' script
     5        February 2008
     6        Linux Release Kit for Greenstone3 (lirk3)
    77        Oran Fry
    88        ..........................................................
     
    1111<project name="lirk3-build" default="lirk3">
    1212
    13     <import file="init.xml"/>
     13    <!-- CONSTANTS -->
    1414
     15    <!-- the version numbers of bundled things -->
     16    <property name="bundled.version.java" value="1.6.0_05"/>
     17    <property name="bundled.version.tomcat" value="5.5.25"/>
     18    <property name="bundled.version.ant" value="1.6.5"/>
     19
     20    <!-- information about the bundled java (to be changed manually when the bundled version changes) -->
     21    <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_ -->
     22    <property name="java.extracted" value="jre1.6.0_05"/> <!-- set this to the name of the top level directory in the above archive -->
     23    <property name="component.size.java" value="97Mb"/>
     24
     25    <!-- for the benefit of the shared scripts, set release-kit home -->
     26    <property name="rk.home" value="${lirk3.home}" />
     27
     28
     29    <!-- IMPORT OTHER ANT SCRIPTS -->
     30    <import file="shared-ant-scripts/init.xml"/>
    1531    <import file="compile.xml"/>
    1632    <import file="create-distribution.xml"/>
     
    1834    <import file="wrap.xml"/>
    1935
     36    <!-- THE MAIN TARGET -->
    2037    <target name="lirk3" depends="init">
    2138        <addressedcall target="compile"/>
Note: See TracChangeset for help on using the changeset viewer.