Ignore:
Timestamp:
2008-06-11T15:25:31+12:00 (16 years ago)
Author:
oranfry
Message:

first bit of work on lirk2

File:
1 edited

Legend:

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

    r14982 r15956  
    99-->
    1010
    11 <project name="lirk3-build" default="lirk3">
     11<project name="lirk2-build" default="lirk2">
    1212
    1313    <import file="init.xml"/>
     
    1515    <import file="compile.xml"/>
    1616    <import file="create-distribution.xml"/>
     17    <!--
    1718    <import file="create-installer.xml"/>
    1819    <import file="wrap.xml"/>
     20    -->
    1921
    20     <target name="lirk3" depends="init">
     22    <target name="lirk2" depends="init">
    2123        <addressedcall target="compile"/>
    2224        <addressedcall target="create-distribution"/>
     25        <!--
    2326        <addressedcall target="create-installer"/>
    2427        <addressedcall target="wrap"/>
     28        -->
    2529    </target>
    2630
Note: See TracChangeset for help on using the changeset viewer.