buildframework/helium/sf/java/diamonds/tests/data/templates/build.xml.ftl
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/diamonds/tests/data/templates/build.xml.ftl	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/diamonds/tests/data/templates/build.xml.ftl	Fri Aug 13 14:59:05 2010 +0300
@@ -18,12 +18,12 @@
 Description:
 
 ============================================================================
---> 
-    <build>
-        <category>${ant["build.family"]}</category>
-        <name>${ant["id"]}</name>
-        <#if ant?keys?seq_contains("diamonds.start.time")><started>${ant["diamonds.start.time"]}</started></#if>
-        <#if ant?keys?seq_contains("diamonds.end.time")><finished>${ant["diamonds.end.time"]}</finished></#if>
+-->
+<build>
+    <category>${ant["build.family"]}</category>
+    <name>${ant["id"]}</name>
+    <#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["name"]}</product>