buildframework/helium/sf/java/diamonds/tests/data/templates/build.xml.ftl
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    16 Contributors:
    16 Contributors:
    17 
    17 
    18 Description:
    18 Description:
    19 
    19 
    20 ============================================================================
    20 ============================================================================
    21 --> 
    21 -->
    22     <build>
    22 <build>
    23         <category>${ant["build.family"]}</category>
    23     <category>${ant["build.family"]}</category>
    24         <name>${ant["id"]}</name>
    24     <name>${ant["id"]}</name>
    25         <#if ant?keys?seq_contains("diamonds.start.time")><started>${ant["diamonds.start.time"]}</started></#if>
    25     <#if ant?keys?seq_contains("build.start.time")><started>${ant["build.start.time"]}</started></#if>
    26         <#if ant?keys?seq_contains("diamonds.end.time")><finished>${ant["diamonds.end.time"]}</finished></#if>
    26     <#if ant?keys?seq_contains("build.end.time")><finished></finished></#if>
    27         <creator>${ant["env.USERNAME"]}</creator>
    27         <creator>${ant["env.USERNAME"]}</creator>
    28         <hostname>${ant["env.COMPUTERNAME"]}</hostname>
    28         <hostname>${ant["env.COMPUTERNAME"]}</hostname>
    29         <product>${ant["name"]}</product>
    29         <product>${ant["name"]}</product>
    30         <build_system>${ant["build.system"]}</build_system>
    30         <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>
    31         <#if ant?keys?seq_contains("env.NUMBER_OF_PROCESSORS")><processor_count>${ant["env.NUMBER_OF_PROCESSORS"]}</processor_count></#if>