Added conditions for BC check results to be published
authorMaciej Seroka <maciejs@symbian.org>
Fri, 20 Nov 2009 13:04:41 +0000
changeset 783 b740d5b2ce61
parent 782 5cb8e066851e
child 784 9791b89d932a
Added conditions for BC check results to be published
common/diamonds/linksForDiamonds.xml.ftl
--- a/common/diamonds/linksForDiamonds.xml.ftl	Fri Nov 20 13:01:28 2009 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl	Fri Nov 20 13:04:41 2009 +0000
@@ -22,14 +22,14 @@
       <name>Build Logs</name>
       <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip</url>
     </file>
-	<#if "${ant['sf.spec.bccheck.enable.ha']}" = "true">
+	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
 	  <file>
         <type>log</type>
         <name>Binary Compatibility Report (Headerfiles)</name>
 		<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\headers_report.xml</url>	  
 	  </file>
 	</#if>
-	<#if "${ant['sf.spec.bccheck.enable.la']}" = "true">
+	<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
 	  <file>
         <type>log</type>
         <name>Binary Compatibility Report (Libraries)</name>