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

changes to wirk3 after ant cleaned up

File:
1 edited

Legend:

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

    r16245 r16748  
    33        ..........................................................
    44        February 2008
    5         Windows Release Kit for greenstone3
     5        Windows Release Kit for greenstone3 (wirk3)
    66        Oran Fry
    77        ..........................................................
    88-->
     9
    910<project name="wirk3-build" default="wirk3">
    1011
    1112    <!-- CONSTANTS -->
    12 
    13     <!-- the size of the resourse chunks to be put in the wrapped installer -->
    14     <property name="resources.chunksize" value="8388608"/><!-- 8MiB -->
    1513
    1614    <!-- the version numbers of bundled things -->
     
    1816    <property name="bundled.version.ant" value="1.6.5"/>
    1917
    20     <!-- set date !AD HOC, CHANGE SOON -->
    21     <property name="current.month" value="Jun"/>
    22     <property name="current.year" value="2008"/>
     18    <!-- the size of the resourse chunks to be put in the wrapped installer -->
     19    <property name="resources.chunksize" value="8388608"/><!-- 8MiB -->
    2320
    2421    <!-- for the benefit of the shared scripts, set release-kit home -->
    2522    <property name="rk.home" value="${wirk3.home}" />
     23    <property name="rk.os" value="windows" />
    2624
    2725    <!-- IMPORT OTHER ANT SCRIPTS -->
    2826    <import file="shared-ant-scripts/init.xml"/>
     27    <import file="shared-ant-scripts/operations-on-gli.xml"/>
     28    <import file="../greenstone3/ant-scripts/rk3-targets.xml"/>
    2929    <import file="compile.xml"/>
    3030    <import file="create-distribution.xml"/>
     
    3434    <!-- THE MAIN TARGET -->
    3535    <target name="wirk3" depends="init">
    36         <addressedcall target="compile"/>
    37         <addressedcall target="create-distribution"/>
    38         <addressedcall target="create-installer"/>
    39         <addressedcall target="wrap"/>
     36        <antcall target="compile"/>
     37        <antcall target="create-distribution"/>
     38        <antcall target="create-installer"/>
     39        <antcall target="wrap"/>
    4040    </target>
    4141
Note: See TracChangeset for help on using the changeset viewer.