common/diamonds/sf-run-analysis.xml.ftl
changeset 626 22bb9a334b13
parent 600 01511de51fcd
--- a/common/diamonds/sf-run-analysis.xml.ftl	Thu Oct 08 19:19:19 2009 +0100
+++ b/common/diamonds/sf-run-analysis.xml.ftl	Thu Oct 08 19:19:44 2009 +0100
@@ -20,6 +20,16 @@
   </faults>
   
   <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 summary</name>
+      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv</url>
+    </file>
     <#list files as f>
     <file>
       <type>log</type>
@@ -27,16 +37,6 @@
       <url>file:///${f.path}</url>
     </file>
     </#list>
-    <file>
-      <type>log</type>
-      <name>Raptor summary</name>
-      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv</url>
-    </file>
-    <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>
    </files>
   
 </diamonds-build>
\ No newline at end of file