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