author | brendand |
Thu, 05 Nov 2009 12:36:05 +0000 | |
changeset 740 | cd5265e3bfd7 |
parent 711 | 7a9d3b010a52 |
child 845 | 61bf41df2efd |
permissions | -rw-r--r-- |
18
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff
changeset
|
1 |
<?xml version="1.0"?> |
9f36ff790ea7
Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff
changeset
|
2 |
|
173
3957aa453061
Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents:
18
diff
changeset
|
3 |
<project name="SF-PACKAGE-PROPS"> |
175 | 4 |
|
367
bed8f6bc974b
Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
362
diff
changeset
|
5 |
<property name="sf.drive.space.needed" value="10G"/> |
bed8f6bc974b
Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
362
diff
changeset
|
6 |
|
374
a675a1ed07c6
Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents:
367
diff
changeset
|
7 |
<property name="sf.project.type" value="package"/> |
a675a1ed07c6
Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents:
367
diff
changeset
|
8 |
|
174 | 9 |
<property name="sf.spec.baseline.enable" value="true"/> |
10 |
<property name="sf.spec.baseline.select" value="location"/> |
|
469
d38976213e14
updated package properties sf.spec.baseline.location to point at PDK_2.0.e instead of PDK2.0.d
MattD <mattd@symbian.org>
parents:
376
diff
changeset
|
11 |
<property name="sf.spec.baseline.location" value="\\bishare\Releases\PDK_2.0.e"/> |
240
5705f5c8f10d
Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents:
221
diff
changeset
|
12 |
<property name="sf.spec.baseline.getenv_options" value="-i emu -i rnd -i tools -i info"/> |
5705f5c8f10d
Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents:
221
diff
changeset
|
13 |
|
5705f5c8f10d
Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents:
221
diff
changeset
|
14 |
<property name="sf.spec.toolsbaseline.enable" value="false"/> |
5705f5c8f10d
Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents:
221
diff
changeset
|
15 |
|
362
35ec0d29a3d8
Fix packaging source optimization does not work for package builds
Dario Sestito <darios@symbian.org>
parents:
331
diff
changeset
|
16 |
<property name="sf.spec.package.src.enable" value="true"/> |
35ec0d29a3d8
Fix packaging source optimization does not work for package builds
Dario Sestito <darios@symbian.org>
parents:
331
diff
changeset
|
17 |
|
240
5705f5c8f10d
Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents:
221
diff
changeset
|
18 |
<property name="sf.spec.build.clean.enable" value="true"/> |
177 | 19 |
|
192 | 20 |
<property name="sf.spec.systemdefinition.assemble" value="false"/> |
325
779cc88ed845
Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents:
240
diff
changeset
|
21 |
<!-- if this is defined then the model is taken from this location (relative to the project dir) and copied to BUILDDRIVE\definition.xml --> |
331
f7c6fc4239ac
Fixed paths and drives for executing script.
Simon Howkins <simonh@symbian.org>
parents:
328
diff
changeset
|
22 |
<!-- <property name="sf.spec.systemdefinition.source" value="package_definition.xml"/> --> |
325
779cc88ed845
Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents:
240
diff
changeset
|
23 |
<!-- location of the model (related to the build drive) --> |
779cc88ed845
Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents:
240
diff
changeset
|
24 |
<property name="sf.spec.systemdefinition.location" value="\definition.xml"/> |
177 | 25 |
<property name="sf.spec.sysdef.configurations.list" value="SF"/> |
192 | 26 |
|
711
7a9d3b010a52
Let sbs targets be taken from sf.spec.sbs.config
Dario Sestito <darios@symbian.org>
parents:
469
diff
changeset
|
27 |
<property name="sf.spec.sbs.config" value="tools2_rel.whatlog,winscw.whatlog,armv5.whatlog"/> |
368
cb0ec85c881d
Set Raptor -j option to 2 for package builds
Dario Sestito <darios@symbian.org>
parents:
362
diff
changeset
|
28 |
<property name="sf.spec.sbs.numberofjobs" value="2"/> |
192 | 29 |
|
195 | 30 |
<property name="sf.spec.logs.raptorfilter.enable" value="false"/> |
173
3957aa453061
Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents:
18
diff
changeset
|
31 |
|
3957aa453061
Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents:
18
diff
changeset
|
32 |
</project> |
3957aa453061
Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents:
18
diff
changeset
|
33 |