bootstrap.properties.ant.xml
author Simon Howkins <simonh@symbian.org>
Thu, 09 Apr 2009 15:09:49 +0100
changeset 7 e042f0022639
parent 4 5a8eb3466f9f
permissions -rw-r--r--
Fixed to enable the temp directory to be created in the right place, and avoid cluttering up the CWD.

<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-BOOTSTRAP-PROPERTIES" default="bootstrap" xmlns:hlm="http://www.nokia.com/helium">
    <property name="sbs.tools.src.path" value="e:\build_e\varamana\sbs-source-dir"/>
    <property name="sbs.zip.file" value="sbs_2.4.0_with_nokia_cfgs.zip"/>    
    
    <!-- location of Hg helium config repositories -->
    <property name="sf.config.repository"       value="e:\build_e\hg-sf-helium-config" />
    
    <!-- call this project -->
    <property name="platform.config.repository" value="e:\build_e\hg-platform-config" />
    
    <!-- the build dir to put bootstrap files into -->
    <property name="bootstrap.base.dir" value="e:\build_e\sf-bootstrap-new" />
</project>