buildframework/helium/tests/minibuilds/ido/config/stages_config.ant.xml
changeset 587 85df38eb4012
child 628 7c4a911dc066
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/tests/minibuilds/ido/config/stages_config.ant.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+============================================================================ 
+Name        : stages_config.ant.xml 
+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:
+
+============================================================================
+-->
+<project name="minibuild-stages-config" xmlns:hlm="http://www.nokia.com/helium">
+    <description>
+    Definitions of minibuild build stages. 
+    </description>
+    
+    <!-- Stages configuration -->
+    <hlm:stage id="preparation" starttarget="ido-build-prep" endtarget="ido-build-prep"/>
+    <hlm:stage id="compilation" starttarget="compile-main" endtarget="compile-main"/>
+    <hlm:stage id="test" starttarget="ats-test" endtarget="ats-test"/>
+    <hlm:stage id="localisation" starttarget="localisation-50-build" endtarget="localisation-50-build"/>
+    
+    
+    <!-- Stage record configuration -->
+    <hlm:stagerecord id="stage.preparation" stagerefid="preparation" output="${build.log.dir}/${build.id}_ido_prep.ant.log" loglevel="info" append="true"/>
+    
+    <hlm:stagerecord id="stage.compilation" stagerefid="compilation" output="${build.log.dir}/${build.id}_compile.ant.log" loglevel="info" append="true"/>
+    
+    <hlm:stagerecord id="stage.test" stagerefid="test" output="${build.log.dir}/${build.id}_test.ant.log" loglevel="info" append="true"/>
+    
+    <hlm:stagerecord id="stage.localisation" stagerefid="localisation" output="${build.log.dir}/${build.id}_localisation.ant.log" loglevel="info" append="true"/>
+    
+</project>