Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml4
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/computeRepoURLs.php4
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php6
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/dropSectionUtils.php2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/build.php4
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/download.php10
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/templateFiles/testResults.template.php2
8 files changed, 17 insertions, 17 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
index 85ead3fe4..4f0343ae4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/getBaseBuilderAndTools.xml
@@ -103,7 +103,7 @@
<property
name="platformURL"
- value="http://${basedownloadHost}/eclipse/downloads/drops4/${eclipseBaseDir}" />
+ value="https://${basedownloadHost}/eclipse/downloads/drops4/${eclipseBaseDir}" />
<!--
We used to use binary platform, since smaller, but moved to SDK, to be able to use API Tools.
But then moved back to Platform, after having some cases where we need to pick up new fixes from
@@ -119,7 +119,7 @@
-->
<property
name="eclipserun-repo"
- value="http://download.eclipse.org/eclipse/updates/4.15-I-builds/" />
+ value="https://download.eclipse.org/eclipse/updates/4.15-I-builds/" />
<echo message="eclipserun-repo: ${eclipserun-repo}" />
<property
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/computeRepoURLs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/computeRepoURLs.php
index 2bbd9568e..8ede67e17 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/computeRepoURLs.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/computeRepoURLs.php
@@ -71,7 +71,7 @@ function computeSTREAM_REPO_NAME () {
}
function computeSTREAM_REPO_URL () {
- $STREAM_REPO_URL="http://download.eclipse.org/eclipse/updates/".computeSTREAM_REPO_NAME ()."/";
+ $STREAM_REPO_URL="https://download.eclipse.org/eclipse/updates/".computeSTREAM_REPO_NAME ()."/";
return $STREAM_REPO_URL;
}
@@ -93,7 +93,7 @@ function computeBUILD_REPO_NAME () {
return $BUILD_REPO_NAME;
}
function computeBUILD_REPO_URL () {
- $BUILD_REPO_URL="http://download.eclipse.org/eclipse/updates/".computeBUILD_REPO_NAME()."/";
+ $BUILD_REPO_URL="https://download.eclipse.org/eclipse/updates/".computeBUILD_REPO_NAME()."/";
return $BUILD_REPO_URL;
}
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
index a3434576f..60c4860a9 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/details.html
@@ -127,7 +127,7 @@
is included in Eclipse SDK. For those that do not need that
support but need a smaller footprint for their own products, there
is a subset of ICU4J, "com.ibm.icu.base" available from the <a
- href="http://download.eclipse.org/tools/orbit/downloads/">Orbit
+ href="https://download.eclipse.org/tools/orbit/downloads/">Orbit
Download Page</a>.
</li>
</ul></li>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php
index 863849d27..7c17b9406 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/download.php
@@ -2,7 +2,7 @@
<head>
<title>Eclipse Download Click Through</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="http://download.eclipse/eclipse/default_style.css" type="text/css">
+<link rel="stylesheet" href="https://download.eclipse/eclipse/default_style.css" type="text/css">
<?php
include("buildproperties.php");
@@ -89,9 +89,9 @@ if (array_key_exists("QUERY_STRING", $_SERVER)) {
$mirror=true;
if (strstr($servername,"eclipse.org")) {
$mirror=false;
- $eclipselink="http://www.eclipse.org/downloads/download.php?file="."$dlprefix/$buildLabel/$dropFile";
+ $eclipselink="https://www.eclipse.org/downloads/download.php?file="."$dlprefix/$buildLabel/$dropFile";
} else {
- $mirrorlink = "http://$servername$path/$dropFile";
+ $mirrorlink = "https://$servername$path/$dropFile";
}
$clickFile = "clickThroughs/";
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/dropSectionUtils.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/dropSectionUtils.php
index 0ea8f301d..19f3a5676 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/dropSectionUtils.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/dropSectionUtils.php
@@ -59,6 +59,6 @@ function genLinks($zipfile) {
// Also handy/needed when doing "local test builds".
// Remember, md5 and sha1 are still in "checksum" directory, for at least initial Luna release, just not linked to. See bug
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=423714
- // echo "<td><a href=\"http://download.eclipse.org/eclipse/downloads/drops4/$BUILD_DIR_SEG/checksum/$zipfile.sha512\">[SHA512]</a></td>";
+ // echo "<td><a href=\"https://download.eclipse.org/eclipse/downloads/drops4/$BUILD_DIR_SEG/checksum/$zipfile.sha512\">[SHA512]</a></td>";
}
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/build.php b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/build.php
index 1d3892081..ed6e98bec 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/build.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/build.php
@@ -22,8 +22,8 @@ function getDropSize($zipfile) {
// TODO: change build index tool not to generate these "calls" at all.
// In the mean time, we will just return empty string.
function generateChecksumLinks($zipfile, $buildDir) {
- //return "<td><a href=\"http://download.eclipse.org/equinox/drops/$buildDir/checksum/$zipfile.md5\"><img src=\"/equinox/images/md5.png\" alt=\"md5\"/></a><a href=\"http://download.eclipse.org/equinox/drops/$buildDir/checksum/$zipfile.sha1\"><img src=\"/equinox/images/sha1.png\" alt=\"sha1\"/></a></td>";
- //return "<td><a href=\"http://download.eclipse.org/equinox/drops/$buildDir/checksum/$zipfile.sha512\"><img src=\"/equinox/images/sha1.png\" alt=\"sha512\"/></a></td>";
+ //return "<td><a href=\"https://download.eclipse.org/equinox/drops/$buildDir/checksum/$zipfile.md5\"><img src=\"/equinox/images/md5.png\" alt=\"md5\"/></a><a href=\"https://download.eclipse.org/equinox/drops/$buildDir/checksum/$zipfile.sha1\"><img src=\"/equinox/images/sha1.png\" alt=\"sha1\"/></a></td>";
+ //return "<td><a href=\"https://download.eclipse.org/equinox/drops/$buildDir/checksum/$zipfile.sha512\"><img src=\"/equinox/images/sha1.png\" alt=\"sha512\"/></a></td>";
return "";
}
?>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/download.php b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/download.php
index 03b8aae91..675b2480a 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/download.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/staticDropFiles/download.php
@@ -2,7 +2,7 @@
<head>
<title>Eclipse Download Click Through</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="http://download.eclipse/eclipse/default_style.css" type="text/css">
+<link rel="stylesheet" href="https://download.eclipse/eclipse/default_style.css" type="text/css">
<?php
$servername=$_SERVER['SERVER_NAME'];
@@ -15,9 +15,9 @@ $qstring = $_SERVER['QUERY_STRING'];
$dropFile=array_pop(split("=",$qstring,-1));
if ($qstring) {
- $url = "http://$servername$script?$qstring";
+ $url = "https://$servername$script?$qstring";
} else {
- $url = "http://$servername$path$script";
+ $url = "https://$servername$path$script";
}
$dropdir = explode("/", getcwd());
@@ -32,9 +32,9 @@ $mirror=true;
if (strstr($_SERVER['SERVER_NAME'],"eclipse.org")) {
# if (strstr($_SERVER['SERVER_NAME'],"ibm.com")) {
$mirror=false;
- $eclipselink="http://www.eclipse.org/downloads/download.php?file=/equinox/drops/$buildDir/$dropFile";
+ $eclipselink="https://www.eclipse.org/downloads/download.php?file=/equinox/drops/$buildDir/$dropFile";
} else {
- $mirrorlink = "http://$servername$path/$dropFile";
+ $mirrorlink = "https://$servername$path/$dropFile";
}
$clickFile = "clickThroughs/";
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/templateFiles/testResults.template.php b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/templateFiles/testResults.template.php
index 4208ef35e..c599ee7fc 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/templateFiles/testResults.template.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/templateFiles/testResults.template.php
@@ -23,7 +23,7 @@
?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" title="default" href="http://download.eclipse/eclipse/default_style.css" type="text/css">
+<link rel="stylesheet" title="default" href="https://download.eclipse/eclipse/default_style.css" type="text/css">
</head>
<body>
<table width="77%" border="1">

Back to the top