Ignore:
Timestamp:
2008-08-13T11:45:21+12:00 (16 years ago)
Author:
oranfry
Message:

changes to wirk2 after ant cleaned up

File:
1 edited

Legend:

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

    r16244 r16745  
    33        ..........................................................
    44        June 2008
    5         Wirk2 (Windows Release Kit for Greenstone2)
     5        Windows Release Kit for Greenstone2 (wirk2)
    66        Oran Fry
    77        ..........................................................
    88-->
     9
    910<project name="wirk2-build" default="wirk2">
    1011
     
    1415    <property name="resources.chunksize" value="8388608"/><!-- 8MiB -->
    1516
    16     <!-- set date !AD HOC, CHANGE SOON -->
    17     <property name="current.month" value="Jun"/>
    18     <property name="current.year" value="2008"/>
    19 
    2017    <!-- for the benefit of the shared scripts, set release-kit home -->
    2118    <property name="rk.home" value="${wirk2.home}" />
     
    2421    <!-- IMPORT OTHER ANT SCRIPTS -->
    2522    <import file="shared-ant-scripts/init.xml"/>
     23    <import file="shared-ant-scripts/operations-on-gli.xml"/>
    2624    <import file="compile.xml"/>
    2725    <import file="create-distribution.xml"/>
     
    3129    <!-- THE MAIN TARGET -->
    3230    <target name="wirk2" depends="init">
    33         <addressedcall target="compile"/>
    34         <addressedcall target="create-distribution"/>
    35         <addressedcall target="create-installer"/>
    36         <addressedcall target="wrap"/>
     31        <antcall target="compile"/>
     32        <antcall target="create-distribution"/>
     33        <antcall target="create-installer"/>
     34        <antcall target="wrap"/>
    3735    </target>
    3836
Note: See TracChangeset for help on using the changeset viewer.