buildframework/helium/tests/minibuilds/ido/config/delivery.xml
author wbernard
Tue, 27 Apr 2010 08:33:08 +0300
changeset 587 85df38eb4012
parent 1 be27ed110b50
child 588 c7c26511138f
permissions -rw-r--r--
helium_9.0-a7879c935424

<?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="${ccm.project}" type="checkout"/>
        
    </config>
</build>