Bug 578536 - Stop pointing to http://download.eclipse.org

Point to https://download.eclipse.org

Change-Id: Ia7687e999f49da448598f13d04419db6c10e4006
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.common/+/190292
Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.jdt.doc.isv/porting/3.9/incompatibilities.html b/bundles/org.eclipse.jdt.doc.isv/porting/3.9/incompatibilities.html
index dad3c57..247eddb 100644
--- a/bundles/org.eclipse.jdt.doc.isv/porting/3.9/incompatibilities.html
+++ b/bundles/org.eclipse.jdt.doc.isv/porting/3.9/incompatibilities.html
@@ -30,7 +30,7 @@
 <a href="http://htmlpreview.github.com/?https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.11.html">JUnit 4.11</a>.
 The <code>org.junit4</code> compatibility bundle has been removed, and <code>org.junit</code> version 3.8.2 is no longer shipped with the Eclipse SDK.
 Note that JUnit 4 still contains the JUnit 3 APIs. If you need <code>org.junit_3.8.2</code> back for
-whatever reason, you can still get it from <a href="http://download.eclipse.org/tools/orbit/downloads/">Orbit</a>.
+whatever reason, you can still get it from <a href="https://download.eclipse.org/tools/orbit/downloads/">Orbit</a>.
 <p><strong>Action required:</strong> Clients that require <code>org.junit4</code> should switch over to <code>org.junit</code>.
 Your <code>Require-Bundle:</code> entries should just point to
 <code>org.junit;bundle-version="4.11.0"</code> (or an earlier version, if you like).
diff --git a/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm b/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm
index 4e8a11c..8ec6895 100644
--- a/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm
+++ b/bundles/org.eclipse.jdt.doc.user/tasks/task-using_batch_compiler.htm
@@ -23,7 +23,7 @@
 <h3>Finding the batch compiler</h3>
 <p>The batch compiler class is located in the JDT Core plug-in. The name of the class is <i>org.eclipse.jdt.compiler.batch.BatchCompiler</i>. It is packaged into
 <code>plugins/org.eclipse.jdt.core_&lt;version&gt;.jar</code>. Since 3.2, it is also available as a separate download. The name of the file is <code>ecj.jar</code>. Its corresponding source
-is also available. To get them, go to the <a href="http://download.eclipse.org/eclipse/downloads/">download page</a> and select the link for the desired build name. Search for the section <b>JDT Core Batch Compiler</b>. This jar contains the
+is also available. To get them, go to the <a href="https://download.eclipse.org/eclipse/downloads/">download page</a> and select the link for the desired build name. Search for the section <b>JDT Core Batch Compiler</b>. This jar contains the
 batch compiler and the javac ant adapter.</p>
 
 <p>Since 3.3, this jar also contains the support for jsr199 (Compiler API) and the support for jsr269 (Annotation processing). <b>In order to use the annotations processing support, a 1.6 VM is
diff --git a/bundles/org.eclipse.pde.doc.user/tasks/pde_fetch_phase.htm b/bundles/org.eclipse.pde.doc.user/tasks/pde_fetch_phase.htm
index 112a2f6..42f3857 100644
--- a/bundles/org.eclipse.pde.doc.user/tasks/pde_fetch_phase.htm
+++ b/bundles/org.eclipse.pde.doc.user/tasks/pde_fetch_phase.htm
@@ -83,7 +83,7 @@
 
 Example:
 <div style="text-align: center;">
-   <pre>plugin@com.ibm.icu,3.4.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S200705301823/bundles/com.ibm.icu_3.4.5.jar, unpack=true</pre>
+   <pre>plugin@com.ibm.icu,3.4.5=GET,https://download.eclipse.org/tools/orbit/downloads/drops/S200705301823/bundles/com.ibm.icu_3.4.5.jar, unpack=true</pre>
 </div>
 
 <h4><a name="p2_fetch">Map file entry for a p2 fetch</a></h4>
diff --git a/bundles/org.eclipse.pde.doc.user/tasks/pde_p2_reusingmetadata.htm b/bundles/org.eclipse.pde.doc.user/tasks/pde_p2_reusingmetadata.htm
index 645077b..76f8fb3 100644
--- a/bundles/org.eclipse.pde.doc.user/tasks/pde_p2_reusingmetadata.htm
+++ b/bundles/org.eclipse.pde.doc.user/tasks/pde_p2_reusingmetadata.htm
@@ -29,12 +29,12 @@
 	
 <b>customTargets.xml:</b>
 &lt;target name="preProcessRepos"&gt;
