buildframework/helium/tools/common/templates/diamonds/diamonds_stage.xml.ftl
changeset 645 b8d81fa19e7d
parent 1 be27ed110b50
--- a/buildframework/helium/tools/common/templates/diamonds/diamonds_stage.xml.ftl	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/tools/common/templates/diamonds/diamonds_stage.xml.ftl	Sun Oct 10 15:22:15 2010 +0300
@@ -1,6 +1,6 @@
 <#--
 ============================================================================ 
-Name        : stage.xml.ftl 
+Name        : diamonds_stage.xml.ftl 
 Part of     : Helium 
 
 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@@ -22,9 +22,9 @@
 <#include "diamonds_header.ftl"> 
     <stages>
       <stage>    
-            <name>${ant["logical.stage"]}</name>
-            <#if ant?keys?seq_contains("stage.start.time")><started>${ant["stage.start.time"]}</started></#if>
-            <#if ant?keys?seq_contains("stage.end.time")><finished>${ant["stage.end.time"]}</finished></#if>
+            <name>${ant["logical.stage"]?xml}</name>
+            <#if ant?keys?seq_contains("stage.start.time")><started>${ant["stage.start.time"]?xml}</started></#if>
+            <#if ant?keys?seq_contains("stage.end.time")><finished>${ant["stage.end.time"]?xml}</finished></#if>
      </stage>
     </stages>
 <#include "diamonds_footer.ftl"> 
\ No newline at end of file