--- 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>