sf-tools/tools_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 19 Oct 2010 11:11:40 +0100
changeset 1277 2ea5b5b66973
parent 962 ca156d459030
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-TOOLS-PROPS">
  
  <property name="sf.project.type" value="tools" />
    
  <property name="sf.drive.space.needed" value="4G"/>

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

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

  <!-- tools build doesnt have a test payload yet -->
  <property name="sf.spec.test.sendpkg.enable"  value="false"/>

  <property name="sf.spec.md5.enable"      value="false"/>  
  <property name="sf.spec.publish.enable"  value="false"/> 
 
  <!-- 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"/> 

</project>