buildframework/helium/tests/minibuilds/ido/config/delivery.xml
author Alex Gilkes <alex.gilkes@nokia.com>
Wed, 28 Oct 2009 14:39:48 +0000
changeset 1 be27ed110b50
child 587 85df38eb4012
permissions -rw-r--r--
Bringing in Helium, imaker and cmaker

<?xml version="1.0" ?>
<!-- 
============================================================================ 
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 name="IDOs" abstract="true">
        <set name="database" value="${ccm.database}" />
        <set name="dir" value="${ccm.project.wa_path}" />
        <set name="threads" value="1" />
        <set name="sync" value="true" />
		<set name="show.conflicts" value="true" />
		<set name="fix.missing.baselines" value="true" />
		<set name="replace.subprojects" value="true" />
		


        <set name="use.reconfigure.template" value="true" />
        <set name="purpose" value="Insulated Development" />
        <set name="release" value="MinibuildDomain/next" />

        <config name="MinibuildDomain-50_200832:project:tr1test1#1" type="checkout"/>
        
    </config>
</build>