sf-package/package_props.ant.xml
author Dario Sestito <darios@symbian.org>
Wed, 19 Aug 2009 18:13:24 +0100
changeset 369 13fa826ea048
parent 368 cb0ec85c881d
parent 367 bed8f6bc974b
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
67
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">
69
dario
parents: 63 68
diff changeset
     4
  
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents: 350
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: 350
diff changeset
     6
68
0d7e72114bf6 Changed package-common method of baseline retrieval
dario
parents: 67
diff changeset
     7
  <property name="sf.spec.baseline.enable" value="true"/>
0d7e72114bf6 Changed package-common method of baseline retrieval
dario
parents: 67
diff changeset
     8
  <property name="sf.spec.baseline.select" value="location"/>
270
913e5db0bdb6 Change package baseline to PDK 2.0.d
Dario Sestito <darios@symbian.org>
parents: 267
diff changeset
     9
  <property name="sf.spec.baseline.location" value="\\bishare\Releases\PDK_candidate_2.0.d_flat"/>
225
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 179
diff changeset
    10
  <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: 179
diff changeset
    11
  
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 179
diff changeset
    12
  <property name="sf.spec.toolsbaseline.enable" value="false"/>
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 179
diff changeset
    13
  
350
35ec0d29a3d8 Fix packaging source optimization does not work for package builds
Dario Sestito <darios@symbian.org>
parents: 273
diff changeset
    14
  <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: 273
diff changeset
    15
  
225
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 179
diff changeset
    16
  <property name="sf.spec.build.clean.enable" value="true"/>
71
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 69
diff changeset
    17
  
143
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 84
diff changeset
    18
  <property name="sf.spec.systemdefinition.assemble" value="false"/>
267
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 225
diff changeset
    19
  <!-- if this is defined then the model is taken from this location (relative to the project dir) and copied to BUILDDRIVE\definition.xml -->
273
f7c6fc4239ac Fixed paths and drives for executing script.
Simon Howkins <simonh@symbian.org>
parents: 270
diff changeset
    20
<!--  <property name="sf.spec.systemdefinition.source" value="package_definition.xml"/> -->
267
779cc88ed845 Allow subprojects within a project repo and model file relative to the subproject dir
Dario Sestito <darios@symbian.org>
parents: 225
diff changeset
    21
  <!-- 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: 225
diff changeset
    22
  <property name="sf.spec.systemdefinition.location" value="\definition.xml"/>
71
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 69
diff changeset
    23
  <property name="sf.spec.sysdef.configurations.list" value="SF"/>
143
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 84
diff changeset
    24
  
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 84
diff changeset
    25
  <property name="sf.spec.sbs.config" value="winscw"/>
368
cb0ec85c881d Set Raptor -j option to 2 for package builds
Dario Sestito <darios@symbian.org>
parents: 350
diff changeset
    26
  <property name="sf.spec.sbs.numberofjobs" value="2"/>
143
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 84
diff changeset
    27
  
166
1019b4099c37 Changed location of PDK
Dario Sestito <darios@symbian.org>
parents: 165
diff changeset
    28
  <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
67
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    29
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    30
</project>
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    31