buildframework/helium/tests/minibuilds/linux-build/ido/config/stages_config.ant.xml
changeset 587 85df38eb4012
child 628 7c4a911dc066
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- 
       
     3 ============================================================================ 
       
     4 Name        : stages_config.ant.xml 
       
     5 Part of     : Helium 
       
     6 
       
     7 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     8 All rights reserved.
       
     9 This component and the accompanying materials are made available
       
    10 under the terms of the License "Eclipse Public License v1.0"
       
    11 which accompanies this distribution, and is available
       
    12 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 
       
    14 Initial Contributors:
       
    15 Nokia Corporation - initial contribution.
       
    16 
       
    17 Contributors:
       
    18 
       
    19 Description:
       
    20 
       
    21 ============================================================================
       
    22 -->
       
    23 <project name="minibuild-stages-config" xmlns:hlm="http://www.nokia.com/helium">
       
    24     <description>
       
    25     Definitions of minibuild build stages. 
       
    26     </description>
       
    27     
       
    28     <!-- Stages configuration -->
       
    29     <hlm:stage id="preparation" starttarget="ido-build-prep" endtarget="ido-build-prep"/>
       
    30     <hlm:stage id="compilation" starttarget="compile-main" endtarget="compile-main"/>
       
    31     <hlm:stage id="test" starttarget="ats-test" endtarget="ats-test"/>
       
    32     <hlm:stage id="localisation" starttarget="localisation-50-build" endtarget="localisation-50-build"/>
       
    33     
       
    34     
       
    35     <!-- Stage record configuration -->
       
    36     <hlm:stagerecord id="stage.preparation" stagerefid="preparation" output="${build.log.dir}/${build.id}_ido_prep.ant.log" loglevel="info" append="true"/>
       
    37     
       
    38     <hlm:stagerecord id="stage.compilation" stagerefid="compilation" output="${build.log.dir}/${build.id}_compile.ant.log" loglevel="info" append="true"/>
       
    39     
       
    40     <hlm:stagerecord id="stage.test" stagerefid="test" output="${build.log.dir}/${build.id}_test.ant.log" loglevel="info" append="true"/>
       
    41     
       
    42     <hlm:stagerecord id="stage.localisation" stagerefid="localisation" output="${build.log.dir}/${build.id}_localisation.ant.log" loglevel="info" append="true"/>
       
    43     
       
    44 </project>