--- a/common/diamonds/linksForDiamonds.xml.ftl Fri Jan 15 09:46:07 2010 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl Fri Jan 15 11:34:04 2010 +0000
@@ -42,6 +42,13 @@
<name>Binary Compatibility Report (Libraries)</name>
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\BC\libraries_report.xml</url>
</file>
- </#if>
+ </#if>
+ <#if "${ant['sf.spec.bccheck.enable.dynamic']}" = "true">
+ <file>
+ <type>log</type>
+ <name>Dynamic BC Test Reports</name>
+ <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\index.html</url>
+ </file>
+ </#if>
</files>
</diamonds-build>
\ No newline at end of file