buildframework/helium/tools/common/templates/diamonds/diamonds_stage.xml.ftl
changeset 645 b8d81fa19e7d
parent 1 be27ed110b50
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
     1 <#--
     1 <#--
     2 ============================================================================ 
     2 ============================================================================ 
     3 Name        : stage.xml.ftl 
     3 Name        : diamonds_stage.xml.ftl 
     4 Part of     : Helium 
     4 Part of     : Helium 
     5 
     5 
     6 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     6 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     7 All rights reserved.
     7 All rights reserved.
     8 This component and the accompanying materials are made available
     8 This component and the accompanying materials are made available
    20 ============================================================================
    20 ============================================================================
    21 -->
    21 -->
    22 <#include "diamonds_header.ftl"> 
    22 <#include "diamonds_header.ftl"> 
    23     <stages>
    23     <stages>
    24       <stage>    
    24       <stage>    
    25             <name>${ant["logical.stage"]}</name>
    25             <name>${ant["logical.stage"]?xml}</name>
    26             <#if ant?keys?seq_contains("stage.start.time")><started>${ant["stage.start.time"]}</started></#if>
    26             <#if ant?keys?seq_contains("stage.start.time")><started>${ant["stage.start.time"]?xml}</started></#if>
    27             <#if ant?keys?seq_contains("stage.end.time")><finished>${ant["stage.end.time"]}</finished></#if>
    27             <#if ant?keys?seq_contains("stage.end.time")><finished>${ant["stage.end.time"]?xml}</finished></#if>
    28      </stage>
    28      </stage>
    29     </stages>
    29     </stages>
    30 <#include "diamonds_footer.ftl"> 
    30 <#include "diamonds_footer.ftl">