buildframework/helium/tests/minibuilds/ats/archive.cfg.xml
author Iain Williamson <iain.williamson@nokia.com>
Wed, 03 Feb 2010 18:27:39 +0000
branchfix
changeset 186 faf065016d1f
parent 1 be27ed110b50
child 628 7c4a911dc066
permissions -rw-r--r--
Bug 1569 - review improvements - making tc_incremental more robust by cleaning first and faster by building urel instead of udeb

<?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="minibuild_archive" abstract="true">
            <set name="archives.dir" value="${zips.build.dir}"/>
            <config>
	            <set name="root.dir" value="${build.drive}\s60\app\organizer\clock"/>
                <set name="name" value="s60_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="s60_app_organizer_clock_binary"/>
                <set name="scanners" value="abld.what"/>
                <set name="abld.buildpath" value="${build.drive}\s60\app\organizer\clock\group"/>
                <set name="include" value="**"/>
                <set name="exclude" value="**/_ccmwaid.inf"/>
            </config>-->
    	</config>

	</config>
</build>