sf-platform/platform_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 19 Oct 2010 11:11:40 +0100
changeset 1309 2ea5b5b66973
parent 1261 dd40521a5759
permissions -rw-r--r--
Adjusted release tagging, so that it clones from the package source, not dst, and hence it's much less likely that the tagging operation will create multiple heads on the TAGS branch.

<?xml version="1.0"?>
<project name="SF-PLATFORM-PROPS">
  
  <property name="sf.project.type" value="platform" />
    
  <property name="sf.drive.space.needed" value="150G"/>

  <property name="sf.spec.bldmefirst.s60.variant" value="western" /> <!-- western|apac|japan -->

  <property name="sf.spec.baseline.getenv_options" value="-i prebuilt -k"/> <!-- unpack anything prebuilt from baseline -->
  <property name="sf.spec.baseline.clean"          value="false"/>
  <property name="sf.spec.baseline.select"         value="location" />

  <property name="sf.spec.toolsbaseline.getenv_options" value="-i tools -k"/>
  <property name="sf.spec.toolsbaseline.select"         value="location" />
  
  <property name="sf.spec.prebuilt.excludelist"     value="${sf.spec.job.dir}/../prebuilt_excludelist.txt"/>

  <property name="sf.spec.systemdefinition.location" value="${sf.project.location}\sysdefs\"/>
  <property name="sf.spec.systemdefinition.filename" value="system_model.xml"/>

  <property name="sf.spec.sourcesync.usecache"     value="true"/>

  <!-- generate dir list(s) of epoc32 tree -->
  <property name="sf.spec.dirlist.enable"  value="true"/>
 
  <!-- generate delta of two epoc32 trees. note: this takes a while! -->
  <property name="sf.spec.dirdelta.enable" value="true"/>

  <!-- prefilter raptor logs -->
  <property name="sf.spec.logs.raptorfilter.enable" value="false"/>
 
  <!-- zip all logs before publish -->
  <property name="sf.spec.logs.zip.enable"  value="true"/>

  <!-- zip all logs before publish -->
  <property name="sf.spec.logs.zip.enable"  value="true"/>

  <!-- packaging options for bin/src-->
  <property name="sf.spec.package.bin.enable"  value="true"/>
  <property name="sf.spec.package.src.enable"  value="true"/>
 
  <property name="sf.spec.md5.enable"               value="true"/>

  <property name="sf.spec.analysis.depends.enable"  value="false"/>

</project>