common/diamonds/linksForDiamonds.xml.ftl
author Simon Howkins <simonh@symbian.org>
Mon, 23 Nov 2009 13:39:08 +0000
changeset 795 7f120899dd36
parent 783 b740d5b2ce61
child 821 b24df46a3102
permissions -rw-r--r--
Changed to package the SDK header files in a different zip to the rest of the epoc32 tree.

<?xml version="1.0" encoding="utf-8"?>
<diamonds-build>
  <schema>14</schema>
  <files>
    <file>
      <type>log</type>
      <name>BRAG Summary</name>
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml</url>
    </file>
    <file>
      <type>log</type>
      <name>Raptor Build Summary</name>
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\html\index.html</url>
    </file>
    <file>
      <type>log</type>
      <name>Build BOM</name>
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_BOM.zip</url>
    </file>
    <file>
      <type>log</type>
      <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']}" = "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']}" = "true" && "${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>