Changeset 18015 for release-kits


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

ensure there is a top level folder in the windows binary zip release

File:
1 edited

Legend:

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

    r17996 r18015  
    379379        <if>
    380380            <bool><equals arg1="zip" arg2="${format}"/></bool>
    381             <zip destfile="products/Greenstone-${version}-${os.suffix}-binary.zip" basedir="distributions/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.