sf-package/package_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Thu, 16 Jul 2009 14:35:54 +0100
changeset 259 97419fef4b8f
parent 240 5705f5c8f10d
child 325 779cc88ed845
permissions -rw-r--r--
Added creation of zips of zips of OSS packages (though these are not yet published in a PDK release). Updated names of zips of zips of SFL packages to avoid clashing with the ideal long term name of the zips of zips of OSS packages.
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
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
dario
parents: 169 174
diff changeset
     4
  
174
0d7e72114bf6 Changed package-common method of baseline retrieval
dario
parents: 173
diff changeset
     5
  <property name="sf.spec.baseline.enable" value="true"/>
0d7e72114bf6 Changed package-common method of baseline retrieval
dario
parents: 173
diff changeset
     6
  <property name="sf.spec.baseline.select" value="location"/>
221
3f8d2ea13886 Changed PDK to 2.0.c
Dario Sestito <darios@symbian.org>
parents: 198
diff changeset
     7
  <property name="sf.spec.baseline.location" value="\\bishare\Releases\PDK_candidate_2.0.c_flat"/>
240
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 221
diff changeset
     8
  <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
     9
  
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 221
diff changeset
    10
  <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
    11
  
5705f5c8f10d Adding truclean step to the package build
Dario Sestito <darios@symbian.org>
parents: 221
diff changeset
    12
  <property name="sf.spec.build.clean.enable" value="true"/>
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 175
diff changeset
    13
  
192
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 190
diff changeset
    14
  <property name="sf.spec.systemdefinition.assemble" value="false"/>
177
734d44a79c17 Given a dummy value to the configuration list
dario
parents: 175
diff changeset
    15
  <property name="sf.spec.sysdef.configurations.list" value="SF"/>
192
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 190
diff changeset
    16
  
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 190
diff changeset
    17
  <property name="sf.spec.sbs.config" value="winscw"/>
d5964b46ccaf Catchup from default config
darios@symbian.org
parents: 190
diff changeset
    18
  
195
1019b4099c37 Changed location of PDK
Dario Sestito <darios@symbian.org>
parents: 194
diff changeset
    19
  <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
    20
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    21
</project>
3957aa453061 Changed package-common location of baseline to \\lon-engbuild98\d$\GRACE\PDK_20090401
dario
parents: 18
diff changeset
    22