Ignore:
Timestamp:
2008-11-27T17:49:28+13:00 (15 years ago)
Author:
oranfry
Message:

dont try to create the source distibution anymore as that is done by sork

File:
1 edited

Legend:

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

    r17898 r17956  
    2020        <antcall target="prepare-sourcecode-component" />
    2121
    22         <antcall target="prepare-source-release" />
    2322    </target>
    2423
     
    3029        <antcall target="compress-ghostscript-component" />
    3130
    32         <!--<antcall target="compress-sourcecode-component" />-->
     31        <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    3332
    34         <antcall target="compress-source-release" />
    3533    </target>
    3634
     
    9391        </copy>
    9492               
    95         <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
    96         <zip destfile="components/Greenstone-${version}-MacOS-${processor}-sourcecode.zip" basedir="components/tmp/sourcecode" compress="true"/>
     93        <mkdir dir="products"/>
     94        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
    9795    </target>
    9896       
     
    177175    </target>
    178176
    179     <target name="compress-source-release">
    180         <sevenzip task="encode" input="components/source-release.comp" output="components/source-release.lzma" dictionnary="26"/>
    181     </target>
    182 
    183177</project>
Note: See TracChangeset for help on using the changeset viewer.