Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-06 06:31:38 +0000
committerAlexander Kurtakov2018-06-06 06:31:38 +0000
commit64fcc86cce73630ca3e3217d7342e48d6f7ed22d (patch)
tree3172bc059b20792d26fa08465c2cefd0a64ec160 /eclipse.platform.releng.tychoeclipsebuilder
parentf88ffcc08e031a1577ca32dfc41236b3e5b5458d (diff)
downloadeclipse.platform.releng.aggregator-64fcc86cce73630ca3e3217d7342e48d6f7ed22d.tar.gz
eclipse.platform.releng.aggregator-64fcc86cce73630ca3e3217d7342e48d6f7ed22d.tar.xz
eclipse.platform.releng.aggregator-64fcc86cce73630ca3e3217d7342e48d6f7ed22d.zip
Remove useless exampleOutput in publishingFiles.
Change-Id: Ia9e612af4fe0acc1e30b7a49bf8220cc6275d97b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/details.php188
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php739
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.html734
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.php673
4 files changed, 0 insertions, 2334 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/details.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/details.php
deleted file mode 100644
index 719424af2..000000000
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/details.php
+++ /dev/null
@@ -1,188 +0,0 @@
-<?php
-# Begin: page-specific settings.
-$pageTitle = "Description of Deliverable";
-$pageKeywords = "eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide";
-$pageAuthor = "David Williams and Christopher Guindon";
-require("DL.thin.header.php.html");
-?>
-
- <div id="leftcol">
- <ul id="leftnav">
- <li><a href="#Repository">Eclipse p2 Repository</a></li>
- <li><a href="#EclipseSDK">Eclipse SDK</a></li>
- <li><a href="#JUnitPlugin">JUnit Plugin Tests and Automated Testing Framework</a></li>
- <li><a href="#ExamplePlugins">Example Plug-ins</a></li>
- <li><a href="#RCPRuntime">RCP Runtime Binary</a></li>
- <li><a href="#RCPSDK">RCP SDK</a></li>
- <!-- <li><a href="#DeltaPack">Delta Pack</a></li> -->
- <li><a href="#PlatformRuntime">Platform Runtime Binary</a></li>
- <li><a href="#JDTRuntime">JDT Runtime Binary</a></li>
- <li><a href="#JDTSDK">JDT SDK</a></li>
- <li><a href="#JDTCORE">JDT Core Batch Compiler</a></li>
- <li><a href="#PDERuntime">PDE Runtime Binary</a></li>
- <li><a href="#PDESDK">PDE SDK</a></li>
- <li><a href="#CVSRuntime">CVS Client Runtime Binary</a></li>
- <li><a href="#CVSSDK">CVS Client SDK</a></li>
- <li><a href="#SWT">SWT binary and Source</a></li>
- <li><a href="#orgeclipsereleng">org.eclipse.releng.tools plug-in</a></li>
- </ul>
-
- </div>
-
- <div id="midcolumn">
- <h2>Download Details</h2>
-
- <div class="homeitem3col">
- <div class="container">
- <dl class="midlist" >
- <dt id="Repository" data-toggle="collapse" data-target="#RepositoryDD">Eclipse Repository</dt>
- <dd id="RepositoryDD" class="collapse">The Eclipse Repository includes all that is produced by the Eclipse Project, including the Eclipse Platform,
- Java development tools, and Plug-in Development Environment, Unit Tests, and even some extra items from other projects
- required by Eclipse (such as Equinox and a few bundles from EMF and Orbit). Please be aware that repositories have
- different retention policies, and restrictions on what types can be updated with what other types. See the wiki's <a
- href="http://wiki.eclipse.org/Eclipse_Project_Update_Sites">Update Sites</a> document for details.
- </dd>
- <dt id="EclipseSDK" data-toggle="collapse" data-target="#EclipseSDKDD">Eclipse SDK</dt>
- <dd id="EclipseSDKDD" class="collapse">The Eclipse SDK includes the Eclipse Platform, Java development tools, and Plug-in Development Environment,
- including source and both user and programmer documentation. If you aren't sure which download you want... then you
- probably want this one. You will need a <a href="http://wiki.eclipse.org/Eclipse/Installation#Install_a_JVM">Java
- runtime environment (JRE)</a> to use Eclipse (Java SE 6 or greater is recommended).
- </dd>
- <dt id="JUnitPlugin" data-toggle="collapse" data-target="#JUnitPluginDD">JUnit Plugin Tests and Automated Testing Framework</dt>
-
- <dd id="JUnitPluginDD" class="collapse">These packages contain the Test Framework and JUnit test plugins used to run JUnit plug-in tests from the
- command line. See the Platform&apos;s <a href="http://wiki.eclipse.org/Platform-releng/Automated_Testing">Automated
- Testing</a> wiki page for more information and setup instructions. Includes both source code and binary.
- </dd>
- <dt id="ExamplePlugins" data-toggle="collapse" data-target="#ExamplePluginsDD">Example Plug-ins</dt>
- <dd id="ExamplePluginsDD" class="collapse">To install the examples, download the p2 repository zip containing the examples into a directory on disk.
- Select Help -&gt; Install New Software. Select Add to add a new software site. Select Archive and
- specify the location of the examples p2 repository zip and Okay. You will be prompted to restart Eclipse to
- enable the new bundles. For information on what the examples do and how to run them, look in the &quot;Examples
- Guide&quot; section of the &quot;Platform Plug-in Developer Guide&quot;, by selecting Help Contents from the Help
- menu, and choosing &quot;Platform Plug-in Developer Guide&quot; book from the combo box.
- </dd>
- <dt id="RCPRuntime" data-toggle="collapse" data-target="#RCPRuntimeDD">RCP Runtime Binary</dt>
- <dd id="RCPRuntimeDD" class="collapse">This p2 repository contains the Eclipse Rich Client Platform base bundles and do not contain source or
- programmer documentation. These downloads are meant to be used as target platforms when developing RCP applications,
- and are not executable, stand-alone applications.</dd>
- <dt id="RCPSDK" data-toggle="collapse" data-target="#RCPSDKDD">RCP SDK</dt>
- <dd id="RCPSDKDD" class="collapse">This p2 repository consists of the Eclipse Rich Client Platform base bundles and their source and the RCP delta
- pack.</dd>
- <dt id="DeltaPack" data-toggle="collapse" data-target="#DeltaPackDD">Delta Pack</dt>
- <dd id="DeltaPackDD" class="collapse">The delta pack contains all the platform specific resources from the SDK and is used for cross-platform exports
- of RCP applications.</dd>
- <dt id="PlatformRuntime" data-toggle="collapse" data-target="#PlatformRuntimeDD">Platform Runtime Binary</dt>
- <dd id="PlatformRuntimeDD" class="collapse">These drops contain only the Eclipse Platform with user documentation and no source and no programmer
- documentation. The Java development tools and Plug-in Development Environment are NOT included. You can use these
- drops to help you package your tool plug-ins for redistribution when you don&apos;t want to ship the entire SDK.</dd>
- <dt id="PlatformSDK" data-toggle="collapse" data-target="#PlatformSDKDD">Platform SDK</dt>
- <dd id="PlatformSDKDD" class="collapse">These drops contain the Eclipse Platform Runtime binary with associated source and programmer documentation.</dd>
- <dt id="JDTRuntime" data-toggle="collapse" data-target="#JDTRuntimeDD">JDT Runtime Binary</dt>
- <dd id="JDTRuntimeDD" class="collapse">This p2 repository contains the Java development tools bundles only, with user documentation and no source and
- no programmer documentation. The Eclipse platform and Plug-in development environment are NOT included. You can
- combine this with the Platform Runtime Binary if your tools rely on the JDT being present.</dd>
- <dt id="JDTSDK" data-toggle="collapse" data-target="#JDTSDKDD">JDT SDK</dt>
- <dd id="JDTSDKDD" class="collapse">This p2 repository contains the JDT Runtime binary with associated source and programmer documentation.</dd>
- <dt id="JDTCORE" data-toggle="collapse" data-target="#JDTCOREDD">JDT Core Batch Compileri</dt>
- <dd id="JDTCOREDD" class="collapse">These drops contain the standalone batch java compiler, Ant compiler adapter and associated source. The batch
- compiler and Ant adapter (ecj.jar) are extracted from the org.eclipse.jdt.core plug-in as a 1.2MB download. For
- examples of usage, please refer to this help section: JDT Plug-in Developer Guide&gt;Programmer&apos;s Guide&gt;JDT
- Core&gt;Compiling Java code.</dd>
- <dt id="PDERuntime" data-toggle="collapse" data-target="#PDERuntimeDD">PDE Runtime Binary</dt>
- <dd id="PDERuntimeDD" class="collapse">This p2 repository contains the Plug-in Development Enviroment bundles only, with user documentation. The
- Eclipse platform and Java development tools are NOT included. You can combine this with the Platform and JDT Runtime
- Binary or SDK if your tools rely on the PDE being present.</dd>
- <dt id="PDEProducts" data-toggle="collapse" data-target="#PDEProductsDD">PDE Build Products</dt>
- <dd id="PDEProductsDD" class="collapse">The PDE Builders are self-contained, executable PDE Build configurations that can be used to build OSGi and
- Eclipse-based systems. They can also be used as the basis for more sophisticated build systems that run tests, do API
- scans, publish builds etc.</dd>
- <dt id="PDESDK" data-toggle="collapse" data-target="#PDESDKDD">PDE SDK</dt>
- <dd id="PDESDKDD" class="collapse">These drops contain the PDE Runtime Binary with associated source.</dd>
- <dt id="CVSRuntime" data-toggle="collapse" data-target="#CVSRuntimeDD">CVS Client Runtime Binary</dt>
- <dd id="CVSRuntimeDD" class="collapse">This p2 repository contains the CVS Client plug-ins only. The Eclipse platform, Java development, and Plug-in
- Development Environment tools are NOT included. You can combine this with the Platform and JDT Runtime Binary or SDK
- if your tools rely on the CVS client being present.</dd>
- <dt id="CVSSDK" data-toggle="collapse" data-target="#CVSSDKDD">CVS Client SDK</dt>
- <dd id="CVSSDKDD" class="collapse">This p2 repository contains the CVS Runtime Binary with associated source.</dd>
- <dt id="SWT" data-toggle="collapse" data-target="#SWTDD">SWT Binary and Source</dt>
- <dd id="SWTDD" class="collapse">
- These drops contain the SWT libraries and source for standalone SWT application development. For examples of
- standalone SWT applications refer to the <a href="http://www.eclipse.org/swt/snippets/">snippets</a> section of the
- SWT Component page.
-
- <p>To run a standalone SWT application, add the swt jar(s) to the classpath and add the directory/folder for the
- SWT JNI library to the java.library.path. For example, if you extract the download below to C:\SWT you would launch
- the HelloWorld application with the following command:</p>
- <code>java -classpath C:\SWT\swt.jar;C:\MyApp\helloworld.jar -Djava.library.path=C:\SWT HelloWorld</code>
- <p>
- Note that if you are running on Eclipse 3.3 or later, you do not need to specify the library path, so you
- would launch the HelloWorld application with the following command:
- </p>
- <code>java -classpath C:\SWT\swt.jar;C:\MyApp\helloworld.jar HelloWorld</code>
- <p>
- To run the standalone SWT examples that are shipped with Eclipse, download them from <a
- href="index.php#ExamplePlugins">here</a>. Then copy the file
- eclipse\plugins\org.eclipse.swt.examples_xxx\swtexamples.jar to C:\SWT. Now you can run the examples that are
- described <a href="http://www.eclipse.org/swt/examples.php">here</a>. For example:
- </p>
- <code>cd C:\SWT<br /> java -classpath swt.jar;swtexamples.jar org.eclipse.swt.examples.controlexample.ControlExample</code>
- <p>On Linux systems, note that the classpath separator character is a colon, so the equivalent command becomes:</p>
- <code>java -classpath swt.jar:swtexamples.jar org.eclipse.swt.examples.controlexample.ControlExample</code>
- </dd>
-
- <dt id="orgeclipsereleng" data-toggle="collapse" data-target="#orgeclipserelengDD">Releng Tools (org.eclipse.releng.tools)</dt>
- <dd id="orgeclipserelengDD" class="collapse">This plug-in provides features that can help committers with the Eclipse development process. It is not intended as
- a "tool to extend", or provide API, etc. It is a simple utility. You can install the tool from the usual Eclipse Project
- repositories, or the zipped repo provided on the download page. Since it uses several &quot;internal&quot; non-API methods, you
- may have to have one that "matches" the version of your development environment.
- <p>Currently, the tool provides two important functions.</p>
- <ul>
- <li>Fix Copyrights. In the Resource Perspective Projects context menu. Select one or more projects in the
- Resource Perspective. This action will sanity check the copyright notices in all the *.java and *.properties files. It
- compares the "end dates" with the last time the file was changed. It works with either Git repositories, or CVS.
- Copyrights will be updated automatically where the tool deems appropriate. A copyright.log file will be written to the
- workspace directory noting odd conflicts that need to be looked at and manually confirmed or modified. You will need
- to commit any changes yourself.</li>
- <li>Validate Versions Match. Once turned on, in preferences, the bundle version in the MANIFEST.MF file will
- be compared with the artifact version in the pom.xml file. If they "mismatch", then a marker is left in problems view,
- so the incorrect version can be fixed before being committed for a build. Mismatched versions can cause Tycho/Maven
- builds to fail and it is easy to change the version on one spot and forget the other, so all committers are encourage
- to use and turn on this tool.</li>
- </ul>
- <p>Older tools for use with CVS: The following tools are for using with CVS map files, and while we have every
- expectation they still work fine, they are not actively used by many committers now that most have moved to use to Git,
- so in theory they might be less stable. If you still have a use for them, that's great, and if you find bugs, we'll
- accept them as valid, but will likely require a high quality patch before much effort is spent on it, since they are a
- low priority for the Eclipse Platform team.</p>
- <ul>
- <li>Release to the Team menu. This action will Tag selected projects with the specified version and
- update the appropriate loaded *.map files with the version. The user must have the *.map files loaded in their
- workspace and the use must commit the map file changes to the repository when done.</li>
- <li>Load Map Projects to the Team menu. Select one or more *.map file and this action will load the projects
- listed in the *.map file into your workspace. Naturally the versions specified in the *.map file will be loaded.</li>
- <li>Tag Map Projects to the Team menu. Select one or more *Map files and this action will tag the projects
- listed in the *Map files with a tag you specify.</li>
- <li>Compare with Released to the Compare menu. Compare the selected projects with the versions referenced in
- the currently loaded map files.</li>
- <li>Replace with Released to the Replace menu. Replace the selected projects with the versions referenced in
- the currently loaded map files.</li>
- </ul>
-
- </dd>
- </dl>
- </div>
- </div>
-</div> <!-- close div classs=container -->
-</main> <!-- close main role="main" element -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-</body>
-</html>
-<?php
- $html = ob_get_clean();
-
- #echo the computed content
- echo $html;
-?>
-
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php
deleted file mode 100644
index 0e942dbed..000000000
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php
+++ /dev/null
@@ -1,739 +0,0 @@
-<?php
-# Begin: page-specific settings.
-$pageTitle = "Eclipse Project Downloads";
-$pageKeywords = "eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide";
-$pageAuthor = "David Williams and Christopher Guindon";
-
-//ini_set("display_errors", "true");
-//error_reporting (E_ALL);
-
-$eclipseStream="4";
-include('../../dlconfig4.php');
-$subdirDrops="drops4";
-$expectedtestConfigs=0;
-$testConfigs = array();
-
-ob_start();
-
-/*
-DL.thin.header.php.html was original obtained from
-
-wget https://eclipse.org/eclipse.org-common/themes/solstice/html_template/thin/header.php
-
-and then that file modified to suit our needs.
-Occasionally, our version should be compared to the "standard" to see if anything has
-changed, in the interest of staying consistent.
-
-See https://eclipse.org/eclipse.org-common/themes/solstice/docs/
-
- */
-
-require("DL.thin.header.php.html");
-
-
-include_once("buildproperties.php");
-include_once("utilityFunctions.php");
-
-// global variables
-$expectedTestConfigs=array();
-$testResults = array();
-$testResultsSummaryFiles=array();
-
-$streamArr = explode(".", $STREAM);
-$STREAM_MAJOR = $streamArr[0];
-$STREAM_MINOR = $streamArr[1];
-$STREAM_SERVICE = $streamArr[2];
-?>
-
-
-<?php if (! isset ($BUILD_FAILED) ) { ?>
-
-<aside class="col-md-6" id="leftcol" style="margin-top:20px; ">
-<ul class="ul-left-nav fa-ul hidden-print" style="text-color:black; background-color:#EFEBFF; background-size:contain; background-clip:border-box; border-color: black; font-size:12px; font-weight:bold; padding:2px; line-height:1; border-radius: 1; margin:20px 3px 20px 3px" >
- <li><a href="#Repository">Eclipse p2 Repository</a></li>
- <li><a href="#EclipseSDK">Eclipse SDK</a></li>
- <li><a href="#JUnitPlugin">JUnit Plugin Tests and Automated Testing Framework</a></li>
- <li><a href="#ExamplePlugins">Example Plug-ins</a></li>
- <li><a href="#RCPRuntime">RCP Runtime Binary</a></li>
- <li><a href="#RCPSDK">RCP SDK</a></li>
- <li><a href="#PlatformRuntime">Platform Runtime Binary</a></li>
- <li><a href="#JDTRuntime">JDT Runtime Binary</a></li>
- <li><a href="#JDTSDK">JDT SDK</a></li>
- <li><a href="#JDTCORE">JDT Core Batch Compiler</a></li>
- <li><a href="#PDERuntime">PDE Runtime Binary</a></li>
- <li><a href="#PDESDK">PDE SDK</a></li>
- <li><a href="#CVSRuntime">CVS Runtime</a></li>
- <li><a href="#CVSSDK">CVS SDK</a></li>
- <li><a href="#SWT">SWT binary and Source</a></li>
- <li><a href="#org.eclipse.releng">Releng Tools</a></li>
-</ul>
-</aside>
-
-<!-- end 'not build failed' -->
-<?php } ?>
-
-<div>
-<h1>Eclipse <?php echo $STREAM; ?> <?php echo $BUILD_TYPE_NAME; ?> Build: <?php echo $BUILD_ID; ?> </h1>
-
-<?php
-if (file_exists("pom_updates/index.html")) {
- echo "<h2><a href=\"pom_updates/\">POM updates made</a></h2>";
-}
-// check if test build only, just to give warning of oversite.
-// see bug 404545
-if (isset($testbuildonly) && ($testbuildonly)) {
- echo "<h2>Test-Build-Only flag found set. Input was not tagged.<h2>\n";
-}
-
-// Use of "BUILD_ID" should work for milestones, and releases, but would require a "copy"
-// being made, say for "4.5RC4" during that period we have prepared final bits, but have not
-// made visible yet (if we want "N&N" visible from RC build).
-
-if (file_exists("news/")) {
- echo "<h2><a href=\"http://www.eclipse.org/eclipse/news/${BUILD_ID}/eclipse_news_${BUILD_ID}.php\">New and Noteworthy</a></h2>\n";
-}
-// linkToAcknowledgements is a pure "marker file"
-if (file_exists("linkToAcknowledgements")) {
- echo "<h2><a href=\"http://www.eclipse.org/eclipse/development/acknowledgements_${BUILD_ID}.php\">Acknowledgments</a></h2>\n";
-}
-// linkToReadme is a pure marker file
-if (file_exists("linkToReadme")) {
- echo "<h2><a href=\"http://www.eclipse.org/eclipse/development/readme_eclipse_${BUILD_ID}.php\">Eclipse Project ${BUILD_ID} Readme</a></h2>\n";
-}
-
-if (isset ($BUILD_FAILED) ) {
- echo "<h2>Build Failed</h2><p>See <a href=\"buildlogs.php\">logs</a>.</p>\n";
- $PATTERN='!(.*)(/buildlogs/)(.*)!';
- $result = preg_match($PATTERN, $BUILD_FAILED, $MATCHES);
- // cheap short cut, since we expect only 1 such file
- $summaryFile=glob("buildFailed-*");
- if ($result !== FALSE) {
- $SPECIFIC_LOG=$MATCHES[3];
- echo "<p>Specifically, see <a href=\"buildlogs/$SPECIFIC_LOG\">the log with errors</a>, \n";
- echo "or a <a href=\"$summaryFile[0]\">summary</a>. <br /> \n";
- echo "Or see traditional <a href=\"testResults.php\">Compile Logs</a> (if any).</p>\n";
- }
-
-
-}
-else {
-?>
- <p style="padding-bottom: 1em">This page provides access to the various deliverables of Eclipse Platform build along with
-is logs and tests.</p>
-</div>
-
-<div id="midcolumn">
-
-<h3>Logs and Test Links</h3>
-
-<?php
- // for current (modern) builds, test results are always in
- // 'testresults'. That directory only exists after first results
- // have finished and been "published".
- if (file_exists("testresults")) {
- $testResultsDirName="testresults";
- } elseif (file_exists("results")) {
- $testResultsDirName="results";
- } else {
- $testResultsDirName="";
- }
-
-
- $boxes=calcTestConfigsRan($testResultsDirName);
- if ($boxes < 0 ) {
- $boxesDisplay = 0;
- } else {
- $boxesDisplay = $boxes;
- }
-
- // echo "<ul class='midlist'>";
- echo "<ul>";
- // We will always display link to logs (as normal link, not using color:inherit;)
- echo "<li>View the <a style=\"text-decoration:none\" title=\"Link to logs.\" href=\"testResults.php\">logs for the current build</a>.</li>\n";
-
- // This section if for overall status if anything failed, overall is failed
- // -3 is special code meaning no testResults directory exists yet.
- if ($boxes == -3) {
- $testResultsStatus = "pending";
- } else {
- /* since boxes is not -3, there must be at least one */
- $totalFailed = 0;
- $expectedBoxes = count($expectedTestConfigs);
- foreach ($expectedTestConfigs as $config) {
-
- if (isset($testResults[$config])) {
- $testRes = $testResults[$config];
- $failed = $testRes['failCount'];
- $totalFailed = $totalFailed + $failed;
- }
- }
- if ($totalFailed == 0 && $boxes == $expectedBoxes) {
- $testResultsStatus = "success";
- } elseif ($totalFailed == 0 && $boxes < $expectedBoxes) {
- $testResultsStatus = "inProgress";
- } elseif ($totalFailed > 0 && $boxes > 0) {
- $testResultsStatus = "failed";
- } else {
- // This is some sort of programming error?
- // Don't think we should get to here?
- // Will flag as "unknown" but not sure how to convey that ....
- // would only be useful if debugging.
- $testResultsStatus = "unknown";
- }
- }
-
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- }
- else {
- if ($testResultsStatus === "failed") {
- /* note we don't override 'inherit' cases, just 'failed'. */
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- } else {
- $linkColor = 'red';
- }
- } elseif ($testResultsStatus === "success") {
- $linkColor='green';
- } elseif ($testResultsStatus === "pending") {
- $linkColor='inherit';
- } elseif ($testResultsStatus === "inProgress") {
- $linkColor='inherit';
- }
- }
-
-
- if ($testResultsStatus == "pending") {
- echo "<li>Integration and unit tests are pending.</li>\n";
- } else {
- echo "<li>View the <a style=\"color:${linkColor};text-decoration:none\" title=\"Link test results.\" href=\"testResults.php\">integration and unit test results for the current build.</a></li>\n";
- }
-
-
- /* performance tests line item */
- $generated=file_exists("performance/global_fp.php");
- if (file_exists("performance/performance.php") && $generated) {
- echo "<li>View the <a href=\"performance/performance.php\">performance test results</a> for the current build.</li>\n";
- } else {
- echo "<li>Performance tests are pending.</li>\n";
- }
-
- echo "</ul>\n";
-
- echo "<h3>Summary of Unit Tests Results</h3>";
- echo "<table class=\"testTable\">\n";
- echo "<caption>".$boxesDisplay." of ".count($expectedTestConfigs)." integration and unit test configurations are complete.</caption> \n";
- echo "<tr><th style=\"width:40%\">Tested Platform</th><th>Failed</th><th>Passed</th><th>Total</th><th>Test&nbsp;Time&nbsp;(s)</th></tr>\n";
-
- foreach ($expectedTestConfigs as $config) {
-
- if (isset($testResults[$config])) {
- $testRes = $testResults[$config];
- $failed = $testRes['failCount'];
- $passed = $testRes['passCount'];
- $total = $failed + $passed;
- $duration = $testRes['duration'];
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- }
- else {
- if ($failed > 0) {
- /* note we don't override 'inherit' cases, just 'failed'. */
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- } else {
- $linkColor = 'red';
- }
- } else {
- $linkColor='green';
- }
- }
- echo "<tr>\n";
- echo "<td style=\"text-align:left\">\n";
- echo "<a style=\"color:${linkColor};text-decoration:none\" href=\"testResults.php\">".$config."</a>";
- echo "</td>\n";
- echo "<td>$failed</td><td>$passed</td><td>$total</td><td>$duration</td>\n";
- echo "</tr>\n";
- }
- else {
- /* Yes, all configs intentionally links, since all go to the same place, but if no results yet, would not look like one. */
- $linkColor = 'inherit';
- echo "<tr>\n";
- echo "<td style=\"text-align:left\">\n";
- echo "<a style=\"color:${linkColor};text-decoration:none\" href=\"testResults.php\">".$config."</a>";
- echo "</td>\n";
- echo "<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\n";
- echo "</tr>\n";
- }
- }
- echo "</table>\n";
-
-
-?>
- <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
- # when we do, will need some work here.
- # FWIW, we may want to construct elaborate query into CGit for this,
- # even though that'd be elaborate, would get user to an area where
- # they coudl tweak query, if desired?
- if (file_exists("report.txt")) {
- echo "<p><a href=\"report.txt\">Report of changes</a> from previous build.</p>";
- }
-?>
-
-<?php
- if (file_exists("buildnotes/")) {
- echo "<li><a href=\"buildNotes.php\">View build notes for the current build.</a></li>";
- }
-?>
-</ul>
-</div> <!-- end midcolumn -->
-
-<?php
- include("dropSectionUtils.php");
- include("computeRepoURLs.php");
-?>
- <!-- main download section -->
-<div class="dropSection">
-<h3 id="Repository">Eclipse p2 Repository&nbsp;<a href="details.html#Repository"><img src="images/more.gif" title="More..." alt="[More]" /></a></h3>
-
-<?php startTable(); ?>
-
-<?php
- if ((file_exists("$relativePath3/updates/".$STREAM_REPO_NAME)) || (file_exists("$relativePath4/updates/".$STREAM_REPO_NAME))) {
- echo "<tr><td> \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 "</td></tr> \n";
- }
- if ((file_exists("$relativePath3/updates/"."$BUILD_REPO_NAME")) || (file_exists("$relativePath4/updates/"."$BUILD_REPO_NAME")) ) {
- echo "<tr><td> \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 "</td></tr> \n";
- }
-?>
-</table>
-
-
-
-<h3 id="EclipseSDK"> Eclipse SDK&nbsp;<a href="details.html#EclipseSDK"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-
-<tr>
-<td>Windows</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-win32.zip"); ?>
-</tr>
-<tr>
-<td>Windows (x86_64)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390x/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-s390x.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-s390.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"); ?>
-</tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-solaris-gtk-sparcv9.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 10 (x86_64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-solaris-gtk-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>HP-UX (ia64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-hpux-gtk-ia64.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-aix-gtk-ppc.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-aix-gtk-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"); ?>
-</tr>
-<?php endTable(); ?>
-
-<h3 id="JUnitPlugin"> JUnit Plugin Tests and Automated Testing Framework&nbsp;<a href="details.html#JUnitPlugin"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="Test Framework" /> All</td>
-<?php genLinks("eclipse-test-framework-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td>All</td>
-<?php genLinks("eclipse-Automated-Tests-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="ExamplePlugins"> Example Plug-ins&nbsp;<a href="details.html#ExamplePlugins"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="Examples" /> Eclipse Examples Repo</td>
-<?php genLinks("org.eclipse.sdk.examples.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="RCPRuntime"> RCP Runtime Binary&nbsp;<a href="details.html#RCPRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="RCP Repo" /> RCP Runtime Repo </td>
-<?php genLinks("org.eclipse.rcp-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="RCPSDK"> RCP SDK&nbsp;<a href="details.html#RCPSDK"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="RCP Source Repo" /> RCP Source Repo </td>
-<?php genLinks("org.eclipse.rcp.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="DeltaPack"> DeltaPack&nbsp;<a href="details.html#DeltaPack"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td>All</td>
-<?php genLinks("eclipse-${BUILD_ID}-delta-pack.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="PlatformRuntime"> Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td>Windows</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-win32.zip"); ?>
-</tr>
-<tr>
-<td>Windows (x86_64)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-win32-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390x/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-s390x.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-s390.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"); ?>
-</tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-solaris-gtk-sparcv9.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-solaris-gtk-x86.zip"); ?>
-</tr>
-<tr>
-<td>HPUX (ia64/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-hpux-gtk-ia64.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC/GTK)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-aix-gtk-ppc.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC64/GTK)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-aix-gtk-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="Runtime Repo" /> Platform Runtime Repo </td>
-<?php genLinks("org.eclipse.platform-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="JDTRuntime"> JDT Runtime Binary&nbsp;<a href="details.html#JDTRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="JDT Repo" /> JDT Runtime Repo </td>
-<?php genLinks("org.eclipse.jdt-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="JDTSDK"> JDT SDK &nbsp;<a href="details.html#JDTSDK"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt=" JDT Source Repo" /> JDT Source Repo </td>
-<?php genLinks("org.eclipse.jdt.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="JDTCORE"> JDT Core Batch Compiler &nbsp;<a href="details.html#JDTCORE"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td>All</td>
-<?php genLinks("ecj-${BUILD_ID}.jar"); ?>
-</tr>
-<tr>
-<td>All</td>
-<?php genLinks("ecjsrc-${BUILD_ID}.jar"); ?>
-</tr>
-
-</table>
-
-<h3 id="PDERuntime"> PDE Runtime Binary&nbsp;<a href="details.html#PDERuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE Repo" /> PDE Repo </td>
-<?php genLinks("org.eclipse.pde-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE API Tools" /> PDE API Tools execution environment fragments repo</td>
-<?php genLinks("org.eclipse.pde.api.tools.ee.feature-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="PDESDK"> PDE SDK&nbsp;<a href="details.html#PDESDK"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE Source Repo" /> PDE Source Repo </td>
-<?php genLinks("org.eclipse.pde.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-<?php endTable(); ?>
-
-<h3 id="CVSRuntime"> CVS Client Runtime Binary&nbsp;<a href="details.html#CVSRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="CVS Repo" /> CVS Runtime Repo </td>
-<?php genLinks("org.eclipse.cvs-${BUILD_ID}.zip"); ?>
-</tr>
-
-<?php endTable(); ?>
-
-<h3 id="CVSSDK"> CVS Client SDK&nbsp;<a href="details.html#CVSSDK"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="CVS Source Repo" /> CVS Source Repo </td>
-<?php genLinks("org.eclipse.cvs.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-</table>
-
-<h3 id="SWT"> SWT Binary and Source&nbsp;<a href="details.html#SWT"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td>Windows</td>
-<?php genLinks("swt-${BUILD_ID}-win32-win32-x86.zip"); ?>
-</tr>
-<tr>
-<td>Windows (x86_64)</td>
-<?php genLinks("swt-${BUILD_ID}-win32-win32-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-x86.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc.zip"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc64le.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-solaris-sparcv9.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-solaris-x86.zip"); ?>
-</tr>
-<tr>
-<td>HPUX (ia64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-hpux-ia64.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-aix-ppc.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-aix-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<?php genLinks("swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"); ?>
-</tr>
-
-<?php endTable(); ?>
-
-<h3 id="org.eclipse.releng"> org.eclipse.releng.tools plug-in&nbsp;<a href="details.html#org.eclipse.releng"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="Releng Tools Repo" /> Releng Tools Repo</td>
-<?php genLinks("org.eclipse.releng.tools-${BUILD_ID}.zip"); ?>
-</tr>
-
-<?php endTable(); ?>
-
-<?php } ?>
-</div> <!-- end dropsection -->
-</div> <!-- close div classs=container -->
-</main> <!-- close main role="main" element -->
-</body>
-</html>
-<?php
- #$html = ob_get_clean();
- ob_end_flush();
- #echo the computed content
- # echo $html;
-?>
-
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.html b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.html
deleted file mode 100644
index 4ac702219..000000000
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.html
+++ /dev/null
@@ -1,734 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="author" content="$pageAuthor" />
- <meta name="keywords" content="$pageKeywords" />
- <link
- href="//fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,100"
- rel="stylesheet" type="text/css">
- <link rel="shortcut icon"
- href="/eclipse.org-common/themes/solstice/public/images/favicon.ico" />
- <title>Eclipse Project Downloads</title>
- <meta property="og:title" content="Eclipse Project Downloads" />
- <meta property="og:description"
- content="Eclipse is probably best known as a Java IDE, but it is more: it is an IDE framework, a tools framework, an open source project, a community, an eco-system, and a foundation." />
- <meta property="og:image"
- content="https://www.eclipse.org/eclipse.org-common/themes/Nova/images/eclipse.png" />
-
- <link rel="stylesheet"
- href="/eclipse.org-common/themes/solstice/public/stylesheets/styles.min.css" />
-
- <link rel="stylesheet"
- href="menunav.css" />
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
- <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
- <![endif]-->
-
- <style>
- h1,h2,h3,h4,h5,h6 {
- line-height: 1;
- /* font-size: 12px; */
- font-weight: bold;
- }
- h1 {
- font-size: 18px;
- }
- h2 {
- font-size: 16px;
- }
- h3 {
- font-size: 14px;
- }
-
-
- table.testTable { border-collapse: collapse; border: 1px solid black;width:90%;}
- .testTable caption {padding:6px 2px 6px 2px;}
- .testTable th { text-align: center; padding:2px; border: 1px solid black;}
- .testTable td { text-align: right; padding:2px; border: 1px solid black;}
-
- div.dropSection {clear:both; width:100%;}
- h3 {clear:both; width:100%;}
- table.dropSection {
- /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
- width: 100%;
- border-collapse: collapse;
- border-spacing: 0px;
- padding: 0px;
- }
- .dropSection td, .dropSection th {
- line-height: 1;
- padding: 0px;
- text-align: left;
- vertical-align: top;
- }
-
-
- </style>
-<!--
- <script type="text/javascript">
- <![CDATA[
- sfHover = function() {
- var sfEls = document.getElementById("leftnav").getElementsByTagName("li");
- for (var i=0; i < sfEls.length; i++) {
- sfEls[i].onmouseover=function() {
- this.className+=" sfhover";
- }
- sfEls[i].onmouseout=function() {
- this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
- }
- }
- }
-if (window.attachEvent) window.attachEvent("onload", sfHover);
-]]>
-</script>
--->
- </head>
- <body class="" id="body_solstice">
- <a class="sr-only" href="#content">Skip to main content</a>
- <div class="thin-header">
- <header role="banner">
- <div class="container">
- <div id="row-logo-search">
- <div id="header-left">
- <div class="row">
- <div class="hidden-xs col-sm-6">
- <a href="https://eclipse.org/"><img
- src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-800x188.png"
- alt="Eclipse.org logo" class="logo-eclipse-default" /></a>
- </div>
- <div id="main-menu" class="navbar col-sm-18 yamm">
- <div id="navbar-collapse-1"
- class="navbar-collapse collapse">
- <ul class="nav navbar-nav">
- <li class="visible-thin"><a
- href="https://eclipse.org/downloads/"
- target="_self">Packages</a></li>
- <li><a href="https://eclipse.org/users/"
- target="_self">Getting Started </a></li>
- <li><a href="https://eclipse.org/membership/"
- target="_self">Members</a></li>
- <li><a href="https://eclipse.org/projects/"
- target="_self">Projects</a></li>
- <li class="dropdown visible-xs"><a href="#"
- data-toggle="dropdown" class="dropdown-toggle">Community
- <b class="caret"></b>
- </a>
- <ul class="dropdown-menu">
- <li><a
- href="http://marketplace.eclipse.org">Marketplace</a></li>
- <li><a href="http://events.eclipse.org">Events</a></li>
- <li><a href="http://www.planeteclipse.org/">Planet
- Eclipse</a></li>
- <li><a
- href="https://eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
- <li><a
- href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
- </ul></li>
- <li class="dropdown visible-xs"><a href="#"
- data-toggle="dropdown" class="dropdown-toggle">Participate
- <b class="caret"></b>
- </a>
- <ul class="dropdown-menu">
- <li><a
- href="https://bugs.eclipse.org/bugs/">Report
- a Bug</a></li>
- <li><a href="https://eclipse.org/forums/">Forums</a></li>
- <li><a href="https://eclipse.org/mail/">Mailing
- Lists</a></li>
- <li><a href="https://wiki.eclipse.org/">Wiki</a></li>
- <li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
- <li><a
- href="https://eclipse.org/contribute/">How
- to Contribute</a></li>
- </ul></li>
- <li class="dropdown visible-xs"><a href="#"
- data-toggle="dropdown" class="dropdown-toggle">Working
- Groups <b class="caret"></b>
- </a>
- <ul class="dropdown-menu">
- <li><a
- href="http://wiki.eclipse.org/Auto_IWG">Automotive</a></li>
- <li><a href="http://iot.eclipse.org">Internet
- of Things</a></li>
- <li><a href="http://locationtech.org">LocationTech</a></li>
- <li><a href="http://lts.eclipse.org">Long-Term
- Support</a></li>
- <li><a href="http://polarsys.org">PolarSys</a></li>
- <li><a href="http://science.eclipse.org">Science</a></li>
- </ul></li>
- <!-- More -->
- <li class="dropdown hidden-xs"><a
- data-toggle="dropdown" class="dropdown-toggle">More<b
- class="caret"></b></a>
- <ul class="dropdown-menu">
- <li>
- <!-- Content container to add padding -->
- <div class="yamm-content">
- <div class="row">
- <ul class="col-sm-8 list-unstyled">
- <li><p>
- <strong>Community</strong>
- </p></li>
- <li><a
- href="http://marketplace.eclipse.org">Marketplace</a></li>
- <li><a
- href="http://events.eclipse.org">Events</a></li>
- <li><a
- href="http://www.planeteclipse.org/">Planet
- Eclipse</a></li>
- <li><a
- href="https://eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
- <li><a
- href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
- </ul>
- <ul class="col-sm-8 list-unstyled">
- <li><p>
- <strong>Participate</strong>
- </p></li>
- <li><a
- href="https://bugs.eclipse.org/bugs/">Report
- a Bug</a></li>
- <li><a
- href="https://eclipse.org/forums/">Forums</a></li>
- <li><a
- href="https://eclipse.org/mail/">Mailing
- Lists</a></li>
- <li><a
- href="https://wiki.eclipse.org/">Wiki</a></li>
- <li><a
- href="https://wiki.eclipse.org/IRC">IRC</a></li>
- <li><a
- href="https://eclipse.org/contribute/">How
- to Contribute</a></li>
- </ul>
- <ul class="col-sm-8 list-unstyled">
- <li><p>
- <strong>Working Groups</strong>
- </p></li>
- <li><a
- href="http://wiki.eclipse.org/Auto_IWG">Automotive</a></li>
- <li><a
- href="http://iot.eclipse.org">Internet
- of Things</a></li>
- <li><a
- href="http://locationtech.org">LocationTech</a></li>
- <li><a
- href="http://lts.eclipse.org">Long-Term
- Support</a></li>
- <li><a href="http://polarsys.org">PolarSys</a></li>
- <li><a
- href="http://science.eclipse.org">Science</a></li>
- </ul>
- </div>
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <div class="navbar-header">
- <button type="button" class="navbar-toggle"
- data-toggle="collapse"
- data-target="#navbar-collapse-1">
- <span class="sr-only">Toggle navigation</span> <span
- class="icon-bar"></span> <span class="icon-bar"></span>
- <span class="icon-bar"></span> <span
- class="icon-bar"></span>
- </button>
- <a href="https://eclipse.org/"
- class="navbar-brand visible-xs"><img
- src="/eclipse.org-common/themes/solstice/public/images/logo/eclipse-800x188.png"
- alt="Eclipse.org logo" width="174"
- class="logo-eclipse-default" /></a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </header>
- <section id="breadcrumb" class="defaut-breadcrumbs hidden-print">
- <div class="container">
- <ol class="breadcrumb">
- <li><a href="https://www.eclipse.org/">Home</a></li>
- <li><a href="https://eclipse.org/projects/">Projects</a></li>
- <li><a href="http://eclipse.org/eclipse/">Eclipse</a></li>
- <li><a href="../../downloads/">Downloads</a></li>
- <li class="active">M20141205-1006</li>
- </ol>
- </div>
- </section>
- </div>
- <main role="main">
- <div class="container background-image-none" id="novaContent" >
-
-
-
-<aside class="col-md-6" id="leftcol" style="margin-top:20px; ">
-<ul class="ul-left-nav fa-ul hidden-print" style="text-color:black; background-color:#EFEBFF; background-size:contain; background-clip:border-box; border-color: black; font-size:12px; font-weight:bold; padding:2px; line-height:1; border-radius: 1; margin:20px 3px 20px 3px" >
- <li><a href="#Repository">Eclipse p2 Repository</a></li>
- <li><a href="#EclipseSDK">Eclipse SDK</a></li>
- <li><a href="#PlatformRuntime">Platform Runtime Binary</a></li>
- <li><a href="#SWT">SWT binary and Source</a></li>
- <li><a href="#JDT">JDT Deliverables</a>
- <ul id=leftnav" class="fa-ul hidden-print style="font-size:8px;" />
- <li><a href="#JDTRuntime">JDT Runtime Binary</a></li>
- <li><a href="#JDTSDK">JDT SDK</a></li>
- <li><a href="#JDTCORE">JDT Core Batch Compiler</a></li>
- </ul>
- </li>
- <li><a href="#PDE">PDE Deliverables</a>
- <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;" />
- <li><a href="#APITools">PDE API Tools fragments</li>
- <li><a href="#PDERuntime">PDE Runtime Binary</a></li>
- <li><a href="#PDESDK">PDE SDK</a></li>
- </ul>
- </li>
- <li><a href="#RCP">RCP Convenience Packages</a>
- <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;" />
- <li><a href="#RCPRuntime">RCP Runtime Binary</a></li>
- <li><a href="#RCPSDK">RCP SDK</a></li>
- </ul>
- </li>
- <li><a href="#Other">Other Deliverables</a>
- <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;"/>
- <li><a href="#ExamplePlugins">Example Plug-ins</a></li>
- <li><a href="#CVSRuntime">CVS Runtime</a></li>
- <li><a href="#CVSSDK">CVS SDK</a></li>
- <li><a href="#org.eclipse.releng">Releng Tools</a></li>
- <li><a href="#JUnitPlugin">JUnit Plugin Tests and Automated Testing Framework</a></li>
- <!-- <li><a href="#DeltaPack">Delta Pack</a></li> -->
- </ul>
- </li>
-</ul>
-</aside>
-
-<!-- end 'not build failed' -->
-
-<div>
-<h1>Eclipse 4.4.2 Maintenance Build: M20141205-1006 </h1>
-
- <p style="padding-bottom: 1em">This page provides access to the various deliverables of Eclipse Platform build along with
-is logs and tests.</p>
-</div>
-
-<div id="midcolumn">
-
-<h3>Logs and Test Links</h3>
-
-<ul><li>View the <a style="text-decoration:none" title="Link to logs." href="testResults.php">logs for the current build</a>.</li>
-<li>View the <a style="color:red;text-decoration:none" title="Link test results." href="testResults.php">integration and unit test results for the current build.</a></li>
-<li>Performance tests are pending.</li>
-</ul>
-<h3>Summary of Unit Tests Results</h3><table class="testTable">
-<caption>1 of 3 integration and unit test configurations are complete.</caption>
-<tr><th style="width:40%">Tested Platform</th><th>Failed</th><th>Passed</th><th>Total</th><th>Test&nbsp;Time&nbsp;(s)</th></tr>
-<tr>
-<td style="text-align:left">
-<a style="color:red;text-decoration:none" href="testResults.php">linux.gtk.x86_64_8.0</a></td>
-<td>21</td><td>87915</td><td>87936</td><td>9567.691</td>
-</tr>
-<tr>
-<td style="text-align:left">
-<a style="color:inherit;text-decoration:none" href="testResults.php">macosx.cocoa.x86_64_7.0</a></td>
-<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
-</tr>
-<tr>
-<td style="text-align:left">
-<a style="color:inherit;text-decoration:none" href="testResults.php">win32.win32.x86_7.0</a></td>
-<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
-</tr>
-</table>
-
- <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>
-
-
-</ul>
-</div> <!-- end midcolumn -->
-
- <!-- main download section -->
-<div class="dropSection">
-<h3 id="Repository">Eclipse p2 Repository&nbsp;<a href="details.html#Repository"><img src="images/more.gif" title="More..." alt="[More]" /></a></h3>
-
-<table class="dropSection table table-striped table-hover table-condensed">
-<tr><td>
-To update your Eclipse installation to this development stream, you can use the software repository at<br />
-&nbsp;&nbsp;<a href="http://download.eclipse.org/eclipse/updates/4.4-M-builds">http://download.eclipse.org/eclipse/updates/4.4-M-builds</a><br />
-</td></tr>
-<tr><td>
-To update your build to use this specific build, you can use the software repository at<br />
-&nbsp;&nbsp;<a href="http://download.eclipse.org/eclipse/updates/4.4-M-builds/M20141205-1006">http://download.eclipse.org/eclipse/updates/4.4-M-builds/M20141205-1006</a><br />
-</td></tr>
-</table>
-
-
-
-<h3 id="EclipseSDK"> Eclipse SDK&nbsp;<a href="details.html#EclipseSDK"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-
-<table class="dropSection table table-striped table-hover table-condensed"><tr>
- <th class="col-md-3">Platform</th><th class="col-md-5">Download</th><th class="col-md-2">Size</th><th class="col-md-2">Checksum</th></tr>
-
-<tr>
-<td>Windows</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-win32.zip">eclipse-SDK-M20141205-1006-win32.zip</a></td>
-<td>197 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-win32.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Windows (x86_64)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-win32-x86_64.zip">eclipse-SDK-M20141205-1006-win32-x86_64.zip</a></td>
-<td>197 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-win32-x86_64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-linux-gtk.tar.gz">eclipse-SDK-M20141205-1006-linux-gtk.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-linux-gtk.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-linux-gtk-x86_64.tar.gz">eclipse-SDK-M20141205-1006-linux-gtk-x86_64.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-linux-gtk-x86_64.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-linux-gtk-ppc.tar.gz">eclipse-SDK-M20141205-1006-linux-gtk-ppc.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-linux-gtk-ppc.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-linux-gtk-ppc64.tar.gz">eclipse-SDK-M20141205-1006-linux-gtk-ppc64.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-linux-gtk-ppc64.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (s390x/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-linux-gtk-s390x.tar.gz">eclipse-SDK-M20141205-1006-linux-gtk-s390x.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-linux-gtk-s390x.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (s390/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-linux-gtk-s390.tar.gz">eclipse-SDK-M20141205-1006-linux-gtk-s390.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-linux-gtk-s390.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-linux-gtk-ppc64le.tar.gz">eclipse-SDK-M20141205-1006-linux-gtk-ppc64le.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-linux-gtk-ppc64le.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-solaris-gtk-sparcv9.zip">eclipse-SDK-M20141205-1006-solaris-gtk.zip</a></td>
-<td>196 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-solaris-gtk.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-solaris-gtk-x86.zip">eclipse-SDK-M20141205-1006-solaris-gtk-x86.zip</a></td>
-<td>196 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-solaris-gtk-x86.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>HP-UX (ia64/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-hpux-gtk-ia64.zip">eclipse-SDK-M20141205-1006-hpux-gtk-ia64.zip</a></td>
-<td>196 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-hpux-gtk-ia64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>AIX (PPC/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-aix-gtk-ppc.zip">eclipse-SDK-M20141205-1006-aix-gtk-ppc.zip</a></td>
-<td>197 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-aix-gtk-ppc.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>AIX (PPC64/GTK+)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-aix-gtk-ppc64.zip">eclipse-SDK-M20141205-1006-aix-gtk-ppc64.zip</a></td>
-<td>197 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-aix-gtk-ppc64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<td><a style="align:left" href="eclipse-SDK-M20141205-1006-macosx-cocoa-x86_64.tar.gz">eclipse-SDK-M20141205-1006-macosx-cocoa-x86_64.tar.gz</a></td>
-<td>195 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-SDK-M20141205-1006-macosx-cocoa-x86_64.tar.gz.sha512">[SHA512]</a></td></tr>
-</table>
-<h3 id="PlatformRuntime"> Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<table class="dropSection table table-striped table-hover table-condensed"><tr>
- <th class="col-md-3">Platform</th><th class="col-md-5">Download</th><th class="col-md-2">Size</th><th class="col-md-2">Checksum</th></tr>
-<tr>
-<td>Windows</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-win32.zip">eclipse-platform-M20141205-1006-win32.zip</a></td>
-<td>64 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-win32.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Windows (x86_64)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-win32-x86_64.zip">eclipse-platform-M20141205-1006-win32-x86_64.zip</a></td>
-<td>64 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-win32-x86_64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-linux-gtk.tar.gz">eclipse-platform-M20141205-1006-linux-gtk.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-linux-gtk.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-linux-gtk-x86_64.tar.gz">eclipse-platform-M20141205-1006-linux-gtk-x86_64.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-linux-gtk-x86_64.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-linux-gtk-ppc.tar.gz">eclipse-platform-M20141205-1006-linux-gtk-ppc.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-linux-gtk-ppc.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-linux-gtk-ppc64.tar.gz">eclipse-platform-M20141205-1006-linux-gtk-ppc64.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-linux-gtk-ppc64.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (s390x/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-linux-gtk-s390x.tar.gz">eclipse-platform-M20141205-1006-linux-gtk-s390x.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-linux-gtk-s390x.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (s390/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-linux-gtk-s390.tar.gz">eclipse-platform-M20141205-1006-linux-gtk-s390.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-linux-gtk-s390.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-linux-gtk-ppc64le.tar.gz">eclipse-platform-M20141205-1006-linux-gtk-ppc64le.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-linux-gtk-ppc64le.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-solaris-gtk-sparcv9.zip">eclipse-platform-M20141205-1006-solaris-gtk-sparcv9.zip</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-solaris-gtk.zip-sparcv9.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-solaris-gtk-x86.zip">eclipse-platform-M20141205-1006-solaris-gtk-x86.zip</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-solaris-gtk-x86.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>HPUX (ia64/GTK+)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-hpux-gtk-ia64.zip">eclipse-platform-M20141205-1006-hpux-gtk-ia64.zip</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-hpux-gtk-ia64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>AIX (PPC/GTK)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-aix-gtk-ppc.zip">eclipse-platform-M20141205-1006-aix-gtk-ppc.zip</a></td>
-<td>64 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-aix-gtk-ppc.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>AIX (PPC64/GTK)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-aix-gtk-ppc64.zip">eclipse-platform-M20141205-1006-aix-gtk-ppc64.zip</a></td>
-<td>64 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-aix-gtk-ppc64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<td><a style="align:left" href="eclipse-platform-M20141205-1006-macosx-cocoa-x86_64.tar.gz">eclipse-platform-M20141205-1006-macosx-cocoa-x86_64.tar.gz</a></td>
-<td>63 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-platform-M20141205-1006-macosx-cocoa-x86_64.tar.gz.sha512">[SHA512]</a></td></tr>
-<tr>
-<td><img src = "repo.gif" alt="Runtime Repo" /> Platform Runtime Repo </td>
-<td><a style="align:left" href="org.eclipse.platform-M20141205-1006.zip">org.eclipse.platform-M20141205-1006.zip</a></td>
-<td>102 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.platform-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-
-</table>
-<h3 id="JDTRuntime"> JDT Deliverables&nbsp;<a href="details.html#JDTRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<table class="dropSection table table-striped table-hover table-condensed"><tr>
- <th class="col-md-3">Platform</th><th class="col-md-5">Download</th><th class="col-md-2">Size</th><th class="col-md-2">Checksum</th></tr>
-<tr>
-<td><img src = "repo.gif" alt="JDT Repo" /> JDT Runtime Repo </td>
-<td><a style="align:left" href="org.eclipse.jdt-M20141205-1006.zip">org.eclipse.jdt-M20141205-1006.zip</a></td>
-<td>26 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.jdt-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-
-<tr>
-<td><img src = "repo.gif" alt=" JDT Source Repo" /> JDT Source Repo </td>
-<td><a style="align:left" href="org.eclipse.jdt.source-M20141205-1006.zip">org.eclipse.jdt.source-M20141205-1006.zip</a></td>
-<td>45 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.jdt.source-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-
-<tr>
-<td>Standalone JDT compiler</td>
-<td><a style="align:left" href="ecj-M20141205-1006.jar">ecj-M20141205-1006.jar</a></td>
-<td>2.2 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/ecj-M20141205-1006.jar.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Standalone JDT compiler with source</td>
-<td><a style="align:left" href="ecjsrc-M20141205-1006.jar">ecjsrc-M20141205-1006.jar</a></td>
-<td>1.7 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/ecjsrc-M20141205-1006.jar.sha512">[SHA512]</a></td></tr>
-
-</table>
-<h3 id="PDERuntime"> PDE Deliverables&nbsp;<a href="details.html#PDERuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<table class="dropSection table table-striped table-hover table-condensed"><tr>
- <th class="col-md-3">Platform</th><th class="col-md-5">Download</th><th class="col-md-2">Size</th><th class="col-md-2">Checksum</th></tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE API Tools" /> PDE API Tools execution environment fragments repo</td>
-<td><a style="align:left" href="org.eclipse.pde.api.tools.ee.feature-M20141205-1006.zip">org.eclipse.pde.api.tools.ee.feature-M20141205-1006.zip</a></td>
-<td>7.4 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.pde.api.tools.ee.feature-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE Repo" /> PDE Repo </td>
-<td><a style="align:left" href="org.eclipse.pde-M20141205-1006.zip">org.eclipse.pde-M20141205-1006.zip</a></td>
-<td>14 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.pde-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE Source Repo" /> PDE Source Repo </td>
-<td><a style="align:left" href="org.eclipse.pde.source-M20141205-1006.zip">org.eclipse.pde.source-M20141205-1006.zip</a></td>
-<td>19 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.pde.source-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-
-</table>
-<h3 id="SWT">Standalone SWT Binary and Source&nbsp;<a href="details.html#SWT"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<table class="dropSection table table-striped table-hover table-condensed"><tr>
- <th class="col-md-3">Platform</th><th class="col-md-5">Download</th><th class="col-md-2">Size</th><th class="col-md-2">Checksum</th></tr>
-<tr>
-<td>Windows</td>
-<td><a style="align:left" href="swt-M20141205-1006-win32-win32-x86.zip">swt-M20141205-1006-win32-win32-x86.zip</a></td>
-<td>6.3 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-win32-win32-x86.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Windows (x86_64)</td>
-<td><a style="align:left" href="swt-M20141205-1006-win32-win32-x86_64.zip">swt-M20141205-1006-win32-win32-x86_64.zip</a></td>
-<td>6.3 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-win32-win32-x86_64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-linux-x86.zip">swt-M20141205-1006-gtk-linux-x86.zip</a></td>
-<td>5.6 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-linux-x86.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-linux-x86_64.zip">swt-M20141205-1006-gtk-linux-x86_64.zip</a></td>
-<td>5.9 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-linux-x86_64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-linux-ppc.zip">swt-M20141205-1006-gtk-linux-ppc.zip</a></td>
-<td>5.5 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-linux-ppc.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-linux-ppc64.zip">swt-M20141205-1006-gtk-linux-ppc64.zip</a></td>
-<td>5.6 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-linux-ppc64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-linux-ppc64le.zip">swt-M20141205-1006-gtk-linux-ppc64le.zip</a></td>
-<td>5.4 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-linux-ppc64le.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-solaris-sparcv9.zip">swt-M20141205-1006-gtk-solaris-sparcv9.zip</a></td>
-<td>5.4 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-solaris-sparcv9.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-solaris-x86.zip">swt-M20141205-1006-gtk-solaris-x86.zip</a></td>
-<td>5.3 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-solaris-x86.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>HPUX (ia64/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-hpux-ia64.zip">swt-M20141205-1006-gtk-hpux-ia64.zip</a></td>
-<td>5.4 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-hpux-ia64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>AIX (PPC/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-aix-ppc.zip">swt-M20141205-1006-gtk-aix-ppc.zip</a></td>
-<td>5.2 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-aix-ppc.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>AIX (PPC64/GTK+)</td>
-<td><a style="align:left" href="swt-M20141205-1006-gtk-aix-ppc64.zip">swt-M20141205-1006-gtk-aix-ppc64.zip</a></td>
-<td>5.3 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-gtk-aix-ppc64.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<td><a style="align:left" href="swt-M20141205-1006-cocoa-macosx-x86_64.zip">swt-M20141205-1006-cocoa-macosx-x86_64.zip</a></td>
-<td>5.1 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/swt-M20141205-1006-cocoa-macosx-x86_64.zip.sha512">[SHA512]</a></td></tr>
-
-</table><h3 id="RCPRuntime"> RCP Runtime Binary and SDK&nbsp;<a href="details.html#RCPRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<table class="dropSection table table-striped table-hover table-condensed"><tr>
- <th class="col-md-3">Platform</th><th class="col-md-5">Download</th><th class="col-md-2">Size</th><th class="col-md-2">Checksum</th></tr>
-<tr>
-<td><img src = "repo.gif" alt="RCP Repo" /> RCP Runtime Repo </td>
-<td><a style="align:left" href="org.eclipse.rcp-M20141205-1006.zip">org.eclipse.rcp-M20141205-1006.zip</a></td>
-<td>57 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.rcp-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td><img src = "repo.gif" alt="RCP Source Repo" /> RCP Source Repo </td>
-<td><a style="align:left" href="org.eclipse.rcp.source-M20141205-1006.zip">org.eclipse.rcp.source-M20141205-1006.zip</a></td>
-<td>99 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.rcp.source-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-</table>
-<!-- Misc. -->
-<h3 id="Other">Other Deliverables&nbsp;<a href="details.html#CVSRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<table class="dropSection table table-striped table-hover table-condensed"><tr>
- <th class="col-md-3">Platform</th><th class="col-md-5">Download</th><th class="col-md-2">Size</th><th class="col-md-2">Checksum</th></tr>
-<tr>
-<td><img src = "repo.gif" alt="Examples" /> Eclipse Examples Repo</td>
-<td><a style="align:left" href="org.eclipse.sdk.examples.source-M20141205-1006.zip">org.eclipse.sdk.examples.source-M20141205-1006.zip</a></td>
-<td>5.3 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.sdk.examples.source-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-
-<tr>
-<td><img src = "repo.gif" alt="Releng Tools Repo" /> Releng Tools Repo</td>
-<td><a style="align:left" href="org.eclipse.releng.tools-M20141205-1006.zip">org.eclipse.releng.tools-M20141205-1006.zip</a></td>
-<td>0.21 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.releng.tools-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td><img src = "repo.gif" alt="CVS Repo" /> CVS Runtime Repo </td>
-<td><a style="align:left" href="org.eclipse.cvs-M20141205-1006.zip">org.eclipse.cvs-M20141205-1006.zip</a></td>
-<td>2 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.cvs-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td><img src = "repo.gif" alt="CVS Source Repo" /> CVS Source Repo </td>
-<td><a style="align:left" href="org.eclipse.cvs.source-M20141205-1006.zip">org.eclipse.cvs.source-M20141205-1006.zip</a></td>
-<td>3.1 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/org.eclipse.cvs.source-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td><img src = "repo.gif" alt="Test Framework" />Test Frameework</td>
-<td><a style="align:left" href="eclipse-test-framework-M20141205-1006.zip">eclipse-test-framework-M20141205-1006.zip</a></td>
-<td>1.1 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-test-framework-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-<tr>
-<td>Test Framework and Unit Tests</td>
-<td><a style="align:left" href="eclipse-Automated-Tests-M20141205-1006.zip">eclipse-Automated-Tests-M20141205-1006.zip</a></td>
-<td>143 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-Automated-Tests-M20141205-1006.zip.sha512">[SHA512]</a></td></tr>
-</table><!--
-<tr>
-<td>All</td>
-<td><a style="align:left" href="eclipse-M20141205-1006-delta-pack.zip">eclipse-M20141205-1006-delta-pack.zip</a></td>
-<td>68 MB</td>
-<td><a href="http://download.eclipse.org/eclipse/downloads/drops4/M20141205-1006/checksum/eclipse-M20141205-1006-delta-pack.zip.sha512">[SHA512]</a></td></tr>
--->
-
-</table>
-</div> <!-- end dropsection -->
-</div> <!-- close div classs=container -->
-</main> <!-- close main role="main" element -->
-</body>
-</html>
-
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.php
deleted file mode 100644
index edad58104..000000000
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.php
+++ /dev/null
@@ -1,673 +0,0 @@
-<?php
-# Begin: page-specific settings.
-$pageTitle = "Eclipse Project Downloads";
-$pageKeywords = "eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide";
-$pageAuthor = "David Williams and Christopher Guindon";
-
-//ini_set("display_errors", "true");
-//error_reporting (E_ALL);
-
-$eclipseStream="4";
-include('../../dlconfig4.php');
-$subdirDrops="drops4";
-$expectedtestConfigs=0;
-$testConfigs = array();
-
-ob_start();
-
-/*
-DL.thin.header.php.html was original obtained from
-
-wget https://eclipse.org/eclipse.org-common/themes/solstice/html_template/thin/header.php
-
-and then that file modified to suit our needs.
-Occasionally, our version should be compared to the "standard" to see if anything has
-changed, in the interest of staying consistent.
-
-See https://eclipse.org/eclipse.org-common/themes/solstice/docs/
-
- */
-
-require("DL.thin.header.php.html");
-
-
-include_once("buildproperties.php");
-include_once("utilityFunctions.php");
-
-// global variables
-$expectedTestConfigs=array();
-$testResults = array();
-$testResultsSummaryFiles=array();
-
-$streamArr = explode(".", $STREAM);
-$STREAM_MAJOR = $streamArr[0];
-$STREAM_MINOR = $streamArr[1];
-$STREAM_SERVICE = $streamArr[2];
-?>
-
-
-<?php if (! isset ($BUILD_FAILED) ) { ?>
-
-<aside class="col-md-6" id="leftcol" style="margin-top:20px; ">
-<ul class="ul-left-nav fa-ul hidden-print" style="text-color:black; background-color:#EFEBFF; background-size:contain; background-clip:border-box; border-color: black; font-size:12px; font-weight:bold; padding:2px; line-height:1; border-radius: 1; margin:20px 3px 20px 3px" >
- <li><a href="#Repository">Eclipse p2 Repository</a></li>
- <li><a href="#EclipseSDK">Eclipse SDK</a></li>
- <li><a href="#PlatformRuntime">Platform Runtime Binary</a></li>
- <li><a href="#SWT">SWT binary and Source</a></li>
- <li><a href="#JDT">JDT Deliverables</a>
- <ul id=leftnav" class="fa-ul hidden-print style="font-size:8px;" />
- <li><a href="#JDTRuntime">JDT Runtime Binary</a></li>
- <li><a href="#JDTSDK">JDT SDK</a></li>
- <li><a href="#JDTCORE">JDT Core Batch Compiler</a></li>
- </ul>
- </li>
- <li><a href="#PDE">PDE Deliverables</a>
- <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;" />
- <li><a href="#APITools">PDE API Tools fragments</li>
- <li><a href="#PDERuntime">PDE Runtime Binary</a></li>
- <li><a href="#PDESDK">PDE SDK</a></li>
- </ul>
- </li>
- <li><a href="#RCP">RCP Convenience Packages</a>
- <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;" />
- <li><a href="#RCPRuntime">RCP Runtime Binary</a></li>
- <li><a href="#RCPSDK">RCP SDK</a></li>
- </ul>
- </li>
- <li><a href="#Other">Other Deliverables</a>
- <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;"/>
- <li><a href="#ExamplePlugins">Example Plug-ins</a></li>
- <li><a href="#CVSRuntime">CVS Runtime</a></li>
- <li><a href="#CVSSDK">CVS SDK</a></li>
- <li><a href="#org.eclipse.releng">Releng Tools</a></li>
- <li><a href="#JUnitPlugin">JUnit Plugin Tests and Automated Testing Framework</a></li>
- <!-- <li><a href="#DeltaPack">Delta Pack</a></li> -->
- </ul>
- </li>
-</ul>
-</aside>
-
-<!-- end 'not build failed' -->
-<?php } ?>
-
-<div>
-<h1>Eclipse <?php echo $STREAM; ?> <?php echo $BUILD_TYPE_NAME; ?> Build: <?php echo $BUILD_ID; ?> </h1>
-
-<?php
-if (file_exists("pom_updates/index.html")) {
- echo "<h2><a href=\"pom_updates/\">POM updates made</a></h2>";
-}
-// check if test build only, just to give warning of oversite.
-// see bug 404545
-if (isset($testbuildonly) && ($testbuildonly)) {
- echo "<h2>Test-Build-Only flag found set. Input was not tagged.<h2>\n";
-}
-
-// Use of "BUILD_ID" should work for milestones, and releases, but would require a "copy"
-// being made, say for "4.5RC4" during that period we have prepared final bits, but have not
-// made visible yet (if we want "N&N" visible from RC build).
-
-if (file_exists("news/")) {
- echo "<h2><a href=\"http://www.eclipse.org/eclipse/news/${BUILD_ID}/eclipse_news_${BUILD_ID}.php\">New and Noteworthy</a></h2>\n";
-}
-// linkToAcknowledgements is a pure "marker file"
-if (file_exists("linkToAcknowledgements")) {
- echo "<h2><a href=\"http://www.eclipse.org/eclipse/development/acknowledgements_${BUILD_ID}.php\">Acknowledgments</a></h2>\n";
-}
-// linkToReadme is a pure marker file
-if (file_exists("linkToReadme")) {
- echo "<h2><a href=\"http://www.eclipse.org/eclipse/development/readme_eclipse_${BUILD_ID}.php\">Eclipse Project ${BUILD_ID} Readme</a></h2>\n";
-}
-
-if (isset ($BUILD_FAILED) ) {
- echo "<h2>Build Failed</h2><p>See <a href=\"buildlogs.php\">logs</a>.</p>\n";
- $PATTERN='!(.*)(/buildlogs/)(.*)!';
- $result = preg_match($PATTERN, $BUILD_FAILED, $MATCHES);
- // cheap short cut, since we expect only 1 such file
- $summaryFile=glob("buildFailed-*");
- if ($result !== FALSE) {
- $SPECIFIC_LOG=$MATCHES[3];
- echo "<p>Specifically, see <a href=\"buildlogs/$SPECIFIC_LOG\">the log with errors</a>, \n";
- echo "or a <a href=\"$summaryFile[0]\">summary</a>. <br /> \n";
- echo "Or see traditional <a href=\"testResults.php\">Compile Logs</a> (if any).</p>\n";
- }
-
-
-}
-else {
-?>
- <p style="padding-bottom: 1em">This page provides access to the various deliverables of Eclipse Platform build along with
-is logs and tests.</p>
-</div>
-
-<div id="midcolumn">
-
-<h3>Logs and Test Links</h3>
-
-<?php
- // for current (modern) builds, test results are always in
- // 'testresults'. That directory only exists after first results
- // have finished and been "published".
- if (file_exists("testresults")) {
- $testResultsDirName="testresults";
- } elseif (file_exists("results")) {
- $testResultsDirName="results";
- } else {
- $testResultsDirName="";
- }
-
-
- $boxes=calcTestConfigsRan($testResultsDirName);
- if ($boxes < 0 ) {
- $boxesDisplay = 0;
- } else {
- $boxesDisplay = $boxes;
- }
-
- // echo "<ul class='midlist'>";
- echo "<ul>";
- // We will always display link to logs (as normal link, not using color:inherit;)
- echo "<li>View the <a style=\"text-decoration:none\" title=\"Link to logs.\" href=\"testResults.php\">logs for the current build</a>.</li>\n";
-
- // This section if for overall status if anything failed, overall is failed
- // -3 is special code meaning no testResults directory exists yet.
- if ($boxes == -3) {
- $testResultsStatus = "pending";
- } else {
- /* since boxes is not -3, there must be at least one */
- $totalFailed = 0;
- $expectedBoxes = count($expectedTestConfigs);
- foreach ($expectedTestConfigs as $config) {
-
- if (isset($testResults[$config])) {
- $testRes = $testResults[$config];
- $failed = $testRes['failCount'];
- $totalFailed = $totalFailed + $failed;
- }
- }
- if ($totalFailed == 0 && $boxes == $expectedBoxes) {
- $testResultsStatus = "success";
- } elseif ($totalFailed == 0 && $boxes < $expectedBoxes) {
- $testResultsStatus = "inProgress";
- } elseif ($totalFailed > 0 && $boxes > 0) {
- $testResultsStatus = "failed";
- } else {
- // This is some sort of programming error?
- // Don't think we should get to here?
- // Will flag as "unknown" but not sure how to convey that ....
- // would only be useful if debugging.
- $testResultsStatus = "unknown";
- }
- }
-
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- }
- else {
- if ($testResultsStatus === "failed") {
- /* note we don't override 'inherit' cases, just 'failed'. */
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- } else {
- $linkColor = 'red';
- }
- } elseif ($testResultsStatus === "success") {
- $linkColor='green';
- } elseif ($testResultsStatus === "pending") {
- $linkColor='inherit';
- } elseif ($testResultsStatus === "inProgress") {
- $linkColor='inherit';
- }
- }
-
-
- if ($testResultsStatus == "pending") {
- echo "<li>Integration and unit tests are pending.</li>\n";
- } else {
- echo "<li>View the <a style=\"color:${linkColor};text-decoration:none\" title=\"Link test results.\" href=\"testResults.php\">integration and unit test results for the current build.</a></li>\n";
- }
-
-
- /* performance tests line item */
- $generated=file_exists("performance/global_fp.php");
- if (file_exists("performance/performance.php") && $generated) {
- echo "<li>View the <a href=\"performance/performance.php\">performance test results</a> for the current build.</li>\n";
- } else {
- echo "<li>Performance tests are pending.</li>\n";
- }
-
- echo "</ul>\n";
-
- echo "<h3>Summary of Unit Tests Results</h3>";
- echo "<table class=\"testTable\">\n";
- echo "<caption>".$boxesDisplay." of ".count($expectedTestConfigs)." integration and unit test configurations are complete.</caption> \n";
- echo "<tr><th style=\"width:40%\">Tested Platform</th><th>Failed</th><th>Passed</th><th>Total</th><th>Test&nbsp;Time&nbsp;(s)</th></tr>\n";
-
- foreach ($expectedTestConfigs as $config) {
-
- if (isset($testResults[$config])) {
- $testRes = $testResults[$config];
- $failed = $testRes['failCount'];
- $passed = $testRes['passCount'];
- $total = $failed + $passed;
- $duration = $testRes['duration'];
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- }
- else {
- if ($failed > 0) {
- /* note we don't override 'inherit' cases, just 'failed'. */
- if (file_exists("overrideTestColor")) {
- $linkColor='green';
- } else {
- $linkColor = 'red';
- }
- } else {
- $linkColor='green';
- }
- }
- echo "<tr>\n";
- echo "<td style=\"text-align:left\">\n";
- echo "<a style=\"color:${linkColor};text-decoration:none\" href=\"testResults.php\">".$config."</a>";
- echo "</td>\n";
- echo "<td>$failed</td><td>$passed</td><td>$total</td><td>$duration</td>\n";
- echo "</tr>\n";
- }
- else {
- /* Yes, all configs intentionally links, since all go to the same place, but if no results yet, would not look like one. */
- $linkColor = 'inherit';
- echo "<tr>\n";
- echo "<td style=\"text-align:left\">\n";
- echo "<a style=\"color:${linkColor};text-decoration:none\" href=\"testResults.php\">".$config."</a>";
- echo "</td>\n";
- echo "<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\n";
- echo "</tr>\n";
- }
- }
- echo "</table>\n";
-
-
-?>
-
- <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
- # when we do, will need some work here.
- # FWIW, we may want to construct elaborate query into CGit for this,
- # even though that'd be elaborate, would get user to an area where
- # they coudl tweak query, if desired?
- if (file_exists("report.txt")) {
- echo "<p><a href=\"report.txt\">Report of changes</a> from previous build.</p>";
- }
-?>
-
-<?php
- if (file_exists("buildnotes/")) {
- echo "<li><a href=\"buildNotes.php\">View build notes for the current build.</a></li>";
- }
-?>
-</ul>
-</div> <!-- end midcolumn -->
-
-<?php
- include("dropSectionUtils.php");
- include("computeRepoURLs.php");
-?>
- <!-- main download section -->
-<div class="dropSection">
-<h3 id="Repository">Eclipse p2 Repository&nbsp;<a href="details.html#Repository"><img src="images/more.gif" title="More..." alt="[More]" /></a></h3>
-
-<?php startTable(); ?>
-
-<?php
- if ((file_exists("$relativePath3/updates/".$STREAM_REPO_NAME)) || (file_exists("$relativePath4/updates/".$STREAM_REPO_NAME))) {
- echo "<tr><td> \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 "</td></tr> \n";
- }
- if ((file_exists("$relativePath3/updates/"."$BUILD_REPO_NAME")) || (file_exists("$relativePath4/updates/"."$BUILD_REPO_NAME")) ) {
- echo "<tr><td> \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 "</td></tr> \n";
- }
-?>
-</table>
-
-
-
-<h3 id="EclipseSDK"> Eclipse SDK&nbsp;<a href="details.html#EclipseSDK"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-
-<tr>
-<td>Windows</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-win32.zip"); ?>
-</tr>
-<tr>
-<td>Windows (x86_64)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390x/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-s390x.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-s390.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"); ?>
-</tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-solaris-gtk-sparcv9.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-solaris-gtk-x86.zip"); ?>
-</tr>
-<tr>
-<td>HP-UX (ia64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-hpux-gtk-ia64.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-aix-gtk-ppc.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC64/GTK+)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-aix-gtk-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<?php genLinks("eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"); ?>
-</tr>
-<?php endTable(); ?>
-
-<h3 id="PlatformRuntime"> Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td>Windows</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-win32.zip"); ?>
-</tr>
-<tr>
-<td>Windows (x86_64)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-win32-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390x/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-s390x.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (s390/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-s390.tar.gz"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"); ?>
-</tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-solaris-gtk-sparcv9.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-solaris-gtk-x86.zip"); ?>
-</tr>
-<tr>
-<td>HPUX (ia64/GTK+)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-hpux-gtk-ia64.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC/GTK)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-aix-gtk-ppc.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC64/GTK)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-aix-gtk-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<?php genLinks("eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="Runtime Repo" /> Platform Runtime Repo </td>
-<?php genLinks("org.eclipse.platform-${BUILD_ID}.zip"); ?>
-</tr>
-
-<?php endTable(); ?>
-
-<h3 id="JDTRuntime"> JDT Deliverables&nbsp;<a href="details.html#JDTRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="JDT Repo" /> JDT Runtime Repo </td>
-<?php genLinks("org.eclipse.jdt-${BUILD_ID}.zip"); ?>
-</tr>
-
-<tr>
-<td><img src = "repo.gif" alt=" JDT Source Repo" /> JDT Source Repo </td>
-<?php genLinks("org.eclipse.jdt.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-<tr>
-<td>Standalone JDT compiler</td>
-<?php genLinks("ecj-${BUILD_ID}.jar"); ?>
-</tr>
-<tr>
-<td>Standalone JDT compiler with source</td>
-<?php genLinks("ecjsrc-${BUILD_ID}.jar"); ?>
-</tr>
-
-<?php endTable(); ?>
-
-<h3 id="PDERuntime"> PDE Deliverables&nbsp;<a href="details.html#PDERuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE API Tools" /> PDE API Tools execution environment fragments repo</td>
-<?php genLinks("org.eclipse.pde.api.tools.ee.feature-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE Repo" /> PDE Repo </td>
-<?php genLinks("org.eclipse.pde-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="PDE Source Repo" /> PDE Source Repo </td>
-<?php genLinks("org.eclipse.pde.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-<?php endTable(); ?>
-
-<h3 id="SWT">Standalone SWT Binary and Source&nbsp;<a href="details.html#SWT"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td>Windows</td>
-<?php genLinks("swt-${BUILD_ID}-win32-win32-x86.zip"); ?>
-</tr>
-<tr>
-<td>Windows (x86_64)</td>
-<?php genLinks("swt-${BUILD_ID}-win32-win32-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-x86.zip"); ?>
-</tr>
-<tr>
-<td>Linux (x86_64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-x86_64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (PPC/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc.zip"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Linux (PPC64LE/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc64le.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 11 (SPARCv9/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-solaris-sparcv9.zip"); ?>
-</tr>
-<tr>
-<td>Solaris 10 (x86/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-solaris-x86.zip"); ?>
-</tr>
-<tr>
-<td>HPUX (ia64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-hpux-ia64.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-aix-ppc.zip"); ?>
-</tr>
-<tr>
-<td>AIX (PPC64/GTK+)</td>
-<?php genLinks("swt-${BUILD_ID}-gtk-aix-ppc64.zip"); ?>
-</tr>
-<tr>
-<td>Mac OSX (Mac/Cocoa/x86_64)</td>
-<?php genLinks("swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"); ?>
-</tr>
-
-<?php endTable(); ?>
-<h3 id="RCPRuntime"> RCP Runtime Binary and SDK&nbsp;<a href="details.html#RCPRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="RCP Repo" /> RCP Runtime Repo </td>
-<?php genLinks("org.eclipse.rcp-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="RCP Source Repo" /> RCP Source Repo </td>
-<?php genLinks("org.eclipse.rcp.source-${BUILD_ID}.zip"); ?>
-</tr>
-<?php endTable(); ?>
-
-<!-- Misc. -->
-<h3 id="Other">Other Deliverables&nbsp;<a href="details.html#CVSRuntime"><img
- src="images/more.gif" title="More..." alt="[More]" /></a>
-</h3>
-<?php startTable(); ?>
-<tr>
- <?php columnHeads(); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="Examples" /> Eclipse Examples Repo</td>
-<?php genLinks("org.eclipse.sdk.examples.source-${BUILD_ID}.zip"); ?>
-</tr>
-
-<tr>
-<td><img src = "repo.gif" alt="Releng Tools Repo" /> Releng Tools Repo</td>
-<?php genLinks("org.eclipse.releng.tools-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="CVS Repo" /> CVS Runtime Repo </td>
-<?php genLinks("org.eclipse.cvs-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="CVS Source Repo" /> CVS Source Repo </td>
-<?php genLinks("org.eclipse.cvs.source-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td><img src = "repo.gif" alt="Test Framework" />Test Frameework</td>
-<?php genLinks("eclipse-test-framework-${BUILD_ID}.zip"); ?>
-</tr>
-<tr>
-<td>Test Framework and Unit Tests</td>
-<?php genLinks("eclipse-Automated-Tests-${BUILD_ID}.zip"); ?>
-</tr>
-<?php endTable(); ?>
-<!--
-<tr>
-<td>All</td>
-<?php genLinks("eclipse-${BUILD_ID}-delta-pack.zip"); ?>
-</tr>
--->
-
-<?php endTable(); ?>
-
-<?php } ?>
-</div> <!-- end dropsection -->
-</div> <!-- close div classs=container -->
-</main> <!-- close main role="main" element -->
-</body>
-</html>
-<?php
- #$html = ob_get_clean();
- ob_end_flush();
- #echo the computed content
- # echo $html;
-?>
-

Back to the top