bootstrap.properties.ant.xml
changeset 2 72b77c4ee224
child 3 c360fdfe164c
equal deleted inserted replaced
1:ebb0926c7024 2:72b77c4ee224
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <project name="SF-BOOTSTRAP" default="bootstrap" xmlns:hlm="http://www.nokia.com/helium">
       
     3     <property name="sbs.tools.src.path" value="e:\build_e\varamana\sbs-source-dir"/>
       
     4     <property name="sbs.zip.file" value="sbs_2.4.0_with_nokia_cfgs.zip"/>    
       
     5     
       
     6     <!-- location of Hg helium config repositories -->
       
     7     <property name="sf.config.repository"       value="e:\build_e\hg-sf-helium-config" />
       
     8     
       
     9     <!-- call this project -->
       
    10     <property name="platform.config.repository" value="e:\build_e\hg-platform-config" />
       
    11     
       
    12     <!-- the build dir to put bootstrap files into -->
       
    13     <property name="bootstrap.base.dir" value="e:\build_e\sf-bootstrap-new" />
       
    14     <property name="hg.config" value="full-list.csv" />
       
    15 </project>