buildframework/helium/tools/common/templates/diamonds/diamonds_build.xml.ftl
changeset 628 7c4a911dc066
parent 1 be27ed110b50
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    20 ============================================================================
    20 ============================================================================
    21 -->
    21 -->
    22 <build>
    22 <build>
    23     <category>${ant["build.family"]}</category>
    23     <category>${ant["build.family"]}</category>
    24     <name>${ant["build.id"]}</name>
    24     <name>${ant["build.id"]}</name>
    25     <#if diamonds?keys?seq_contains("build.start.time")><started>${diamonds["build.start.time"]}</started></#if>
    25     <#if ant?keys?seq_contains("ecc.project")>
    26     <#if diamonds?keys?seq_contains("build.end.time")><finished>${diamonds["build.end.time"]}</finished></#if>
    26     <project>${ant["ecc.project"]}</project>
       
    27     <schedule>${ant["ecc.schedule"]}</schedule>
       
    28     <timebox>${ant["ecc.ido.branch"]}</timebox>
       
    29     <procedure>${ant["ecc.procedure"]}</procedure>
       
    30     <includeinstats>${ant["ecc.include.in.stats"]}</includeinstats>
       
    31     </#if>
       
    32     <#if ant?keys?seq_contains("build.start.time")><started>${ant["build.start.time"]}</started></#if>
       
    33     <#if ant?keys?seq_contains("build.end.time")><finished></finished></#if>
    27         <creator>${ant["env.USERNAME"]}</creator>
    34         <creator>${ant["env.USERNAME"]}</creator>
    28         <hostname>${ant["env.COMPUTERNAME"]}</hostname>
    35         <hostname>${ant["env.COMPUTERNAME"]}</hostname>
    29         <product>${ant["build.name"]}</product>
    36         <product>${ant["build.name"]}</product>
    30         <build_system>${ant["build.system"]}</build_system>
    37         <build_system>${ant["build.system"]}</build_system>
    31     <#if ant?keys?seq_contains("env.NUMBER_OF_PROCESSORS")><processor_count>${ant["env.NUMBER_OF_PROCESSORS"]}</processor_count></#if>
    38     <#if ant?keys?seq_contains("env.NUMBER_OF_PROCESSORS")><processor_count>${ant["env.NUMBER_OF_PROCESSORS"]}</processor_count></#if>