Ignore:
Timestamp:
2009-09-07T15:24:36+12:00 (15 years ago)
Author:
oranfry
Message:

xml correction and call to newly created target

File:
1 edited

Legend:

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

    r20532 r20543  
    524524        <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
    525525            <zip destfile="products/${dist.name}.zip" basedir="minimal-dist"/>
     526
    526527        <!-- under unix, create tar.gz -->
    527528        <else><if><bool><or><equals arg1="${rk.os}" arg2="linux"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
     
    530531                <arg value="minimal-dist"/>
    531532            </exec>
     533
    532534        </if></else></if>
    533535           
    534 
    535         </if>
    536536    </target>
    537537
Note: See TracChangeset for help on using the changeset viewer.