sf-platform/platform_props.ant.xml
author Brendan Donegan brendand@symbian.org
Thu, 17 Sep 2009 12:40:44 +0100
changeset 466 fd52af6b81aa
parent 374 a675a1ed07c6
child 519 a75125f33ba4
permissions -rw-r--r--
fixed paths in browser.xml
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
  
374
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     4
  <property name="sf.project.type" value="platform" />
a675a1ed07c6 Moved project type specification from common config file to platform/package specific config file.
Simon Howkins <simonh@symbian.org>
parents: 367
diff changeset
     5
    
367
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
  <property name="sf.drive.space.needed" value="150G"/>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     8
</project>
bed8f6bc974b Added disk space check for all builds.
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     9