clean/job_props.ant.xml
changeset 98 4646443c0a61
parent 95 370f71905b1d
child 103 45be8de9cf58
equal deleted inserted replaced
97:8b0655e4f504 98:4646443c0a61
    13     
    13     
    14     <property name="sf.spec.sbs.config" value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb -->
    14     <property name="sf.spec.sbs.config" value="winscw.whatlog,armv5.whatlog"/> <!-- both _urel and _udeb -->
    15     <property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/>
    15     <property name="sf.spec.sbs.tools.config" value="tools_rel.whatlog,tools2_rel.whatlog"/>
    16     
    16     
    17     <property name="sf.spec.sourcesync.usecache" value="false"/>
    17     <property name="sf.spec.sourcesync.usecache" value="false"/>
    18             
    18     
       
    19     <!-- To sync the tools instead of building them, change sf.spec.sbs.tools.config to tools2_rel.whatlog  -->
       
    20     <!-- check that sf.spec.baseline.getenv_options includes 'tools'                                        -->
       
    21     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
    19 
    22 
    20     <!-- get full source env and binaries from pdk -->
    23     <!-- get full source env and binaries from pdk -->
    21     <property name="sf.spec.sourcesync.enable"       value="true"/>
    24     <property name="sf.spec.sourcesync.enable"       value="true"/>
    22     <property name="sf.spec.baseline.getenv_options" value="-I src"/>
    25     <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
    23     <property name="sf.spec.baseline.enable"         value="false"/>     
    26     <property name="sf.spec.baseline.enable"         value="false"/>     
    24     <property name="sf.spec.baseline.clean"          value="false"/>
    27     <property name="sf.spec.baseline.clean"          value="false"/>
    25     <property name="sf.spec.baseline.select"         value="location" />
    28     <property name="sf.spec.baseline.select"         value="location" />
    26     <property name="sf.spec.baseline.location"       value="D:\PDK\PDK_20090507\" />
    29     <property name="sf.spec.baseline.location"       value="\\v800008\builds01\Releases\PDK_build_tools_test\" />
    27     
    30     
    28     <property name="sf.spec.toolsbaseline.enable"    value="true"/>
    31     <property name="sf.spec.toolsbaseline.enable"    value="true"/>
    29     <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
    32     <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
    30     <property name="sf.spec.toolsbaseline.select"         value="location" />
    33     <property name="sf.spec.toolsbaseline.select"         value="location" />
    31     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->
    34     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->