common/common_props.ant.xml
author dariosestito@L063522.prod.ad.symbian.intra
Wed, 25 Mar 2009 17:25:57 +0000
changeset 30 62563fa42f57
parent 29 eb008692e822
child 33 4753c9491d0c
child 43 e0cc21bc6b4e
permissions -rw-r--r--
name, codeline, number
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
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     3
<project name="SF-COMMON-PROPS" >
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     4
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     5
    <property name="sf.project.type" value="package"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
     6
	
30
62563fa42f57 name, codeline, number
dariosestito@L063522.prod.ad.symbian.intra
parents: 29
diff changeset
     7
    <property name="sf.spec.job.name" value="myproduct"/>
62563fa42f57 name, codeline, number
dariosestito@L063522.prod.ad.symbian.intra
parents: 29
diff changeset
     8
    <property name="sf.spec.job.codeline" value="MCL"/>
62563fa42f57 name, codeline, number
dariosestito@L063522.prod.ad.symbian.intra
parents: 29
diff changeset
     9
    <property name="sf.spec.job.number" value="001"/> <!-- this is always overriden from the commandline -->
28
3d263295af67 Changed default rootdir and made it be used
dariosestito@L063522.prod.ad.symbian.intra
parents: 27
diff changeset
    10
    <property name="sf.spec.job.rootdir" value="D:\fbf_job"/>
29
eb008692e822 Job drive defaults to G: and job number defaults to 0
dariosestito@L063522.prod.ad.symbian.intra
parents: 28
diff changeset
    11
    <property name="sf.spec.job.drive" value="G:"/>
18
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    12
    <property name="sf.spec.job.freespace" value="10"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    13
    <property name="sf.spec.email.from" value="fbf@symbian.org"/> <!-- needs to be defined for S60 platform builds -->
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    14
    
21
40f47d226f76 Changes to enable system definition file to be provided and used as is
dariosestito@L063522.prod.ad.symbian.intra
parents: 18
diff changeset
    15
    <property name="sf.spec.systemdefinition.assemble" value="true"/>
40f47d226f76 Changes to enable system definition file to be provided and used as is
dariosestito@L063522.prod.ad.symbian.intra
parents: 18
diff changeset
    16
    <!-- property name="sf.spec.systemdefinition.file" value=""/ -->
40f47d226f76 Changes to enable system definition file to be provided and used as is
dariosestito@L063522.prod.ad.symbian.intra
parents: 18
diff changeset
    17
    
28
3d263295af67 Changed default rootdir and made it be used
dariosestito@L063522.prod.ad.symbian.intra
parents: 27
diff changeset
    18
    <property name="sf.spec.sbs.config" value="armv5"/>
3d263295af67 Changed default rootdir and made it be used
dariosestito@L063522.prod.ad.symbian.intra
parents: 27
diff changeset
    19
    
18
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    20
    <property name="sf.spec.build.target" value="all"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    21
    <property name="sf.spec.build.variant" value=""/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    22
    <property name="sf.spec.build.productioncode.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    23
    <property name="sf.spec.build.testcode.enable" value="false"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    24
    <property name="sf.spec.build.system" value="sbs"/> <!-- sbs|ebs|ec -->
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    25
    <!-- property name="sf.spec.build.sbsv2.config" value=""/ -->
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    26
    <!-- property name="sf.spec.build.sbsv2.options" value="-k"/ -->
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    27
    <property name="sf.spec.build.clean.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    28
    <property name="sf.spec.sysdef.configurations.list" value="s60_build,s60_bldmelast"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    29
    
28
3d263295af67 Changed default rootdir and made it be used
dariosestito@L063522.prod.ad.symbian.intra
parents: 27
diff changeset
    30
    
18
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    31
    <property name="sf.spec.referenceroms.createimages.enable" value="false"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    32
    <property name="sf.spec.testroms.createimages.enable" value="false"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    33
    
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    34
    <property name="sf.spec.sourcesync.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    35
    <property name="sf.spec.sourcesync.usecache" value="false"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    36
    <property name="sf.spec.sourcesync.sourcespecfile" value="sources.csv"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    37
    
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    38
    <property name="sf.spec.baseline.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    39
    <property name="sf.spec.baseline.select" value="auto"/> <!-- auto|explicit|location -->
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    40
    <property name="sf.spec.baseline.getenv_options" value="-l emu"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    41
    <property name="sf.spec.toolsbaseline.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    42
    <property name="sf.spec.toolsbaseline.select" value="auto"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    43
    
26
50f9c55550f1 Added publishing of logs and reports
dariosestito@L063522.prod.ad.symbian.intra
parents: 21
diff changeset
    44
    <property name="sf.spec.publish.enable" value="true"/>
18
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    45
    <property name="sf.spec.publish.unpackagedartefacts.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    46
    <property name="sf.spec.publish.packagedartefacts.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    47
    <property name="sf.spec.publish.network.freespace" value="10"/>
26
50f9c55550f1 Added publishing of logs and reports
dariosestito@L063522.prod.ad.symbian.intra
parents: 21
diff changeset
    48
    <property name="sf.spec.publish.networkdrive" value="\\lon-engbuild68\d$\SF_builds"/>
50f9c55550f1 Added publishing of logs and reports
dariosestito@L063522.prod.ad.symbian.intra
parents: 21
diff changeset
    49
    <property name="sf.spec.publish.rootdir" value="\\lon-engbuild68\d$\SF_builds"/>
18
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    50
    
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    51
    <property name="sf.spec.tagafterbuild.enable" value="true"/>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    52
</project>
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    53
9f36ff790ea7 Reorganized property/reference importing structure
dariosestito@L063522.prod.ad.symbian.intra
parents:
diff changeset
    54