# HG changeset patch # User Maciej Seroka # Date 1258722281 0 # Node ID b740d5b2ce616c0c5c563c5d9704ef8032984ec5 # Parent 5cb8e066851e4c3fbf57c030a579797b610b03be Added conditions for BC check results to be published diff -r 5cb8e066851e -r b740d5b2ce61 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 @@ 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.ha']}" = "true"> + <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${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.la']}" = "true"> + <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true"> log Binary Compatibility Report (Libraries)