buildframework/helium/tests/minibuilds/ido-sbs-sysdef3/build.xml
author wbernard
Fri, 13 Aug 2010 14:59:05 +0300
changeset 628 7c4a911dc066
parent 587 85df38eb4012
permissions -rw-r--r--
helium_11.0.0-e00f171ca185
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
<!-- 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
============================================================================ 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
Name        : build.xml
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
Part of     : Helium 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
All rights reserved.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
This component and the accompanying materials are made available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
under the terms of the License "Eclipse Public License v1.0"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
which accompanies this distribution, and is available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
at the URL "http://www.eclipse.org/legal/epl-v10.html".
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
Initial Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
Nokia Corporation - initial contribution.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
Description:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
<project name="minibuild.ido-sbs-sysdef3" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium" basedir="..\ido">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
    <property environment="env"/>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    25
    <!--property name="config.temp.build.dir" location="${ant.file.minibuild.ido-sbs}/../build"/ -->
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    26
    
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    27
    <!-- Configuring raptor build system -->
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    28
    <property name="build.system" value="sbs"/>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    29
    <property name="sysdef3.enabled" value="true"/>
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    30
	<property name="qmake.enabled" value="true"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    31
    <!-- Synergy project for TB92 -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
    <property name="ccm.project" value="MinibuildDomain-tr1ido#50_201013:project:tr1test1#1" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    35
    <property name="build.name" value="minibuild_ido_sbs_sysdef3" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
    <property name="build.family" value="test_minibuild_ido_sbs_sysdef3" />
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    37
            
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    38
    <target name="minibuild-check-blocks">
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
        <if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
            <istrue value="${blocks.enabled}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
            <then>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
                <au:assertFileExists file="${blocks.config.dir}/helloworld_api.blocks_component.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
                <au:assertFileExists file="${blocks.config.dir}/helloworldcons_app.blocks_component.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
            </then>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
        </if>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    48
    <import file="../ido-sbs/build.xml"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
    <!-- Looking for package definitions files -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
    <path id="system.definition.files">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
        <fileset dir="${ccm.project.wa_path}" includes="*/*/*/package_definition.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
    </path>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
    <!-- Defining what layer to build -->
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    56
    <patternset id="sysdef.layers.helium_minibuild_ido" >
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
        <include name="mw" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
        <include name="app" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
    </patternset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    61
    <patternset id="sysdef.layers.helium_minibuild_ido" >
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
        <include name="mw" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
        <include name="app" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    64
    </patternset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    65
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 587
diff changeset
    66
    <patternset id="sysdef.layers.helium_minibuild_ido_clean" >
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    67
        <include name="mw" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    68
        <include name="app" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    69
    </patternset>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    70
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    71
</project>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    72
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    73