diff --git a/downloadsites/webtools/archive/dlconfig.txt b/downloadsites/webtools/archive/dlconfig.txt index 8b101d0a090ef9394cbd42405d47dcff4c9aad3d..65f96ff915c5328ef2dbc42e0714308664066e05 100644 --- a/downloadsites/webtools/archive/dlconfig.txt +++ b/downloadsites/webtools/archive/dlconfig.txt @@ -1,5 +1,5 @@ #dropPrefix[]=R& -dropPrefix[]=S& +#dropPrefix[]=S& #dropPrefix[]=L& #dropPrefix[]=O& #dropType[]=Archived Release& diff --git a/downloadsites/webtools/archive/drops/dlconfig.txt b/downloadsites/webtools/archive/drops/dlconfig.txt index 8b101d0a090ef9394cbd42405d47dcff4c9aad3d..65f96ff915c5328ef2dbc42e0714308664066e05 100644 --- a/downloadsites/webtools/archive/drops/dlconfig.txt +++ b/downloadsites/webtools/archive/drops/dlconfig.txt @@ -1,5 +1,5 @@ #dropPrefix[]=R& -dropPrefix[]=S& +#dropPrefix[]=S& #dropPrefix[]=L& #dropPrefix[]=O& #dropType[]=Archived Release& diff --git a/downloadsites/webtools/archive/index.php b/downloadsites/webtools/archive/index.php index 53e69f38bd15f7a8378f81bcab0b64fdf16d55c5..fbd2067bb0879ac81c73559448263c6ed479ca4d 100644 --- a/downloadsites/webtools/archive/index.php +++ b/downloadsites/webtools/archive/index.php @@ -344,21 +344,6 @@ foreach ($buildBranches as $buildBranch ) { echo "<td>$bValue</td>"; echo "<td>$timeStamps[$innerValue]</td>"; - $testResults = parse_testResult("drops/$bValue/$innerValue/testResults.php"); - list ($compileErrors, $compileWarnings, $junitFailures) = $testResults; - - // $violations = parse("drops/$bValue/$innerValue/apitools/index.xml", "count=\""); - // $tc = parse("drops/$buildBranch/$bValue/apitools/index-api-tc.xml", "missing-coverage-count=\""); - // $removed_apis = parse("drops/$bValue/$innerValue/apitools/index-api-compatibility.xml", "removed-api-count=\""); - - echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>"; - echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>"; - echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>"; - // echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/api_err.gif\" width=\"20\" height=\"16\"/><font color=red>$violations</font></td>"; - // echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/api_junit.gif\"/ width=\"16\" height=\"16\"/><font color=red>$tc</font></td>"; - // echo "<td width=\"50\"><img src=\"http://download.eclipse.org/webtools/downloads/api_removed.gif\" width=\"20\" height=\"16\"/><font color=red>$removed_apis</font></td>"; - - echo "</tr>"; } }}} echo "</table></table>"; @@ -404,42 +389,6 @@ foreach ($buildBranches as $buildBranch ) { </tbody> </table> </td> - <td - width="350" - valign="top"> - <table - border="0" - cellpadding="2"> - <tbody> - <tr> - <td - width="100%" - colspan="4" - bgcolor="#0080c0" - valign="top"><b><font face="Arial,Helvetica"><font color="#ffffff">Metrics Legend</font> </font></b></td> - </tr> - <tr> - <td valign="top"><img src="http://download.eclipse.org/webtools/downloads/compile_err.gif" /></td> - <td width="50%">compilation errors.</td> - <td valign="top"><img src="http://download.eclipse.org/webtools/downloads/compile_warn.gif" /></td> - <td width="50%">compilation warnings.</td> - </tr> - <tr> - <td valign="top"><img src="http://download.eclipse.org/webtools/downloads/junit_err.gif" /></td> - <td width="50%">junit failures.</td> - <td valign="top"><img src="http://download.eclipse.org/webtools/downloads/api_err.gif" /></td> - <td width="50%">API violations.</td> - </tr> - <tr> - <td valign="top"><img src="http://download.eclipse.org/webtools/downloads/api_junit.gif" /></td> - <td width="50%">APIs without junit testcases.</td> - <td valign="top"><font class="indexsub"> <img - src="http://download.eclipse.org/webtools/downloads/api_removed.gif" /></font></td> - <td width="50%">removed APIs.</td> - </tr> - </tbody> - </table> - </td> </tr> </tbody> </table>