bootstrap.properties.ant.xml
author shaberazvi@L063442.prod.ad.symbian.intra
Wed, 04 Mar 2009 14:57:09 +0000
changeset 2 72b77c4ee224
child 3 c360fdfe164c
permissions -rw-r--r--
Add new bootstrap properties and sysdef template
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     2
<project name="SF-BOOTSTRAP" default="bootstrap" xmlns:hlm="http://www.nokia.com/helium">
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     3
    <property name="sbs.tools.src.path" value="e:\build_e\varamana\sbs-source-dir"/>
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     4
    <property name="sbs.zip.file" value="sbs_2.4.0_with_nokia_cfgs.zip"/>    
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     5
    
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     6
    <!-- location of Hg helium config repositories -->
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     7
    <property name="sf.config.repository"       value="e:\build_e\hg-sf-helium-config" />
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     8
    
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
     9
    <!-- call this project -->
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
    10
    <property name="platform.config.repository" value="e:\build_e\hg-platform-config" />
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
    11
    
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
    12
    <!-- the build dir to put bootstrap files into -->
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
    13
    <property name="bootstrap.base.dir" value="e:\build_e\sf-bootstrap-new" />
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
    14
    <property name="hg.config" value="full-list.csv" />
72b77c4ee224 Add new bootstrap properties and sysdef template
shaberazvi@L063442.prod.ad.symbian.intra
parents:
diff changeset
    15
</project>