Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2022-02-16 14:15:26 +0000
committerVikas Chandra2022-02-16 14:15:26 +0000
commitb3955f4af674c3eac206c6de3aa7b8862c1e591a (patch)
treeba2141437ab576e38bea9f361a3fa88c5b58668e
parent093d0aec90e853c168e766acd04e5630d80bf70c (diff)
parentfa188e63e0f4b29b021d898adf5609ae18526ea8 (diff)
downloadeclipse.pde.build-b3955f4af674c3eac206c6de3aa7b8862c1e591a.tar.gz
eclipse.pde.build-b3955f4af674c3eac206c6de3aa7b8862c1e591a.tar.xz
eclipse.pde.build-b3955f4af674c3eac206c6de3aa7b8862c1e591a.zip
-rwxr-xr-xexamples/adt.builder/buildADT.xml8
-rwxr-xr-xexamples/adt.feature.builder/buildADT.xml8
-rw-r--r--examples/packaging_p2_product/org.example.releng/buildConfigs/master/build.properties2
-rw-r--r--org.eclipse.pde.build.tests/resources/171869/directory.txt6
-rw-r--r--org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/FetchTests.java6
-rw-r--r--org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java2
-rw-r--r--org.eclipse.pde.build.tests/test.xml2
7 files changed, 17 insertions, 17 deletions
diff --git a/examples/adt.builder/buildADT.xml b/examples/adt.builder/buildADT.xml
index f522d524..b2735033 100755
--- a/examples/adt.builder/buildADT.xml
+++ b/examples/adt.builder/buildADT.xml
@@ -7,12 +7,12 @@
<mkdir dir="${downloadFolder}/toTransform" />
<mkdir dir="${downloadFolder}/mylyn" />
- <get usetimestamp="true" dest="${downloadFolder}/cdt.zip" src="http://download.eclipse.org/tools/cdt/releases/galileo/dist/cdt-master-6.0.0.zip" />
- <get usetimestamp="true" dest="${downloadFolder}/mylyn.zip" src="http://download.eclipse.org/tools/mylyn/update-archive/3.2.0/v20090617-0100/mylyn-3.2.0.v20090617-0100-e3.4.zip"/>
- <get usetimestamp="true" dest="${downloadFolder}/cvs.zip" src="http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.cvs-p2repo-3.5.zip" />
+ <get usetimestamp="true" dest="${downloadFolder}/cdt.zip" src="https://download.eclipse.org/tools/cdt/releases/galileo/dist/cdt-master-6.0.0.zip" />
+ <get usetimestamp="true" dest="${downloadFolder}/mylyn.zip" src="https://download.eclipse.org/tools/mylyn/update-archive/3.2.0/v20090617-0100/mylyn-3.2.0.v20090617-0100-e3.4.zip"/>
+ <get usetimestamp="true" dest="${downloadFolder}/cvs.zip" src="https://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.cvs-p2repo-3.5.zip" />
<!-- we will use the platform.zip as our base, so put it separately to be transformed -->
- <get usetimestamp="true" dest="${downloadFolder}/toTransform/platform.zip" src="http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.platform-p2repo-3.5.zip" />
+ <get usetimestamp="true" dest="${downloadFolder}/toTransform/platform.zip" src="https://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.platform-p2repo-3.5.zip" />
</target>
<target name="publishMylyn">
diff --git a/examples/adt.feature.builder/buildADT.xml b/examples/adt.feature.builder/buildADT.xml
index d505053d..0334d5d1 100755
--- a/examples/adt.feature.builder/buildADT.xml
+++ b/examples/adt.feature.builder/buildADT.xml
@@ -7,12 +7,12 @@
<mkdir dir="${downloadFolder}/toTransform" />
<mkdir dir="${downloadFolder}/mylyn" />
- <get usetimestamp="true" dest="${downloadFolder}/cdt.zip" src="http://download.eclipse.org/tools/cdt/releases/galileo/dist/cdt-master-6.0.0.zip" />
- <get usetimestamp="true" dest="${downloadFolder}/mylyn.zip" src="http://download.eclipse.org/tools/mylyn/update-archive/3.2.0/v20090617-0100/mylyn-3.2.0.v20090617-0100-e3.4.zip"/>
- <get usetimestamp="true" dest="${downloadFolder}/cvs.zip" src="http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.cvs-p2repo-3.5.zip" />
+ <get usetimestamp="true" dest="${downloadFolder}/cdt.zip" src="https://download.eclipse.org/tools/cdt/releases/galileo/dist/cdt-master-6.0.0.zip" />
+ <get usetimestamp="true" dest="${downloadFolder}/mylyn.zip" src="https://download.eclipse.org/tools/mylyn/update-archive/3.2.0/v20090617-0100/mylyn-3.2.0.v20090617-0100-e3.4.zip"/>
+ <get usetimestamp="true" dest="${downloadFolder}/cvs.zip" src="https://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.cvs-p2repo-3.5.zip" />
<!-- we will use the platform.zip as our base, so put it separately to be transformed -->
- <get usetimestamp="true" dest="${downloadFolder}/toTransform/platform.zip" src="http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.platform-p2repo-3.5.zip" />
+ <get usetimestamp="true" dest="${downloadFolder}/toTransform/platform.zip" src="https://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/org.eclipse.platform-p2repo-3.5.zip" />
</target>
<target name="publishMylyn">
diff --git a/examples/packaging_p2_product/org.example.releng/buildConfigs/master/build.properties b/examples/packaging_p2_product/org.example.releng/buildConfigs/master/build.properties
index 986b6bd5..b19379b0 100644
--- a/examples/packaging_p2_product/org.example.releng/buildConfigs/master/build.properties
+++ b/examples/packaging_p2_product/org.example.releng/buildConfigs/master/build.properties
@@ -46,7 +46,7 @@ forceContextQualifier=v${timestamp}
baseLocation=${base}/eclipse
# see customTargets.xml / getBaseComponents
-eclipseURL=http://download.eclipse.org/eclipse/downloads/drops/R-3.4.1-200809111700
+eclipseURL=https://download.eclipse.org/eclipse/downloads/drops/R-3.4.1-200809111700
eclipseRCPBinary=eclipse-RCP-3.4.1-win32.zip
eclipseDeltaPack=eclipse-3.4.1-delta-pack.zip
diff --git a/org.eclipse.pde.build.tests/resources/171869/directory.txt b/org.eclipse.pde.build.tests/resources/171869/directory.txt
index ea0e695c..5f859ec3 100644
--- a/org.eclipse.pde.build.tests/resources/171869/directory.txt
+++ b/org.eclipse.pde.build.tests/resources/171869/directory.txt
@@ -1,5 +1,5 @@
-plugin@com.ibm.icu.base,3.4.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.4.5.jar
+plugin@com.ibm.icu.base,3.4.5=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.4.5.jar
-plugin@com.ibm.icu.base,3.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.0.v20080530.jar
+plugin@com.ibm.icu.base,3.6.0=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.0.v20080530.jar
-plugin@com.ibm.icu.base,3.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.1.v20080530.jar
+plugin@com.ibm.icu.base,3.6.1=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.1.v20080530.jar
diff --git a/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/FetchTests.java b/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/FetchTests.java
index eeb6dc1e..152d5dc6 100644
--- a/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/FetchTests.java
+++ b/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/FetchTests.java
@@ -70,11 +70,11 @@ public class FetchTests extends PDETestCase {
StringBuffer buffer = new StringBuffer();
buffer.append(
- "plugin@javax.xml.rpc,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/javax.xml.rpc_1.1.0.v200905122109.zip,unpack=true\n");
+ "plugin@javax.xml.rpc,1.1.0=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/javax.xml.rpc_1.1.0.v200905122109.zip,unpack=true\n");
buffer.append(
- "plugin@com.ibm.icu.base,3.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/updateSite/plugins/com.ibm.icu.base_3.6.0.v20080530.jar,unpack=true,dest=${buildDirectory}/plugins/com.ibm.icu.base_3.6.0/.zip\n");
+ "plugin@com.ibm.icu.base,3.6.0=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/updateSite/plugins/com.ibm.icu.base_3.6.0.v20080530.jar,unpack=true,dest=${buildDirectory}/plugins/com.ibm.icu.base_3.6.0/.zip\n");
buffer.append(
- "plugin@com.ibm.icu.base,3.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/updateSite/plugins/com.ibm.icu.base_3.6.1.v20080530.jar,unpack=true\n");
+ "plugin@com.ibm.icu.base,3.6.1=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/updateSite/plugins/com.ibm.icu.base_3.6.1.v20080530.jar,unpack=true\n");
Utils.writeBuffer(buildFolder.getFile("directory.txt"), buffer);
Utils.generateFeature(buildFolder, "org.eclipse.pde.build.container.feature", null,
diff --git a/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java b/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
index dc131c60..25f26dd9 100644
--- a/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
+++ b/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/p2/LicenseTests.java
@@ -491,7 +491,7 @@ public class LicenseTests extends P2TestCase {
buffer.append(" <description url=\"http://eclipse.org/ptp\">%description</description> \n");
buffer.append(" <copyright>%copyright</copyright> \n");
buffer.append(" <url> \n");
- buffer.append(" <update label=\"%updateSiteName\" url=\"http://download.eclipse.org/updates\"/> \n");
+ buffer.append(" <update label=\"%updateSiteName\" url=\"https://download.eclipse.org/updates\"/> \n");
buffer.append(" </url> \n");
buffer.append("</feature> \n");
Utils.writeBuffer(featureFolder.getFile("feature.xml"), buffer);
diff --git a/org.eclipse.pde.build.tests/test.xml b/org.eclipse.pde.build.tests/test.xml
index d3ef8925..83a38430 100644
--- a/org.eclipse.pde.build.tests/test.xml
+++ b/org.eclipse.pde.build.tests/test.xml
@@ -78,7 +78,7 @@
<!--
In product tests, currentUpdateSite is provided by the testing infrastructure.
It should be similar to somethign like
- http://download.eclipse.org/eclipse/updates/4.6-I-builds/I20160419-0800/
+ https://download.eclipse.org/eclipse/updates/4.6-I-builds/I20160419-0800/
-->
<fail

Back to the top