Ignore:
Timestamp:
2008-09-25T10:36:59+12:00 (16 years ago)
Author:
oranfry
Message:

use the compressed components instead of the loose files

File:
1 edited

Legend:

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

    r17339 r17367  
    1515    <property name="bundled.version.tomcat" value="5.5.25"/>
    1616    <property name="bundled.version.ant" value="1.6.5"/>
     17    <property name="bundled.version.imagemagick" value="6.4.3"/>
     18    <property name="bundled.version.ghostscript" value="8.63"/>
    1719
    1820    <!-- the size of the resourse chunks to be put in the wrapped installer -->
     
    3032    <import file="compile.xml"/>
    3133    <import file="create-distribution.xml"/>
     34    <import file="create-components.xml"/>
    3235    <import file="create-installer.xml"/>
    3336    <import file="wrap.xml"/>
     
    3740        <antcall target="compile"/>
    3841        <antcall target="create-distribution"/>
     42        <antcall target="create-components"/>
    3943        <antcall target="create-installer"/>
    4044        <antcall target="wrap"/>
    4145    </target>
    4246   
     47   
     48
    4349</project>
Note: See TracChangeset for help on using the changeset viewer.