Ignore:
Timestamp:
2008-06-26T09:46:52+12:00 (16 years ago)
Author:
oranfry
Message:

fixes to make wirk2 work after moving things around

File:
1 edited

Legend:

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

    r16087 r16194  
    1111<project name="wirk2-build" default="wirk2">
    1212
    13     <import file="init.xml"/>
     13    <!-- CONSTANTS -->
     14
     15    <!-- create a localised basedir property -->
     16    <path id="basedir.path"><pathelement location="${basedir}"/></path>
     17    <property name="basedir.local" refid="basedir.path"/>
     18
     19    <!-- for the benefit of the shared scripts, set release-kit home -->
     20    <property name="rk.home" value="${lirk2.home}" />
     21
     22
     23    <!-- IMPORT OTHER ANT SCRIPTS -->
     24    <import file="shared-ant-scripts/init.xml"/>
    1425    <import file="compile.xml"/>
    1526    <import file="create-distribution.xml"/>
    1627    <import file="create-installer.xml"/>
    17     <!--<import file="wrap.xml"/>-->
     28    <import file="wrap.xml"/>
    1829
     30    <!-- THE MAIN TARGET -->
    1931    <target name="wirk2" depends="init">
    2032        <addressedcall target="compile"/>
    2133        <addressedcall target="create-distribution"/>
    2234        <addressedcall target="create-installer"/>
    23         <!--<addressedcall target="wrap"/>-->
     35        <addressedcall target="wrap"/>
    2436    </target>
    2537
Note: See TracChangeset for help on using the changeset viewer.