equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <diamonds-build> |
|
3 <schema>10</schema> |
|
4 |
|
5 <faults> |
|
6 <total severity="error">${ant['sf.job.totalyarperrors']}</total> |
|
7 <total severity="warning">0</total> |
|
8 <total severity="warning_rvct_bad">0</total> |
|
9 <total severity="warning_rvct_other">0</total> |
|
10 <total severity="codescanner_high">0</total> |
|
11 <total severity="codescanner_medium">0</total> |
|
12 <total severity="codescanner_low">0</total> |
|
13 </faults> |
|
14 |
|
15 <files> |
|
16 <#list files as f> |
|
17 <file> |
|
18 <type>log</type> |
|
19 <name>${f.name}</name> |
|
20 <url>file:///${f.path}</url> |
|
21 </file> |
|
22 </#list> |
|
23 </files> |
|
24 |
|
25 </diamonds-build> |