equal
deleted
inserted
replaced
20 <file> |
20 <file> |
21 <type>log</type> |
21 <type>log</type> |
22 <name>Build Logs</name> |
22 <name>Build Logs</name> |
23 <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> |
23 <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> |
24 </file> |
24 </file> |
25 <#if ${ant['sf.spec.bccheck.enable.ha']} == "true"> |
25 <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true"> |
26 <file> |
26 <file> |
27 <type>log</type> |
27 <type>log</type> |
28 <name>Binary Compatibility Report (Headerfiles)</name> |
28 <name>Binary Compatibility Report (Headerfiles)</name> |
29 <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> |
29 <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> |
30 </file> |
30 </file> |
31 </#if> |
31 </#if> |
32 <#if ${ant['sf.spec.bccheck.enable.la']} == "true"> |
32 <#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.la']}" = "true"> |
33 <file> |
33 <file> |
34 <type>log</type> |
34 <type>log</type> |
35 <name>Binary Compatibility Report (Libraries)</name> |
35 <name>Binary Compatibility Report (Libraries)</name> |
36 <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> |
36 <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> |
37 </file> |
37 </file> |