Updated IF statements for BC reports
authorMaciej Seroka <maciejs@symbian.org>
Wed, 18 Nov 2009 11:52:39 +0000
changeset 777 77f4b6d2d3e0
parent 776 789c8f6f86af
child 778 33511d5b1edb
Updated IF statements for BC reports
common/diamonds/linksForDiamonds.xml.ftl
--- a/common/diamonds/linksForDiamonds.xml.ftl	Wed Nov 18 11:29:05 2009 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl	Wed Nov 18 11:52:39 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']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
+	<#if "${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']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true">
+	<#if "${ant['sf.spec.bccheck.enable.la']}" = "true">
 	  <file>
         <type>log</type>
         <name>Binary Compatibility Report (Libraries)</name>