-   &lt;p2.mirror source="http://download.eclipse.org/releases/galileo" destination="file:${repoBaseLocation}/mirrored"&gt;
+   &lt;p2.mirror source="https://download.eclipse.org/releases/galileo" destination="file:${repoBaseLocation}/mirrored"&gt;
       &lt;iu id="org.eclipse.equinox.p2.user.ui.feature.group" /&gt;
       &lt;iu id="org.eclipse.cdt.feature.group"/&gt;
    &lt;/p2.mirror&gt;
-   &lt;property name="RCP.Repo-3.5RC3" value="http://download.eclipse.org/eclipse/downloads/drops/S-3.5RC3-200905282000/org.eclipse.rcp-p2repo-3.5RC3.zip" /&gt;
-   &lt;property name="Equinox.Repo-3.5RC3" value="http://download.eclipse.org/equinox/drops/S-3.5RC3-200905282000/equinox-SDK-3.5RC3.zip" /&gt;
+   &lt;property name="RCP.Repo-3.5RC3" value="https://download.eclipse.org/eclipse/downloads/drops/S-3.5RC3-200905282000/org.eclipse.rcp-p2repo-3.5RC3.zip" /&gt;
+   &lt;property name="Equinox.Repo-3.5RC3" value="https://download.eclipse.org/equinox/drops/S-3.5RC3-200905282000/equinox-SDK-3.5RC3.zip" /&gt;
    &lt;get src="${RCP.Repo-3.5RC3" dest="${repoBaseLocation}/org.eclipse.rcp-p2repo-3.5RC3.zip" /&gt;
    &lt;get src="${Equinox.Repo-3.5RC3" dest=""${repoBaseLocation}/eclipse-equinox-3.5RC3.zip" /&gt;
 &lt;/target&gt;
diff --git a/bundles/org.eclipse.pde.doc.user/tasks/pde_packager.htm b/bundles/org.eclipse.pde.doc.user/tasks/pde_packager.htm
index 8e28ec6..d1662a3 100644
--- a/bundles/org.eclipse.pde.doc.user/tasks/pde_packager.htm
+++ b/bundles/org.eclipse.pde.doc.user/tasks/pde_packager.htm
@@ -197,7 +197,7 @@
     used.<br />
     Examples:<br />
     <pre>
-eclipse-SDK-3.1-win32.zip=http://download.eclipse.org/downloads/drops/R-3.1-200506271435/ | win32,win32,x86 | | sdk | eclipse<br />eclipse-PDE-3.1.zip=http://download.eclipse.org/downloads/drops/R-3.1-200506271435/ | | | runtime | pde<br />
+eclipse-SDK-3.1-win32.zip=https://download.eclipse.org/downloads/drops/R-3.1-200506271435/ | win32,win32,x86 | | sdk | eclipse<br />eclipse-PDE-3.1.zip=https://download.eclipse.org/downloads/drops/R-3.1-200506271435/ | | | runtime | pde<br />
 </pre>
     <h2>
 
diff --git a/bundles/org.eclipse.platform.doc.isv/guide/p2_api_overview.htm b/bundles/org.eclipse.platform.doc.isv/guide/p2_api_overview.htm
index dd0c478..dbc6bdc 100644
--- a/bundles/org.eclipse.platform.doc.isv/guide/p2_api_overview.htm
+++ b/bundles/org.eclipse.platform.doc.isv/guide/p2_api_overview.htm
@@ -162,7 +162,7 @@
 </p>
 <code>
 &nbsp;&nbsp;&nbsp;IMetadataRepositoryManager manager = (IMetadataRepositoryManager) agent.getService(IMetadataRepositoryManager.SERVICE_NAME);<br>
-&nbsp;&nbsp;&nbsp;IMetadataRepository repository = manager.loadRepository(new URI("http://download.eclipse.org/releases/helios"), new NullProgressMonitor());<br>
+&nbsp;&nbsp;&nbsp;IMetadataRepository repository = manager.loadRepository(new URI("https://download.eclipse.org/releases/helios"), new NullProgressMonitor());<br>
 </code>
 <h4>Profiles and Profile Registries</h4>
 <p>
diff --git a/bundles/org.eclipse.platform.doc.isv/guide/p2_director.html b/bundles/org.eclipse.platform.doc.isv/guide/p2_director.html
index c914452..5a442d4 100644
--- a/bundles/org.eclipse.platform.doc.isv/guide/p2_director.html
+++ b/bundles/org.eclipse.platform.doc.isv/guide/p2_director.html
@@ -51,7 +51,7 @@
 <code>
   &lt;targetProductFolder&gt;/eclipsec.exe
    -application org.eclipse.equinox.p2.director
