sf-tools/tools_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 10 Aug 2010 15:41:52 +0100
changeset 1185 3698c6929ff1
parent 962 ca156d459030
permissions -rw-r--r--
Made the generation of the syncing scripts more regular, and ensured that it all works and makes sense even when sf.spec.sourcesync.enable is false.

<?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>