buildframework/helium/tools/preparation/ivy/dependencies.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
--- a/buildframework/helium/tools/preparation/ivy/dependencies.ant.xml	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/preparation/ivy/dependencies.ant.xml	Wed Dec 23 19:29:07 2009 +0200
@@ -39,7 +39,7 @@
     
     <!-- This is a test target for resolving the inputs for preparing the build area. -->
     <target name="resolve-build-inputs">
-        <record name="f:\resolve.txt" action="start" loglevel="verbose"/>
+        <hlm:record name="f:\resolve.txt" action="start" loglevel="verbose"/>
         <fmpp sourceRoot="${helium.dir}/tools/preparation/ivy/templates" outputRoot="${temp.build.dir}/ivy"
               replaceExtension="xml.ftl, ivy.xml">
             <data expandProperties="yes">
@@ -50,7 +50,7 @@
         <ivy:configure file="${build_area.ivy.config.file}"/>
         <ivy:resolve file="${temp.build.dir}/ivy/ivy_file.ivy.xml" haltonfailure="false"/>
         <ivy:artifactreport tofile="${build.log.dir}/build_area_artifacts.xml"/>
-        <record name="f:\resolve.txt" action="stop"/>
+        <hlm:record name="f:\resolve.txt" action="stop"/>
     </target>