-   -repository http://download.eclipse.org/releases/helios/
+   -repository https://download.eclipse.org/releases/helios/
    -installIU org.eclipse.cdt.feature.group/&lt;version&gt;
 </code>
 </pre>
@@ -80,7 +80,7 @@
 <code>
    d:\builder\eclipsec.exe
    -application org.eclipse.equinox.p2.director
-   -repository http://download.eclipse.org/releases/helios/
+   -repository https://download.eclipse.org/releases/helios/
    -installIU org.eclipse.cdt.feature.group
    -tag AddCDT
    -destination d:/eclipse/
@@ -105,7 +105,7 @@
 <code>
    d:\builder\eclipsec.exe
    -application org.eclipse.equinox.p2.director
-   -repository http://download.eclipse.org/eclipse/updates/3.6
+   -repository https://download.eclipse.org/eclipse/updates/3.6
    -installIU org.eclipse.sdk.ide
    -tag InitialState
    -destination d:/eclipse/
@@ -129,7 +129,7 @@
    d:\builder\eclipsec.exe
    -nosplash
    -application org.eclipse.equinox.p2.director
-   -repository http://download.eclipse.org/releases/mars
+   -repository https://download.eclipse.org/releases/mars
    -installIU org.eclipse.sdk.ide
    -tag InitialState
    -destination d:/eclipse/MyApp.app/
diff --git a/bundles/org.eclipse.platform.doc.isv/guide/p2_mirror.html b/bundles/org.eclipse.platform.doc.isv/guide/p2_mirror.html
index 32a2bb3..1c4da41 100644
--- a/bundles/org.eclipse.platform.doc.isv/guide/p2_mirror.html
+++ b/bundles/org.eclipse.platform.doc.isv/guide/p2_mirror.html
@@ -23,7 +23,7 @@
 <code>
    &lt;eclipseInstall&gt;\eclipse.exe
    -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication
-   -source http://download.eclipse.org/releases/ganymede
+   -source https://download.eclipse.org/releases/ganymede
    -destination file:d:/artifactLocalRepository/
 </code>
 </pre>
@@ -61,7 +61,7 @@
 <code>
     &lt;eclipseInstall&gt;\eclipse.exe
    -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
-   -source http://download.eclipse.org/releases/ganymede
+   -source https://download.eclipse.org/releases/ganymede
    -destination file:d:/metadataLocalRepository/
 </code>
 </pre>
diff --git a/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm b/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm
index 8622ba8..8c6d67e 100644
--- a/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm
+++ b/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm
@@ -44,7 +44,7 @@
               <div class="c1">
 
                 <tt>&lt;p2.mirror
-                source="http://download.eclipse.org/releases/helios" ....
+                source="https://download.eclipse.org/releases/helios" ....
                 /&gt;</tt>
               </div>
             </li>
@@ -70,7 +70,7 @@
               URL). For example:
               <pre>
 &lt;source kind="metatata" dir="/build/input" includes="*.zip" /&gt;
-&lt;source location="http://download.eclipse.org/releases/helios" /&gt;
+&lt;source location="https://download.eclipse.org/releases/helios" /&gt;
 </pre>
             </li>
             <li>A <b><tt>&lt;source&gt;</tt></b> element containing a list of
@@ -79,7 +79,7 @@
               <pre>
 
 &lt;source&gt;
-   &lt;repository location="http://download.eclipse.org/releases/helios" /&gt;
+   &lt;repository location="https://download.eclipse.org/releases/helios" /&gt;
    &lt;repository kind="metadata" file="/build/repos/cdt-master-6.0.0-I200903161435.zip" /&gt;
    &lt;repository kind="artifact" dir="/build/repos" includes="*repo" /&gt;
 &lt;/source&gt;
@@ -622,7 +622,7 @@
       bundles locally (perhaps in preparation for a build).
     </p>
     <pre>
- &lt;p2.mirror source="http://download.eclipse.org/releases/helios" destination="${p2Repo}"&gt;
+ &lt;p2.mirror source="https://download.eclipse.org/releases/helios" destination="${p2Repo}"&gt;
     &lt;slicingOptions followStrict="true" /&gt;
     &lt;iu id="org.eclipse.equinox.p2.user.ui.feature.group" /&gt;
     &lt;iu id="org.eclipse.ecf"/&gt;