Ignore:
Timestamp:
2008-12-02T18:37:35+13:00 (15 years ago)
Author:
oranfry
Message:

fixes to the code to prepare the windows binary zip release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-scripts/init.xml

    r18015 r18017  
    379379        <if>
    380380            <bool><equals arg1="zip" arg2="${format}"/></bool>
    381             <zip destfile="products/Greenstone-${version}-${os.suffix}-binary.zip" basedir="distributions" includes="Greenstone-${version}-${os.suffix}-binary" compress="true"/>
     381            <zip destfile="products/Greenstone-${version}-${os.suffix}-binary.zip" basedir="distributions" includes="Greenstone-${version}-${os.suffix}-binary/**/*" compress="true"/>
    382382            <else>
    383383                <exec dir="distributions" executable="tar">
Note: See TracChangeset for help on using the changeset viewer.