buildframework/helium/tests/minibuilds/compile/archive.cfg.xml
author Ross Qin <ross.qin@nokia.com>
Thu, 28 Oct 2010 11:18:50 +0800
changeset 667 a3b39a14147a
parent 645 b8d81fa19e7d
permissions -rw-r--r--
Remove the PrintingServices component from TB10.1 on wards(on behalf of dane.waby@nokia.com)

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
============================================================================ 
Name        : 
Part of     : Helium 

Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of the License "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".

Initial Contributors:
Nokia Corporation - initial contribution.

Contributors:

Description:

============================================================================
-->
<build>
    <config abstract="true">
        <set name="max.uncompressed.size" value="2000000000"/>
        <set name="max.files.per.archive" value="65000"/>
        <set name="archive.tool" value="7za"/>
        <set name="root.dir" value="${build.drive}\"/>
        <set name="temp.build.dir" value="${temp.build.dir}"/>
        

        <config name="empty_minibuild_archive" abstract="true" />
        
        <config name="minibuild_archive" abstract="true">
            <set name="release.service" value="minibuild"/>
            <set name="release.product" value="SF"/>
            <set name="release.name" value="SF_minibuild_${build.number}"/>
            <set name="release.metadata" value="true"/>
            <set name="release.template" value="${config.dir}/template_release_metadata.xml"/>
            
            <set name="archives.dir" value="${zips.build.dir}/${zipping.type}"/>
            <set name="clock.dir" value="${build.drive}\sf\app\organizer\clock2"/>
            <config>
                <set name="root.dir" value="${clock.dir}"/>
                <set name="name" value="sf_app_organizer_clock"/>
                <set name="include" value="**"/>
                <set name="exclude" value="**/_ccmwaid.inf"/>
            </config>
            <!--config>
                <set name="root.dir" value="${build.drive}\"/>
                <set name="name" value="sf_app_organizer_clock_binary"/>
                <set name="scanners" value="abld.what"/>
                <set name="abld.buildpath" value="${clock.dir}\group"/>
                <set name="include" value="**"/>
                <set name="exclude" value="**/_ccmwaid.inf"/>
            </config-->
            <config>
                <set name="root.dir" value="${build.drive}/"/>
                <set name="name" value="sf_mw_classicui_and_app_radio"/>
                <set name="mapper" value="policy"/>
                <set name="include" value="sf/mw/classicui/**"/>
                <set name="include" value="sf/app/radio/**"/>
                <set name="exclude" value="**/_ccmwaid.inf"/>
                <set name="policy.csv" value="${config.dir}/distribution.policy.extended_for_sf.id_status.csv"/>
            </config>
            <config>
                <set name="root.dir" value="${build.drive}/"/>
                <set name="name" value="sf_os"/>
                <set name="mapper" value="policy.remover"/>
                <set name="include" value="test_policy/os/**"/>
                <set name="exclude" value="**/_ccmwaid.inf"/>
                <set name="policy.root.dir" value="${build.drive}/test_policy"/>
                <set name="policy.csv" value="${config.dir}/distribution.policy.extended_for_sf.id_status.csv"/>
            </config>
        </config>
    </config>
</build>