1 <?xml version="1.0"?> |
1 <?xml version="1.0"?> |
2 |
2 |
3 <project name="SF-COMMON-PROPS" > |
3 <project name="SF-COMMON-PROPS" > |
4 |
|
5 <property name="sf.spec.sbs.config" value="ramv5"/> |
|
6 |
4 |
7 <property name="sf.project.type" value="package"/> |
5 <property name="sf.project.type" value="package"/> |
8 |
6 |
9 <property name="sf.spec.job.name" value="mypackage"/> |
7 <property name="sf.spec.job.name" value="myproduct"/> |
10 <property name="sf.spec.job.number" value="77"/> |
8 <property name="sf.spec.job.codeline" value="MCL"/> |
11 <property name="sf.spec.job.rootdir" value="myrootdir"/> |
9 <property name="sf.spec.job.number" value="001"/> <!-- this is always overriden from the commandline --> |
|
10 <property name="sf.spec.job.rootdir" value="D:\fbf_job"/> |
|
11 <property name="sf.spec.job.drive" value="G:"/> |
12 <property name="sf.spec.job.freespace" value="10"/> |
12 <property name="sf.spec.job.freespace" value="10"/> |
13 <property name="sf.spec.corebuildversion" value="mycorebuildversion"/> |
|
14 <property name="sf.spec.email.from" value="fbf@symbian.org"/> <!-- needs to be defined for S60 platform builds --> |
13 <property name="sf.spec.email.from" value="fbf@symbian.org"/> <!-- needs to be defined for S60 platform builds --> |
|
14 |
|
15 <property name="sf.spec.systemdefinition.assemble" value="true"/> |
|
16 <!-- property name="sf.spec.systemdefinition.file" value=""/ --> |
|
17 |
|
18 <property name="sf.spec.sbs.config" value="armv5"/> |
15 |
19 |
16 <property name="sf.spec.build.target" value="all"/> |
20 <property name="sf.spec.build.target" value="all"/> |
17 <property name="sf.spec.build.variant" value=""/> |
21 <property name="sf.spec.build.variant" value=""/> |
18 <property name="sf.spec.build.productioncode.enable" value="true"/> |
22 <property name="sf.spec.build.productioncode.enable" value="true"/> |
19 <property name="sf.spec.build.testcode.enable" value="false"/> |
23 <property name="sf.spec.build.testcode.enable" value="false"/> |
20 <property name="sf.spec.build.system" value="sbs"/> <!-- sbs|ebs|ec --> |
24 <property name="sf.spec.build.system" value="sbs"/> <!-- sbs|ebs|ec --> |
21 <!-- property name="sf.spec.build.sbsv2.config" value=""/ --> |
25 <!-- property name="sf.spec.build.sbsv2.config" value=""/ --> |
22 <!-- property name="sf.spec.build.sbsv2.options" value="-k"/ --> |
26 <!-- property name="sf.spec.build.sbsv2.options" value="-k"/ --> |
23 <property name="sf.spec.build.clean.enable" value="true"/> |
27 <property name="sf.spec.build.clean.enable" value="true"/> |
24 <property name="sf.spec.sysdef.configurations.list" value="s60_build,s60_bldmelast"/> |
28 <property name="sf.spec.sysdef.configurations.list" value="s60_build,s60_bldmelast"/> |
|
29 |
25 |
30 |
26 <property name="sf.spec.referenceroms.createimages.enable" value="false"/> |
31 <property name="sf.spec.referenceroms.createimages.enable" value="false"/> |
27 <property name="sf.spec.testroms.createimages.enable" value="false"/> |
32 <property name="sf.spec.testroms.createimages.enable" value="false"/> |
28 |
33 |
29 <property name="sf.spec.sourcesync.enable" value="true"/> |
34 <property name="sf.spec.sourcesync.enable" value="true"/> |
34 <property name="sf.spec.baseline.select" value="auto"/> <!-- auto|explicit|location --> |
39 <property name="sf.spec.baseline.select" value="auto"/> <!-- auto|explicit|location --> |
35 <property name="sf.spec.baseline.getenv_options" value="-i emu"/> |
40 <property name="sf.spec.baseline.getenv_options" value="-i emu"/> |
36 <property name="sf.spec.toolsbaseline.enable" value="true"/> |
41 <property name="sf.spec.toolsbaseline.enable" value="true"/> |
37 <property name="sf.spec.toolsbaseline.select" value="auto"/> |
42 <property name="sf.spec.toolsbaseline.select" value="auto"/> |
38 |
43 |
|
44 <property name="sf.spec.publish.enable" value="true"/> |
39 <property name="sf.spec.publish.unpackagedartefacts.enable" value="true"/> |
45 <property name="sf.spec.publish.unpackagedartefacts.enable" value="true"/> |
40 <property name="sf.spec.publish.packagedartefacts.enable" value="true"/> |
46 <property name="sf.spec.publish.packagedartefacts.enable" value="true"/> |
41 <property name="sf.spec.publish.network.freespace" value="10"/> |
47 <property name="sf.spec.publish.network.freespace" value="10"/> |
42 <property name="sf.spec.publish.networkdrive" value="\\builds01\devbuilds\GRACE"/> |
48 <property name="sf.spec.publish.networkdrive" value="\\lon-engbuild68\d$\SF_builds"/> |
43 <property name="sf.spec.publish.publish.rootdir" value="\\builds01\devbuilds\GRACE"/> |
49 <property name="sf.spec.publish.rootdir" value="\\lon-engbuild68\d$\SF_builds"/> |
44 |
50 |
45 <property name="sf.spec.tagafterbuild.enable" value="true"/> |
51 <property name="sf.spec.tagafterbuild.enable" value="true"/> |
46 </project> |
52 </project> |
47 |
53 |
48 |
54 |