common/properties.default.ant.xml
author Dario Sestito <dario.sestito@symbian.com>
Mon, 02 Mar 2009 17:22:29 +0000
changeset 0 571f289c60b8
child 3 cee0afe79855
permissions -rw-r--r--
Initial drop of FBF Helium configuration

<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-PROPERTIES-DEFAULT">
    
        <property environment="env"/> <!-- make environment variables available via env -->
        <property name="build.system"      value="sbs"/>
        <property name="prep.root.dir"     value=""/>
        
        <!-- Compile configuration -->
        <property name="sysdef.configurations.list" value="s60_build,s60_bldmelast"/>

        <!-- Template for the WA location, each branch got a different location -->
        <property name="ccm.project.wa_path" location="${data.drive.letter}:\Build_${data.drive.letter}\${env.USERNAME}\ido_wa\${build.name}"/>

        <!-- defaults to get source/bin release for package/platform -->
        <property name="release.getsource" value="1"/>
        <property name="release.getbin"    value="1"/>
        
        <property name="email.from"        value="shabe.razvi@nokia.com"/>
        
        <property name="local.free.space"      value="10"/>
        <property name="network.free.space"    value="10"/>
        <property name="network.drive"         value="\\builds01\devbuilds\GRACE"/>
        <property name="publish.root.dir"      value="\\builds01\devbuilds\GRACE"/>
        
        <property name="base_release.path"     value="\\fasrrm01.europe.nokia.com\GRACE\s60_devices_sw\S60_5_1\S60.MCL_200904_S60.51"/>
        <!--<property name="base_release.path"     value="\\lonfiler02\nokbuilds\from_nokia\DFS70_91_91\S60.e_200906_hw79"/> -->
        
        <property name="base_release.getenv_options"     value=""/>
       
        <property name="hg.tag"      value="1"/>
            
</project>