Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-01-22 01:34:12 +0000
committerDavid Williams2015-01-22 01:34:12 +0000
commitabd4b14dfadd91788a635eaa67652ac0db7a0093 (patch)
tree7ab5b6ccc18e39d8919d8180f33395cfe59917ac
parentb0818e2496d3468a8bede14ee02fdd7b3aec1e2b (diff)
downloadeclipse.platform.releng.aggregator-abd4b14dfadd91788a635eaa67652ac0db7a0093.tar.gz
eclipse.platform.releng.aggregator-abd4b14dfadd91788a635eaa67652ac0db7a0093.tar.xz
eclipse.platform.releng.aggregator-abd4b14dfadd91788a635eaa67652ac0db7a0093.zip
Bug 458080 - [regression] Delta pack inadvertently removed from 4.4.2 DL
page
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
index b55eae96f..ba063ac0f 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
@@ -68,7 +68,7 @@ require("DL.thin.header.php.html");
<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="#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>
@@ -382,7 +382,7 @@ else {
%rcpsdk%
</table>
-<!--
+
<h3 id="DeltaPack">DeltaPack&nbsp;<a href="details.html#DeltaPack"><i class="fa fa-info-circle">&nbsp;</i></a>
</h3>
<?php startTable(); ?>
@@ -391,7 +391,7 @@ else {
</tr>
%deltapack%
</table>
--->
+
<h3 id="PlatformRuntime">Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><i class="fa fa-info-circle">&nbsp;</i></a>
</h3>

Back to the top