645
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!--
|
|
3 |
============================================================================
|
|
4 |
Name :
|
|
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 abstract="true">
|
|
25 |
<set name="max.uncompressed.size" value="12500000"/>
|
|
26 |
<set name="split.on.uncompressed.size.enabled" value="true"/>
|
|
27 |
<set name="max.files.per.archive" value="65000"/>
|
|
28 |
<set name="archive.tool" value="7za"/>
|
|
29 |
<set name="root.dir" value="${build.drive}\"/>
|
|
30 |
<set name="temp.build.dir" value="${temp.build.dir}"/>
|
|
31 |
<set name="archives.dir" value="${zips.build.dir}/${zipping.type}"/>
|
|
32 |
|
|
33 |
<config name="minibuild_archive" abstract="true">
|
|
34 |
<config>
|
|
35 |
<set name="name" value="sf_mw_classicui_and_app_radio_01"/>
|
|
36 |
<set name="mapper" value="policy"/>
|
|
37 |
<set name="include" value="sf/mw/classicui/**"/>
|
|
38 |
<set name="include" value="sf/app/radio/**"/>
|
|
39 |
<set name="exclude" value="**/_ccmwaid.inf"/>
|
|
40 |
<set name="policy.csv" value="${config.dir}/distribution.policy.extended_for_sf.id_status.csv"/>
|
|
41 |
</config>
|
|
42 |
<config>
|
|
43 |
<set name="name" value="sf_os_01"/>
|
|
44 |
<set name="mapper" value="policy.remover"/>
|
|
45 |
<set name="include" value="test_policy/os/**"/>
|
|
46 |
<set name="exclude" value="**/_ccmwaid.inf"/>
|
|
47 |
<set name="policy.root.dir" value="${build.drive}/test_policy"/>
|
|
48 |
<set name="policy.csv" value="${config.dir}/distribution.policy.extended_for_sf.id_status.csv"/>
|
|
49 |
</config>
|
|
50 |
</config>
|
|
51 |
</config>
|
|
52 |
</build>
|
|
53 |
|