sf-platform/platform_props.ant.xml
author Simon Howkins <simonh@symbian.org>
Mon, 24 Aug 2009 15:09:22 +0100
changeset 373 cc469b3fe547
parent 367 bed8f6bc974b
child 374 a675a1ed07c6
permissions -rw-r--r--
Changed regular expressions and temp files to be more agnostic about build ID conventions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0"?>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     2
<project name="SF-PLATFORM-PROPS">
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     3
  
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     4
  <property name="sf.drive.space.needed" value="150G"/>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     5
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
</project>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7