buildframework/helium/tools/publish/synergy.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 628 7c4a911dc066
--- a/buildframework/helium/tools/publish/synergy.ant.xml	Thu Mar 04 15:10:37 2010 +0200
+++ b/buildframework/helium/tools/publish/synergy.ant.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -29,7 +29,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>
 
@@ -41,7 +41,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>
@@ -49,6 +49,13 @@
         <ant antfile="${temp.build.dir}/task-publish.ant.xml" dir="${build.drive}/" />
     </target>
 
+    <!--* @property ccm.cache.xml
+    Location of the cache.xml file which enables global synergy sessions.
+    @type string
+    @editable required
+    @scope public
+    -->
+
     <!-- Change team level release tag to program level release tag -->
     <target name="change-release-tag" if="teamlevel.ci.system">
         <if>