Ignore:
Timestamp:
2008-09-25T12:20:31+12:00 (16 years ago)
Author:
oranfry
Message:

use the individually zipped components instead of loose files

File:
1 edited

Legend:

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

    r17308 r17378  
    1919    <property name="rk.os" value="windows" />
    2020
     21    <property name="bundled.version.imagemagick" value="6.4.3"/>
     22    <property name="bundled.version.ghostscript" value="8.63"/>
     23   
    2124    <!-- IMPORT OTHER ANT SCRIPTS -->
    2225    <import file="shared-ant-scripts/init.xml"/>
     
    2528    <import file="compile.xml"/>
    2629    <import file="create-distribution.xml"/>
     30    <import file="create-components.xml"/>
    2731    <import file="create-installer.xml"/>
    2832    <import file="wrap.xml"/>
     
    3236        <antcall target="compile"/>
    3337        <antcall target="create-distribution"/>
     38        <antcall target="create-components"/>
    3439        <antcall target="create-installer"/>
    3540        <antcall target="wrap"/>
Note: See TracChangeset for help on using the changeset viewer.