Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-06-26 12:36:48 +0000
committerSravan Kumar Lakkimsetti2018-06-26 12:39:36 +0000
commit880642273a134fc31f6143dd51c358fc5175a7bf (patch)
tree075573489d1f15b6708e3bb741e9f91664d4931d /production/downloadsites
parentbb1a7d230954c9d63a2757b22a2b9150e0db3caa (diff)
downloadeclipse.platform.releng.aggregator-880642273a134fc31f6143dd51c358fc5175a7bf.tar.gz
eclipse.platform.releng.aggregator-880642273a134fc31f6143dd51c358fc5175a7bf.tar.xz
eclipse.platform.releng.aggregator-880642273a134fc31f6143dd51c358fc5175a7bf.zip
Bug 536298 - Update previous release to 4.8
Change-Id: I90b180fe660c4196c143bffbea4bb1d5644454f3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/downloadsites')
-rw-r--r--production/downloadsites/eclipse/downloads/dlYconfig4.php4
-rw-r--r--production/downloadsites/eclipse/updates/index.html4
2 files changed, 3 insertions, 5 deletions
diff --git a/production/downloadsites/eclipse/downloads/dlYconfig4.php b/production/downloadsites/eclipse/downloads/dlYconfig4.php
index 75b95d429..a87f4a129 100644
--- a/production/downloadsites/eclipse/downloads/dlYconfig4.php
+++ b/production/downloadsites/eclipse/downloads/dlYconfig4.php
@@ -1,11 +1,9 @@
<?php
$dropPrefix = array();
$dropPrefix[]="Y";
-$dropPrefix[]="U";
$dropPrefix[]="P";
$dropType = array();
-$dropType[]="4.7 Java 9 Beta Builds";
-$dropType[]="4.7 JUnit 5 Beta Builds";
+$dropType[]="4.9 Java 11 Beta Builds";
$dropType[]="Patch Builds";
// the "prefix" array and dropType array must be of same size, defined in right order
for ($i = 0; $i < count($dropType); $i++) {
diff --git a/production/downloadsites/eclipse/updates/index.html b/production/downloadsites/eclipse/updates/index.html
index aa8a19163..13e081ba5 100644
--- a/production/downloadsites/eclipse/updates/index.html
+++ b/production/downloadsites/eclipse/updates/index.html
@@ -2,9 +2,9 @@
<html>
<head>
<title>Eclipse</title>
- <meta http-equiv="REFRESH" content="0;url=http://download.eclipse.org/eclipse/updates/4.7/" />
+ <meta http-equiv="REFRESH" content="0;url=http://download.eclipse.org/eclipse/updates/4.8/" />
</head>
<body>
- This page will redirect to <a href="http://download.eclipse.org/eclipse/updates/4.7/">current software repository</a>.
+ This page will redirect to <a href="http://download.eclipse.org/eclipse/updates/4.8/">current software repository</a>.
</body>
</html>

Back to the top