common/diamonds/linksForDiamonds.xml.ftl
changeset 773 6a54b486a5b4
parent 769 81fe60d54485
child 774 5e3079346235
--- a/common/diamonds/linksForDiamonds.xml.ftl	Tue Nov 17 13:52:46 2009 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl	Tue Nov 17 15:10:38 2009 +0000
@@ -22,5 +22,19 @@
       <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">
+	  <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">
+	  <file>
+        <type>log</type>
+        <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>	
    </files>
 </diamonds-build>
\ No newline at end of file