# HG changeset patch # User Maciej Seroka # Date 1258545159 0 # Node ID 77f4b6d2d3e04f47b2457f04cacbfe6dd067ef1c # Parent 789c8f6f86aff75c9139b133645f9188b5b19e2a Updated IF statements for BC reports diff -r 789c8f6f86af -r 77f4b6d2d3e0 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 @@ Build Logs file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip - <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> + <#if "${ant['sf.spec.bccheck.enable.ha']}" = "true"> log Binary Compatibility Report (Headerfiles) file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\headers_report.xml - <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true"> + <#if "${ant['sf.spec.bccheck.enable.la']}" = "true"> log Binary Compatibility Report (Libraries)