Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-12-07 06:35:01 +0000
committerDavid Williams2014-12-07 06:35:01 +0000
commit5981054abafb36a5e0e8869c1e843955b4d9c119 (patch)
treeb9612261f57fa843864c83034ff1b041a22e4fcc /eclipse.platform.releng.tychoeclipsebuilder
parent5e97306216f0bf5881dda85139d7fccd16795b3d (diff)
downloadeclipse.platform.releng.aggregator-5981054abafb36a5e0e8869c1e843955b4d9c119.tar.gz
eclipse.platform.releng.aggregator-5981054abafb36a5e0e8869c1e843955b4d9c119.tar.xz
eclipse.platform.releng.aggregator-5981054abafb36a5e0e8869c1e843955b4d9c119.zip
Bug 451808 - Add Solstice "thin" theme to download pages
Adding some "example output" to Git repo. TODO: add as HTML
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php21
-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.php92
3 files changed, 793 insertions, 54 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php
index 70f85a5a3..30f0f3f5c 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/index.php
@@ -56,7 +56,6 @@ $STREAM_SERVICE = $streamArr[2];
<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>
@@ -199,7 +198,7 @@ is logs and tests.</p>
} elseif ($testResultsStatus === "pending") {
$linkColor='inherit';
} elseif ($testResultsStatus === "inProgress") {
- $linkColor='yellow';
+ $linkColor='inherit';
}
}
@@ -393,9 +392,7 @@ is logs and tests.</p>
<td>Mac OSX (Mac/Cocoa/x86_64)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"); ?>
</tr>
-
-
-</table>
+<?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>
@@ -621,7 +618,7 @@ is logs and tests.</p>
<?php genLinks("org.eclipse.pde.source-${BUILD_ID}.zip"); ?>
</tr>
-</table>
+<?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>
@@ -635,7 +632,7 @@ is logs and tests.</p>
<?php genLinks("org.eclipse.cvs-${BUILD_ID}.zip"); ?>
</tr>
-</table>
+<?php endTable(); ?>
<h3 id="CVSSDK"> CVS Client SDK&nbsp;<a href="details.html#CVSSDK"><img
src="images/more.gif" title="More..." alt="[More]" /></a>
@@ -711,7 +708,7 @@ is logs and tests.</p>
<?php genLinks("swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"); ?>
</tr>
-</table>
+<?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>
@@ -725,7 +722,7 @@ is logs and tests.</p>
<?php genLinks("org.eclipse.releng.tools-${BUILD_ID}.zip"); ?>
</tr>
-</table>
+<?php endTable(); ?>
<?php } ?>
</div> <!-- end dropsection -->
@@ -734,9 +731,9 @@ is logs and tests.</p>
</body>
</html>
<?php
- $html = ob_get_clean();
-
+ #$html = ob_get_clean();
+ ob_end_flush();
#echo the computed content
- echo $html;
+ # 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
new file mode 100644
index 000000000..6b11d8f0a
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.html
@@ -0,0 +1,734 @@
+<!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 10 (SPARC/GTK+)</td>
+<td><a style="align:left" href="eclipse-SDK-M20141205-1006-solaris-gtk.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 10 (SPARC/GTK+)</td>
+<td><a style="align:left" href="eclipse-platform-M20141205-1006-solaris-gtk.zip">eclipse-platform-M20141205-1006-solaris-gtk.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.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 10 (SPARC/GTK+)</td>
+<td><a style="align:left" href="swt-M20141205-1006-gtk-solaris-sparc.zip">swt-M20141205-1006-gtk-solaris-sparc.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-sparc.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
index 1760ed085..5be28f2e4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/ExampleOutput/indexNewGroups.php
@@ -48,32 +48,42 @@ $STREAM_SERVICE = $streamArr[2];
<?php if (! isset ($BUILD_FAILED) ) { ?>
-<aside class="col-md-6 list-hover" id="leftcol" />
-<ul id="leftnav" class="left-nav nav nav-pills nav-stacked /* ul-left-nav fa-ul */ hidden-print" style="text-color:black background-color:#76708C; background-size:cover; background-clip:border-box; /* | padding-box */ border-color: transparent /* | color | inherit? */ ">
+<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="#RCPRuntime">RCP Runtime Binary</a></li>
- <li><a href="#RCPSDK">RCP SDK</a></li>
<li><a href="#PlatformRuntime">Platform Runtime Binary</a></li>
-<ul id=leftnav" class="ul-left-nav fa-ul hidden-print" />
- <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>
-<ul id=leftnav" class="ul-left-nav fa-ul hidden-print" />
- <li><a href="#PDERuntime">PDE Runtime Binary</a></li>
- <li><a href="#PDESDK">PDE SDK</a></li>
-</ul>
<li><a href="#SWT">SWT binary and Source</a></li>
-
-<ul id=leftnav" class="ul-left-nav fa-ul hidden-print" />
- <li><a href="#ExamplePlugins">Example Plug-ins</a></li>
- <li><a href="#CVSRuntime">CVS Runtim</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><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>
@@ -206,7 +216,7 @@ is logs and tests.</p>
} elseif ($testResultsStatus === "pending") {
$linkColor='inherit';
} elseif ($testResultsStatus === "inProgress") {
- $linkColor='inheri';
+ $linkColor='inherit';
}
}
@@ -403,24 +413,6 @@ is logs and tests.</p>
</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(); ?>
-
-
<h3 id="PlatformRuntime"> Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><img
src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
@@ -606,9 +598,25 @@ is logs and tests.</p>
</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="CVSRuntime"> Misc. Components&nbsp;<a href="details.html#CVSRuntime"><img
+<h3 id="Other">Other Deliverables&nbsp;<a href="details.html#CVSRuntime"><img
src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
<?php startTable(); ?>

Back to the top