Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-24 00:17:53 +0000
committerDavid Williams2014-11-24 00:17:53 +0000
commit7bb1d7f0c589ee041bd5f016a1b5c3a982349b93 (patch)
treecafa377f11ccc69a20fda62c00f7af86008a3296
parentfbb4b45b0ad8ea51add6432176490fd7ac0f5434 (diff)
downloadeclipse.platform.releng.aggregator-7bb1d7f0c589ee041bd5f016a1b5c3a982349b93.tar.gz
eclipse.platform.releng.aggregator-7bb1d7f0c589ee041bd5f016a1b5c3a982349b93.tar.xz
eclipse.platform.releng.aggregator-7bb1d7f0c589ee041bd5f016a1b5c3a982349b93.zip
[releng] backporting several bugs and formatting
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml4
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template477
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/testResults.php.template14
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml2
5 files changed, 311 insertions, 188 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
index ed1149e11..6bb763a24 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
@@ -191,7 +191,7 @@
</execution>
<!-- We add emf features to our repo, since we "require" (not "include") them, but are
required to build (or pull) against "just" the platform repository.
- We specify in a seperate step than above because unlike the others, there are
+ We specify in a separate step than above because unlike the others, there are
af few IUs, even the "base" repo, that we do not want.
-->
<execution>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml
index 39fb7e633..88cfe1e74 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml
@@ -143,8 +143,8 @@
</condition>
<condition
property="hrefTestResultsTargetPath"
- value="performance/html"
- else="testresults/html">
+ value="performance"
+ else="testresults">
<contains
string="${job}"
substring="-perf-" />
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
index f30b305dd..158365183 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
@@ -1,5 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Eclipse Project</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="author" content="Eclipse Foundation, Inc." />
+ <meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
+
<?php
//ini_set("display_errors", "true");
//error_reporting (E_ALL);
@@ -28,7 +34,6 @@ if (array_key_exists("SERVER_NAME", $_SERVER)) {
$imagesource="../../../eclipse.org-common/stylesheets";
$csssource="../../../eclipse.org-common/stylesheets";
$clickthroughstr="download.php?dropFile=";
-
}
}
else {
@@ -37,21 +42,16 @@ else {
$csssource="http://download.eclipse.org/eclipse.org-common//themes/Phoenix/css";
$clickthroughstr="";
}
-
?>
- <head>
- <title>Eclipse Project</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta name="author" content="Eclipse Foundation, Inc." />
- <meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
<link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/visual.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/layout.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/print.css" media="print" />
-<script type="text/javascript">
+<script type="text/javascript">
+<![CDATA[
sfHover = function() {
var sfEls = document.getElementById("leftnav").getElementsByTagName("LI");
- for (var i=0; i<sfEls.length; i++) {
+ for (var i=0; i < sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
@@ -61,16 +61,16 @@ sfHover = function() {
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
+]]>
</script>
-<style>
+<style type="text/css">
table.testTable { border-collapse: collapse; border: 1px solid black;width:80%;}
.testTable caption {padding:6px 2px 6px 2px;}
.testTable th { text-align: left; padding:2px; border-collapse: collapse; border: 1px solid black;}
.testTable td { text-align: right; width: 10%; padding:2px; border-collapse: collapse; border: 1px solid black;}
</style>
-
</head>
<body>
@@ -103,13 +103,12 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
<div id="midcolumn">
- <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
+ <table border="0" cellspacing="5" cellpadding="2" width="100%" >
<tr>
<td>
<b><font face="Verdana" size="+3">Eclipse <?php echo $STREAM; ?> <?php echo $BUILD_TYPE_NAME; ?> Build: <?php echo $BUILD_ID; ?></font></b>
</td>
- <tr>
- <tr>
+ </tr>
<?php
if (file_exists("pom_updates/index.html")) {
echo "<tr><td width=\"75%\"><font size=\"+1\">";
@@ -146,7 +145,6 @@ if (file_exists("linkToReadme")) {
echo "</font></td></tr>";
}
-
if (isset ($BUILD_FAILED) ) {
echo "<tr><td width=\"75%\"><font size=\"+1\">";
echo "Build Failed. See <a href=\"buildlogs.php\">logs</a>. <br />\n";
@@ -168,28 +166,17 @@ if (isset ($BUILD_FAILED) ) {
}
else {
?>
- <tr>
- <td width="75%">
- The page provides access to the various sections of Eclipse Platform build along with details
- relating to its results and unit tests.
- </td>
- </tr>
- </table>
-
- <div>
- <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
-<?php
- //$servername = $_SERVER["SERVER_NAME"];
- if (! preg_match("/.eclipse.org/i",$servername)) {
- echo "<tr> To download a file via HTTP click on its corresponding http link below.";
- } else {
- echo "<tr>";
- } ?>
- </table>
- </div>
+ <tr>
+ <td width="75%">
+ The page provides access to the various sections of Eclipse Platform build along with details
+ relating to its results and unit tests.
+ </td>
+ </tr>
+ </table>
+
- <div class="homeitem3col">
- <h3>Logs and Test Links</h3>
+<div class="homeitem3col">
+<h3>Logs and Test Links</h3>
<?php
@@ -339,12 +326,12 @@ else {
?>
- <div class="homeitem3col">
- <h3>Related Links</h3>
- <ul class="midlist">
- <li><a href="https://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_4_4.xml#target_environments">Target Platforms and Environments</a></li>
- <li><a href="directory.txt">View the Git repositories used for the current build.</a></li>
- <li><a href="http://wiki.eclipse.org/Platform-releng/How_to_check_integrity_of_downloads">How to verify a download.</a></li>
+<div class="homeitem3col">
+ <h3>Related Links</h3>
+ <ul class="midlist">
+ <li><a href="https://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_4_4.xml#target_environments">Target Platforms and Environments</a></li>
+ <li><a href="directory.txt">View the Git repositories used for the current build.</a></li>
+ <li><a href="http://wiki.eclipse.org/Platform-releng/How_to_check_integrity_of_downloads">How to verify a download.</a></li>
<?php
# place holder: we don't currently produce these reports, and
@@ -422,11 +409,11 @@ else {
}
?>
- <table align="left" BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%">
+ <table align="left" border="0" cellspacing="5" cellpadding="2" width="100%">
- <tr><td><div class="homeitem3col">
- <h3><a name="Repository"> Eclipse p2 Repository&nbsp;<a href="details.html#Repository"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="99%" bordercolor="#999999" >
+<tr><td><div class="homeitem3col">
+<h3><a name="Repository"> Eclipse p2 Repository&nbsp;<a href="details.html#Repository"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999" >
<?php
@@ -442,7 +429,7 @@ else {
// But it can be defined several times in reference URI, such as once in directory name,
// and once in filename. We want the directory-like part.
// And to complicate things, in S and R builds, the segment is no longer BUILD_ID,
- // but a more complicated concatination.
+ // but a more complicated concatenation.
if ($BUILD_TYPE === "M" && $isRC ) {
$STREAM_REPO_NAME=$STREAM_MAJOR.".".$STREAM_MINOR."milestones";
}
@@ -484,147 +471,283 @@ else {
// checking for existence is especially important for BUILD_REPOs, since they might have been removed.
// but we do it here too for sanity check.
// relative patch can be either 3 or 4 "up", depending on if on downloads, or build machine.
- // either can be used to "prove existance".
+ // either can be used to "prove existence".
$relativePath4="../../../..";
$relativePath3="../../..";
if ((file_exists("$relativePath3/updates/".$STREAM_REPO_NAME)) || (file_exists("$relativePath4/updates/".$STREAM_REPO_NAME))) {
echo "<tr> \n";
- echo "<p>To update your Eclipse installation to this development stream, you can use the software repository at<br />\n";
+ echo "To update your Eclipse installation to this development stream, you can use the software repository at<br />\n";
echo "&nbsp;&nbsp;<a href=\"$STREAM_REPO_URL\">$STREAM_REPO_URL</a><br />\n";
echo "</tr> \n";
}
if ((file_exists("$relativePath3/updates/"."$BUILD_REPO_NAME")) || (file_exists("$relativePath4/updates/"."$BUILD_REPO_NAME")) ) {
echo "<tr> \n";
- echo "<p>To update your build to use this specific build, you can use the software repository at<br />\n";
+ echo "To update your build to use this specific build, you can use the software repository at<br />\n";
echo "&nbsp;&nbsp;<a href=\"$BUILD_REPO_URL\">$BUILD_REPO_URL</a><br />\n";
echo "</tr> \n";
}
?>
- </table>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="EclipseSDK"> Eclipse SDK&nbsp;<a href="details.html#EclipseSDK"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %sdk% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="JUnitPlugin"> JUnit Plugin Tests and Automated Testing Framework&nbsp;<a href="details.html#JUnitPlugin"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %tests% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="ExamplePlugins"> Example Plug-ins&nbsp;<a href="details.html#ExamplePlugins"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %example% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="RCPRuntime"> RCP Runtime Binary&nbsp;<a href="details.html#RCPRuntime"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %rcpruntime% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="RCPSDK"> RCP SDK&nbsp;<a href="details.html#RCPSDK"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %rcpsdk% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="DeltaPack"> DeltaPack&nbsp;<a href="details.html#DeltaPack"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %deltapack% </table>
- </div></td></tr>
-
-
- <tr><td><div class="homeitem3col">
- <h3><a name="PlatformRuntime"> Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %runtime% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="JDTRuntime"> JDT Runtime Binary&nbsp;<a href="details.html#JDTRuntime"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %jdt% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="JDTSDK"> JDT SDK &nbsp;<a href="details.html#JDTSDK"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %jdtsdk% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="JDTCORE"> JDT Core Batch Compiler &nbsp;<a href="details.html#JDTCORE"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %jdtc% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="PDERuntime"> PDE Runtime Binary&nbsp;<a href="details.html#PDERuntime"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %pde% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="PDESDK"> PDE SDK&nbsp;<a href="details.html#PDESDK"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- %pdesdk% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="CVSRuntime"> CVS Client Runtime Binary&nbsp;<a href="details.html#CVSRuntime"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %cvs% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="CVSSDK"> CVS Client SDK&nbsp;<a href="details.html#CVSSDK"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- %cvssdk% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="SWT"> SWT Binary and Source&nbsp;<a href="details.html#SWT"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %swt% </table>
- </div></td></tr>
-
- <tr><td><div class="homeitem3col">
- <h3><a name="org.eclipse.releng"> org.eclipse.releng.tools plug-in&nbsp;<a href="details.html#org.eclipse.releng"><img src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]"></a></h3>
- <table border=0 cellspacing=2 cellpadding=0 width="99%" bordercolor="#999999" >
- <tr> <td width="36%"><b>Platform</b></td><?php column($servername); ?>
- </tr> %relengtools% </table>
- </div></td></tr>
- </table>
- <p><br /></p>
- <?php } ?>
- <div id="footer">
- <ul id="footernav">
- <li class="first"><a href="http://www.eclipse.org">Home</a></li>
- <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
- <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
- <li>Downloads provided under the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation Software User Agreement</a></li>
- </ul>
- </div>
- </body>
- </html>
+</table>
+
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="EclipseSDK"> Eclipse SDK&nbsp;<a href="details.html#EclipseSDK"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %sdk%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="JUnitPlugin"> JUnit Plugin Tests and Automated Testing Framework&nbsp;<a href="details.html#JUnitPlugin"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %tests%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="ExamplePlugins"> Example Plug-ins&nbsp;<a href="details.html#ExamplePlugins"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %example%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="RCPRuntime"> RCP Runtime Binary&nbsp;<a href="details.html#RCPRuntime"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %rcpruntime%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="RCPSDK"> RCP SDK&nbsp;<a href="details.html#RCPSDK"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %rcpsdk%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="DeltaPack"> DeltaPack&nbsp;<a href="details.html#DeltaPack"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %deltapack%
+ </table>
+ </div></td>
+</tr>
+
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="PlatformRuntime"> Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %runtime%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="JDTRuntime"> JDT Runtime Binary&nbsp;<a href="details.html#JDTRuntime"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %jdt%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="JDTSDK"> JDT SDK &nbsp;<a href="details.html#JDTSDK"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %jdtsdk%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="JDTCORE"> JDT Core Batch Compiler &nbsp;<a href="details.html#JDTCORE"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %jdtc%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="PDERuntime"> PDE Runtime Binary&nbsp;<a href="details.html#PDERuntime"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %pde%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="PDESDK"> PDE SDK&nbsp;<a href="details.html#PDESDK"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ %pdesdk%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="CVSRuntime"> CVS Client Runtime Binary&nbsp;<a href="details.html#CVSRuntime"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %cvs%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="CVSSDK"> CVS Client SDK&nbsp;<a href="details.html#CVSSDK"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ %cvssdk%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="SWT"> SWT Binary and Source&nbsp;<a href="details.html#SWT"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %swt%
+ </table>
+ </div></td>
+</tr>
+
+<tr>
+ <td><div class="homeitem3col">
+ <h3>
+ <a name="org.eclipse.releng"> org.eclipse.releng.tools plug-in&nbsp;<a href="details.html#org.eclipse.releng"><img
+ src="../../../eclipse.org-common/stylesheets/more.gif" title="More..." alt="[More]" /></a>
+ </h3>
+ <table border="0" cellspacing="2" cellpadding="0" width="99%" bordercolor="#999999">
+ <tr>
+ <td width="36%"><b>Platform</b></td>
+ <?php column($servername); ?>
+ </tr>
+ %relengtools%
+ </table>
+ </div></td>
+</tr>
+</table>
+
+<?php } ?>
+
+</body>
+</html>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/testResults.php.template b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/testResults.php.template
index a630732b5..afdb728f9 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/testResults.php.template
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/testResults.php.template
@@ -39,14 +39,13 @@ else {
-<STYLE TYPE="text/css">
+<style type="text/css">
<!--
P {text-indent: 30pt; margin: inherit}
-->
-</STYLE>
+</style>
-<title>Drop Test Results</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Eclipse Foundation, Inc." />
<meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" />
@@ -54,7 +53,7 @@ P {text-indent: 30pt; margin: inherit}
<link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/layout.css" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/print.css" media="print" />
<script type="text/javascript">
-
+<![CDATA[
sfHover = function() {
var sfEls = document.getElementById("leftnav").getElementsByTagName("li");
for (var i=0; i<sfEls.length; i++) {
@@ -67,6 +66,7 @@ sfHover = function() {
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
+]]>
</script>
</head>
<body>
@@ -88,7 +88,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
<div id="midcolumn">
<h2>Test Results</h2>
<div class="homeitem3col">
-<h3><a name="Logs"> Logs <?php echo "$BUILD_ID"; ?></h3>
+<h3 name="Logs"> Logs <?php echo "$BUILD_ID"; ?></h3>
<ul>
<!-- have removed chkpii processing on build.eclilpse.org
<li> <a href="logs.php#chkpii"><b> CHKPII Test Logs </b></a>
@@ -156,7 +156,7 @@ echo " <li><a href=\"apitools/apifilters-$BUILD_ID.zip\"><b>Zip of .api_filters
</div>
<div class="homeitem3col">
-<h3><a name="UnitTest"> Unit Test Results for <?php echo "$BUILD_ID"; ?> </a></h3>
+<h3 name="UnitTest"> Unit Test Results for <?php echo "$BUILD_ID"; ?> </h3>
<p>The table shows the unit test results for this build on the platforms
tested. You may access the test results page specific to each
@@ -194,7 +194,7 @@ if (file_exists("testNotes.html")) {
</div>
<div class="homeitem3col">
-<h3><a name="PluginsErrors"> Plugins containing compile errors or warnings</a></h3>
+<h3 name="PluginsErrors"> Plugins containing compile errors or warnings</h3>
</br>
&nbsp;&nbsp;The table below shows the plugins in which errors or warnings were encountered. Click on the jar file link to view its
detailed report.
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
index ee1e7a7e0..dfba91895 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
@@ -5,7 +5,7 @@
<zipType name="Equinox">
<platform
format="equinox"
- images="/equinox/images/repo.gif"
+ images="../../images/repo.gif"
id="EBS"
name="All"
fileName="equinox-SDK-${BUILD_ID}.zip" />

Back to the top