buildframework/helium/tools/release/scm_release.ant.xml
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
--- a/buildframework/helium/tools/release/scm_release.ant.xml	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/tools/release/scm_release.ant.xml	Fri Aug 13 14:59:05 2010 +0300
@@ -42,7 +42,7 @@
      -->
     <target name="release-work-area">
         <mkdir dir="${release.log.dir}" />
-        <record name="${release.log.dir}/${build.id}_release_work_area.log" action="start"/>
+        <hlm:record name="${release.log.dir}/${build.id}_release_work_area.log" action="start"/>
         <runtarget target="get-ccm-password"/>
         <runtarget target="ccm-prepare-input"/>
         
@@ -83,7 +83,7 @@
                 </hlm:python>
             </try>
             <finally>
-                <record name="${release.log.dir}/${build.id}_release_work_area.log" action="stop"/>
+                <hlm:record name="${release.log.dir}/${build.id}_release_work_area.log" action="stop"/>
                 <hlm:assertFileExists file="${release.log.dir}/${build.id}_release_work_area.log" />
             </finally>
         </trycatch>