Changeset 20543


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

xml correction and call to newly created target

Location:
release-kits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/rk3/ant-scripts/build.xml

    r20335 r20543  
    3333        <antcall target="create-installer"/>
    3434        <antcall target="wrap"/>
     35        <antcall target="create-minimal-distribution"/>
    3536
    3637    </target>
  • 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.