buildframework/helium/config/helium_distribution_test.cfg.xml
changeset 1 be27ed110b50
child 179 d8ac696cc51f
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- 
       
     3 ============================================================================ 
       
     4 Name        : helium_distribution_test.cfg.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 <build>
       
    24     <config name="helium_subcon">
       
    25         <set name="root.dir" value="${helium.dir}/.."/>
       
    26         <set name="max.files.per.archive" value="65000"/>
       
    27         <set name="archive.tool" value="7za"/>
       
    28         <set name="archives.dir" value="${helium.subcon.build.location}"/>
       
    29         <set name="temp.build.dir" value="${env.TEMP}"/>
       
    30         <set name="name" value="helium_${helium.version}_subcon"/>
       
    31         <set name="include" value="helium/**/*"/>
       
    32         <set name="exclude" value="helium/**/.svn,helium/build/**/*,helium/**/*.pyc,helium/**/*.pyo,helium/**/distribution.policy.s60,helium/**/hlm_debug.log"/>
       
    33         <set name="distribution.policy.s60" value="7"/>
       
    34         <set name="ignore.missing.policyfiles" value="true"/>
       
    35 
       
    36         <!-- Keeping the distribution policy files for Mercurial delivery. -->
       
    37         <config name="helium_sf_hg">
       
    38             <set name="name" value="helium_${helium.version}_sf_hg"/>
       
    39             <set name="exclude" value="helium/**/.svn,helium/build/**/*,helium/**/*.pyc,helium/**/*.pyo,**/.classpath,**/.project,helium/**/distribution.policy.s60"/>
       
    40         </config>
       
    41         <!-- 
       
    42              PDT inherits the subcon and remove the docs
       
    43              generated doc will be added to the package later.
       
    44           -->
       
    45         <config name="helium_sf_pdt">
       
    46             <set name="name" value="helium_${helium.version}_sf_pdt"/>
       
    47             <append name="exclude" value="**/.classpath,**/.project,helium/**/distribution.policy.s60,helium/doc/**"/>                    
       
    48         </config>
       
    49 
       
    50         <config name="winimage">
       
    51             <set name="name" value="helium_${helium.version}_subcon_winimage"/>
       
    52             <set name="distribution.policy.s60" value="311"/>
       
    53         </config>
       
    54     </config>
       
    55 </build>