buildframework/helium/tools/common/templates/diamonds/diamonds_build.xml.ftl
changeset 628 7c4a911dc066
parent 1 be27ed110b50
child 645 b8d81fa19e7d
--- a/buildframework/helium/tools/common/templates/diamonds/diamonds_build.xml.ftl	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/tools/common/templates/diamonds/diamonds_build.xml.ftl	Fri Aug 13 14:59:05 2010 +0300
@@ -22,8 +22,15 @@
 <build>
     <category>${ant["build.family"]}</category>
     <name>${ant["build.id"]}</name>
-    <#if diamonds?keys?seq_contains("build.start.time")><started>${diamonds["build.start.time"]}</started></#if>
-    <#if diamonds?keys?seq_contains("build.end.time")><finished>${diamonds["build.end.time"]}</finished></#if>
+    <#if ant?keys?seq_contains("ecc.project")>
+    <project>${ant["ecc.project"]}</project>
+    <schedule>${ant["ecc.schedule"]}</schedule>
+    <timebox>${ant["ecc.ido.branch"]}</timebox>
+    <procedure>${ant["ecc.procedure"]}</procedure>
+    <includeinstats>${ant["ecc.include.in.stats"]}</includeinstats>
+    </#if>
+    <#if ant?keys?seq_contains("build.start.time")><started>${ant["build.start.time"]}</started></#if>
+    <#if ant?keys?seq_contains("build.end.time")><finished></finished></#if>
         <creator>${ant["env.USERNAME"]}</creator>
         <hostname>${ant["env.COMPUTERNAME"]}</hostname>
         <product>${ant["build.name"]}</product>