buildframework/helium/tools/publish/synergy.ant.xml
branchhelium-7.0.x
changeset 593 4367a1b2db65
parent 179 d8ac696cc51f
--- a/buildframework/helium/tools/publish/synergy.ant.xml	Wed Jun 23 16:25:55 2010 +0300
+++ b/buildframework/helium/tools/publish/synergy.ant.xml	Wed Jun 23 16:36:23 2010 +0300
@@ -28,7 +28,7 @@
     <!-- Validate all the inputs for the publish-tasks-to-folder target. -->
     <target name="publish-tasks-to-folder-check" if="publish.ccm.folder">
         <condition property="do.publish-tasks-to-folder" value="true">
-            <available file="${temp.build.dir}/${build.id}_bom.xml" />
+            <available file="${build.log.dir}/${build.id}_bom.xml" />
         </condition>
     </target>
 
@@ -40,7 +40,7 @@
                 macro: ${helium.dir}/tools/common/templates/macro
             </freemarkerLinks>
             <data expandProperties="yes">
-                bom: xml(${temp.build.dir}/${build.id}_bom.xml)
+                bom: xml(${build.log.dir}/${build.id}_bom.xml)
                 ant: antProperties()
             </data>
         </fmpp>