Ignore:
Timestamp:
2008-09-26T17:37:32+12:00 (16 years ago)
Author:
oranfry
Message:

componentised releases in wirk2

File:
1 edited

Legend:

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

    r17316 r17396  
    1616    <property name="rk.os" value="linux" />
    1717
     18    <property name="bundled.version.ghostscript" value=""/>
     19    <property name="bundled.version.imagemagick" value=""/>
     20   
    1821    <!-- IMPORT OTHER ANT SCRIPTS -->
    1922    <import file="shared-ant-scripts/init.xml"/>
     
    2225    <import file="compile.xml"/>
    2326    <import file="create-distribution.xml"/>
     27    <import file="create-components.xml"/>
    2428    <import file="create-installer.xml"/>
    2529    <import file="wrap.xml"/>
     
    2933        <antcall target="compile"/>
    3034        <antcall target="create-distribution"/>
     35        <antcall target="create-components"/>
    3136        <antcall target="create-installer"/>
    3237        <antcall target="wrap"/>
Note: See TracChangeset for help on using the changeset viewer.