buildframework/helium/tests/minibuilds/ido-sbs-sysdef3/build.xml
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <project name="minibuild.ido-sbs-sysdef3" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium" basedir="..\ido">
    23 <project name="minibuild.ido-sbs-sysdef3" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium" basedir="..\ido">
    24     <property environment="env"/>
    24     <property environment="env"/>
    25 	<!--property name="config.temp.build.dir" location="${ant.file.minibuild.ido-sbs}/../build"/ -->
    25     <!--property name="config.temp.build.dir" location="${ant.file.minibuild.ido-sbs}/../build"/ -->
    26 	
    26     
    27 	<!-- Configuring raptor build system -->
    27     <!-- Configuring raptor build system -->
    28 	<property name="build.system" value="sbs"/>
    28     <property name="build.system" value="sbs"/>
    29     <property name="schema.new" value="true"/>
    29     <property name="sysdef3.enabled" value="true"/>
    30 
    30 	<property name="qmake.enabled" value="true"/>
    31     <!-- Synergy project for TB92 -->
    31     <!-- Synergy project for TB92 -->
    32     <property name="ccm.project" value="MinibuildDomain-tr1ido#50_201013:project:tr1test1#1" />
    32     <property name="ccm.project" value="MinibuildDomain-tr1ido#50_201013:project:tr1test1#1" />
    33 
    33 
    34 
    34 
    35 	<property name="build.name" value="minibuild_ido_sbs_sysdef3" />
    35     <property name="build.name" value="minibuild_ido_sbs_sysdef3" />
    36     <property name="build.family" value="test_minibuild_ido_sbs_sysdef3" />
    36     <property name="build.family" value="test_minibuild_ido_sbs_sysdef3" />
    37 			
    37             
    38     <target name="mini-build-check-blocks">
    38     <target name="minibuild-check-blocks">
    39         <if>
    39         <if>
    40             <istrue value="${blocks.enabled}" />
    40             <istrue value="${blocks.enabled}" />
    41             <then>
    41             <then>
    42                 <au:assertFileExists file="${blocks.config.dir}/helloworld_api.blocks_component.xml" />
    42                 <au:assertFileExists file="${blocks.config.dir}/helloworld_api.blocks_component.xml" />
    43                 <au:assertFileExists file="${blocks.config.dir}/helloworldcons_app.blocks_component.xml" />
    43                 <au:assertFileExists file="${blocks.config.dir}/helloworldcons_app.blocks_component.xml" />
    44             </then>
    44             </then>
    45         </if>
    45         </if>
    46     </target>
    46     </target>
    47 
    47 
    48 	<import file="../ido-sbs/build.xml"/>
    48     <import file="../ido-sbs/build.xml"/>
    49 
    49 
    50     <!-- Looking for package definitions files -->
    50     <!-- Looking for package definitions files -->
    51     <path id="system.definition.files">
    51     <path id="system.definition.files">
    52         <fileset dir="${ccm.project.wa_path}" includes="*/*/*/package_definition.xml" />
    52         <fileset dir="${ccm.project.wa_path}" includes="*/*/*/package_definition.xml" />
    53     </path>
    53     </path>
    54 
    54 
    55     <!-- Defining what layer to build -->
    55     <!-- Defining what layer to build -->
    56     <patternset id="sysdef.filters.helium_minibuild_ido" >
    56     <patternset id="sysdef.layers.helium_minibuild_ido" >
    57         <include name="mw" />
    57         <include name="mw" />
    58         <include name="app" />
    58         <include name="app" />
    59     </patternset>
    59     </patternset>
    60 
    60 
    61     <patternset id="sysdef.filters.helium_minibuild_ido" >
    61     <patternset id="sysdef.layers.helium_minibuild_ido" >
    62         <include name="mw" />
    62         <include name="mw" />
    63         <include name="app" />
    63         <include name="app" />
    64     </patternset>
    64     </patternset>
    65 
    65 
    66     <patternset id="sysdef.filters.helium_minibuild_ido_clean" >
    66     <patternset id="sysdef.layers.helium_minibuild_ido_clean" >
    67         <include name="mw" />
    67         <include name="mw" />
    68         <include name="app" />
    68         <include name="app" />
    69     </patternset>
    69     </patternset>
    70 
    70 
    71 </project>
    71 </project>