buildframework/helium/sf/java/diamonds/tests/data/templates/build.xml.ftl
changeset 587 85df38eb4012
child 628 7c4a911dc066
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
       
     1 <#--
       
     2 ============================================================================ 
       
     3 Name        : diamonds-build.ftl 
       
     4 Part of     : Helium 
       
     5 
       
     6 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     7 All rights reserved.
       
     8 This component and the accompanying materials are made available
       
     9 under the terms of the License "Eclipse Public License v1.0"
       
    10 which accompanies this distribution, and is available
       
    11 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 
       
    13 Initial Contributors:
       
    14 Nokia Corporation - initial contribution.
       
    15 
       
    16 Contributors:
       
    17 
       
    18 Description:
       
    19 
       
    20 ============================================================================
       
    21 --> 
       
    22     <build>
       
    23         <category>${ant["build.family"]}</category>
       
    24         <name>${ant["id"]}</name>
       
    25         <#if ant?keys?seq_contains("diamonds.start.time")><started>${ant["diamonds.start.time"]}</started></#if>
       
    26         <#if ant?keys?seq_contains("diamonds.end.time")><finished>${ant["diamonds.end.time"]}</finished></#if>
       
    27         <creator>${ant["env.USERNAME"]}</creator>
       
    28         <hostname>${ant["env.COMPUTERNAME"]}</hostname>
       
    29         <product>${ant["name"]}</product>
       
    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>
       
    32     </build>