buildframework/helium/tools/relnotes/relnotes.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 628 7c4a911dc066
--- a/buildframework/helium/tools/relnotes/relnotes.ant.xml	Thu Mar 04 15:10:37 2010 +0200
+++ b/buildframework/helium/tools/relnotes/relnotes.ant.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -308,7 +308,7 @@
     <target name="release-notes-icfs" depends="create-bom">
         <exec executable="python" failonerror="${failonerror}">
             <arg line="-m icf2txt"/>
-            <arg value="${temp.build.dir}/${build.id}_BOM.xml"/>            
+            <arg value="${build.log.dir}/${build.id}_bom.xml"/>            
             <arg value="${releasenotes.output.dir}/icdicf.txt"/>
         </exec>
     </target>