Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-10 00:36:37 +0000
committerDavid Williams2014-11-10 00:36:37 +0000
commit81d7b216dfad707841eb0dec2f0ec1a69bf531b7 (patch)
treee63b5fa29343a09b65ad27c5b62d6454d4e95355 /production/downloadsites
parent958e419a1b8b3d4ce3cb6d42fe4216eade99d654 (diff)
downloadeclipse.platform.releng.aggregator-81d7b216dfad707841eb0dec2f0ec1a69bf531b7.tar.gz
eclipse.platform.releng.aggregator-81d7b216dfad707841eb0dec2f0ec1a69bf531b7.tar.xz
eclipse.platform.releng.aggregator-81d7b216dfad707841eb0dec2f0ec1a69bf531b7.zip
Bug 444243 - Improve scripts to handle performance tests
Diffstat (limited to 'production/downloadsites')
-rw-r--r--production/downloadsites/eclipse/downloads/DL.header.php.html8
-rw-r--r--production/downloadsites/eclipse/downloads/createIndex4x.php18
2 files changed, 13 insertions, 13 deletions
diff --git a/production/downloadsites/eclipse/downloads/DL.header.php.html b/production/downloadsites/eclipse/downloads/DL.header.php.html
index dd21c4449..72f6341ff 100644
--- a/production/downloadsites/eclipse/downloads/DL.header.php.html
+++ b/production/downloadsites/eclipse/downloads/DL.header.php.html
@@ -23,7 +23,7 @@
<![endif]-->
<style>
- td, th
+ td, th
{
padding: 5px;
text-align: left;
@@ -49,17 +49,17 @@
background-color: #76708C;
color: #FFFFFF;
}
- td.name, th.name
+ td.name, th.name
{
width:15%;
}
- td.status, th.status
+ td.status, th.status
{
width:25%;
}
- td.date, th.date
+ td.date, th.date
{
width:40%;
}
diff --git a/production/downloadsites/eclipse/downloads/createIndex4x.php b/production/downloadsites/eclipse/downloads/createIndex4x.php
index c20a7a1c1..e2244cc1a 100644
--- a/production/downloadsites/eclipse/downloads/createIndex4x.php
+++ b/production/downloadsites/eclipse/downloads/createIndex4x.php
@@ -15,13 +15,13 @@ $testConfigs = array();
ob_start();
/*
- DL.header.php.html and DL.footer.php.html were original obtained from
+ DL.header.php.html and DL.footer.php.html were original obtained from
wget http://eclipse.org/eclipse.org-common/themes/solstice/html_template/header.php;
wget http://eclipse.org/eclipse.org-common/themes/solstice/html_template/footer.php;
-and then those files modified to suit our needs. The header required a fair amount of customization,
-the footer almost none.
+and then those files modified to suit our needs. The header required a fair amount of customization,
+the footer almost none.
See bug 437494 for a few details.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437494
@@ -36,8 +36,8 @@ require("DL.header.php.html");
page you can find the latest builds produced by
the <a href="https://www.eclipse.org/eclipse/">Eclipse
Project</a>. To get started, run the program and go through the user and developer
-documentation provided in the help system or
-see the <a href="http://help.eclipse.org/">web-based help system</a>.
+documentation provided in the help system or
+see the <a href="http://help.eclipse.org/">web-based help system</a>.
If you have problems installing or getting the workbench to run, <a href="https://wiki.eclipse.org/index.php/The_Official_Eclipse_FAQs">check
out the Eclipse Project FAQ,</a> or try posting a question to the <a href="https://www.eclipse.org/forums/">forum</a>.
</p>
@@ -49,7 +49,7 @@ For reference, see also
<a href="build_types.html">meaning of kinds of builds</a> (P,M,N,I,S, and R), and the
<a href="https://www.eclipse.org/eclipse/platform-releng/buildSchedule.html">build schedule</a>.
</p>
-<p><img src="new.gif" alt="News Item 1" /> Eclipse support for Java&trade; 8 is built&ndash;in
+<p><img src="new.gif" alt="News Item 1" /> Eclipse support for Java&trade; 8 is built&ndash;in
to <a href="drops4/R-4.4-201406061215/">Luna (4.4)</a> so it, and all subsequent builds, contain full support
for <a href="http://www.oracle.com/technetwork/java/javase/overview/index.html">Java&trade; 8</a>.
For Kepler SR2 (4.3.2), a <a href="https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_For_Kepler">feature patch</a> with
@@ -92,9 +92,9 @@ function calcTestConfigsRan($buildName, $testResultsDirName) {
global $expectedtestConfigs;
$boxes=0;
- // the include file, testConfigs.php defines 'testConfigs' array,
- // which consists of strings defining what platforms and vms we test.
- // For example, a testConfigs.php file might consist of
+ // the include file, testConfigs.php defines 'testConfigs' array,
+ // which consists of strings defining what platforms and vms we test.
+ // For example, a testConfigs.php file might consist of
// <?php
// $expectedTestConfigs = array();
// $expectedTestConfigs[]="linux.gtk.x86_64_8.0";

Back to the top