sf-tools/tools_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Fri, 01 Oct 2010 13:34:48 +0100
changeset 1274 b5003eee1583
parent 964 ca156d459030
permissions -rw-r--r--
Bug 3750: Use .7z extension for PDK zip files created with LZMA compression Commented out the renaming of the files, and the adjustment to release_metadata.xml, as getenv (part of helium) is broken by the change - it only processes *.zip

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