Ignore:
Timestamp:
2008-11-05T15:58:46+13:00 (15 years ago)
Author:
max
Message:

Add ImageMagick and Ghostscript Components for Darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/ant-scripts/create-components.xml

    r17663 r17707  
    1313    <target name="prepare-components">
    1414        <antcall target="prepare-core-component" />
     15        <antcall target="prepare-sourcecode-component" />
     16        <antcall target="prepare-sourcecode-core-component" />
    1517        <antcall target="prepare-imagemagick-component" />
    1618        <antcall target="prepare-ghostscript-component" />
    17         <antcall target="prepare-sourcecode-component" />
    18         <antcall target="prepare-sourcecode-core-component" />
    1919    </target>
    2020   
    2121    <target name="compress-components">
    2222        <antcall target="compress-core-component" />
     23        <antcall target="compress-sourcecode-component" />
     24        <antcall target="compress-sourcecode-core-component" />
    2325        <antcall target="compress-imagemagick-component" />
    2426        <antcall target="compress-ghostscript-component" />
    25         <antcall target="compress-sourcecode-component" />
    26         <antcall target="compress-sourcecode-core-component" />
    2727    </target>
    2828
     
    5757                <exclude name="bin/darwin/imagemagick"/>
    5858                <exclude name="bin/darwin/imagemagick/**/*"/>
     59                <exclude name="bin/darwin/ghostscript"/>
     60                <exclude name="bin/darwin/ghostscript/**/*"/>
    5961
    6062            </fileset>
     
    129131        <sevenzip task="encode" input="components/imagemagick.comp" output="components/imagemagick.lzma" dictionnary="26"/>
    130132    </target>
    131 
     133   
    132134    <!-- ghostscript -->
    133135    <target name="prepare-ghostscript-component">
Note: See TracChangeset for help on using the changeset viewer.