author | ThomasE |
Thu, 30 Jul 2009 11:46:59 +0100 | |
changeset 135 | 26d2d471bf08 |
parent 63 | 9860596ce767 |
child 167 | 2351d9d823d1 |
permissions | -rw-r--r-- |
16 | 1 |
<?xml version="1.0"?> |
2 |
||
3 |
<project name="SF-JOB-PROPS" > |
|
4 |
||
5 |
<dirname property="sf.spec.job.dir" file="${ant.file.SF-JOB-PROPS}"/> |
|
6 |
||
7 |
<property name="sf.project.type" value="platform" /> |
|
8 |
||
9 |
<property name="sf.spec.job.name" value="platform"/> |
|
55 | 10 |
<property name="sf.spec.corebuildversion" value="week19"/> |
16 | 11 |
|
12 |
<property name="sf.spec.build.system" value="sbs"/> |
|
13 |
||
55 | 14 |
<property name="sf.spec.sbs.config" value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb --> |
16 | 15 |
<property name="sf.spec.sbs.tools.config" value="tools_rel,tools2_rel"/> |
16 |
||
17 |
<property name="sf.spec.sourcesync.usecache" value="true"/> |
|
18 |
||
19 |
||
20 |
<!-- get full source env and binaries from pdk --> |
|
55 | 21 |
<property name="sf.spec.sourcesync.enable" value="false"/> |
22 |
<property name="sf.spec.baseline.getenv_options" value=""/> |
|
16 | 23 |
<property name="sf.spec.baseline.enable" value="true"/> |
24 |
<property name="sf.spec.baseline.clean" value="true"/> |
|
25 |
||
26 |
<property name="sf.spec.baseline.select" value="location" /> |
|
55 | 27 |
<property name="sf.spec.baseline.location" value="D:\PDK\PDK_20090507\" /> |
16 | 28 |
<property name="sf.spec.toolsbaseline.enable" value="true"/> |
17 | 29 |
<property name="sf.spec.publish.rootdir" value="D:\SF_Builds"/> |
16 | 30 |
|
31 |
<!-- platform build specific properties --> |
|
32 |
<property name="sf.spec.s60.sysdef.clean.configurations.list" value="S60_5_1_clean" /> |
|
33 |
<property name="sf.spec.os.sysdef.clean.configurations.list" value="GT_tb91sf" /> |
|
34 |
||
35 |
<!-- provide dtd location as os and s60 layers will be different --> |
|
36 |
<property name="sf.spec.s60.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_1_4_0.xml"/> |
|
37 |
<property name="sf.spec.os.sysdef.dtd" value="${sf.spec.job.dir}\sysdefs\sysdef_dtd_2_0_0.xml"/> |
|
38 |
||
39 |
<property name="sf.spec.sysdef.version" value="1.4.0"/> <!-- default --> |
|
40 |
<property name="sf.spec.s60.sysdef.version" value="1.4.0"/> |
|
41 |
<property name="sf.spec.os.sysdef.version" value="2.0.0"/> |
|
42 |
||
43 |
<!-- build os and s60 by default --> |
|
44 |
<property name="sf.spec.os.skipbuild" value="false"/> |
|
45 |
<property name="sf.spec.s60.skipbuild" value="false"/> |
|
46 |
<property name="sf.spec.splitbuild" value="true"/> <!-- *this* platform build defines two steps --> |
|
21
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
47 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
48 |
<!-- generate dir list(s) of epoc32 tree --> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
49 |
<property name="sf.spec.dirlist.enable" value="true"/> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
50 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
51 |
<!-- generate delta of two epoc32 trees. note: this takes a while! --> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
52 |
<property name="sf.spec.dirdelta.enable" value="true"/> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
53 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
54 |
<!-- prefilter raptor logs --> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
55 |
<property name="sf.spec.logs.raptorfilter.enable" value="false"/> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
56 |
|
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
57 |
<!-- zip all logs before publish --> |
e5a2572ac305
1. Update properties to make raptor filter, delta lists and zips configurable.
ShabeR@UK-SHABER
parents:
17
diff
changeset
|
58 |
<property name="sf.spec.logs.zip.enable" value="true"/> |
16 | 59 |
|
63
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
55
diff
changeset
|
60 |
<!-- packaging options for bin/src--> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
55
diff
changeset
|
61 |
<property name="sf.spec.package.bin.enable" value="true"/> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
55
diff
changeset
|
62 |
<property name="sf.spec.package.src.enable" value="true"/> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
55
diff
changeset
|
63 |
|
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
55
diff
changeset
|
64 |
<property name="sf.spec.test.sendpkg.enable" value="true"/> |
9860596ce767
Update platform projects to send test package by default
Shabe Razvi <shaber@symbian.org>
parents:
55
diff
changeset
|
65 |
|
16 | 66 |
</project> |