Ignore:
Timestamp:
2008-11-11T15:18:40+13:00 (15 years ago)
Author:
oranfry
Message:

prepare source releases on each os

File:
1 edited

Legend:

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

    r17786 r17814  
    1515        <antcall target="prepare-imagemagick-component" />
    1616        <antcall target="prepare-ghostscript-component" />
    17         <!--<antcall target="prepare-sourcecode-component" />-->
     17
     18        <antcall target="prepare-sourcecode-component" />
     19
     20        <antcall target="prepare-source-release" />
    1821    </target>
    1922   
     
    2225        <antcall target="compress-imagemagick-component" />
    2326        <antcall target="compress-ghostscript-component" />
     27
    2428        <!--<antcall target="compress-sourcecode-component" />-->
     29
     30        <antcall target="compress-source-release" />
     31
    2532    </target>
    2633   
     
    123130    </target>
    124131
     132    <target name="compress-source-release">
     133        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 source-release.lzma source-release.comp"/></exec>
     134    </target>
     135
     136
    125137</project>
Note: See TracChangeset for help on using the changeset viewer.