bootstrap.properties.ant.xml
changeset 9 faf8e4898015
parent 8 92db3a857f66
child 10 c1cbd33e46c0
equal deleted inserted replaced
8:92db3a857f66 9:faf8e4898015
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <project name="SF-BOOTSTRAP-PROPERTIES" 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 </project>