forked from eclipse-pde/eclipse.pde.build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 578536 - Stop pointing to http://download.eclipse.org
Use https instead Change-Id: Ie781472c5823e5e668273a2ded56722c1a16edd6 Reviewed-on: https://git.eclipse.org/r/c/pde/eclipse.pde.build/+/190668 Tested-by: PDE Bot <[email protected]> Reviewed-by: Alexander Kurtakov <[email protected]>
- Loading branch information
Showing
7 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[email protected],3.4.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.4.5.jar | ||
[email protected],3.4.5=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.4.5.jar | ||
|
||
[email protected],3.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.0.v20080530.jar | ||
[email protected],3.6.0=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.0.v20080530.jar | ||
|
||
[email protected],3.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.1.v20080530.jar | ||
[email protected],3.6.1=GET,https://download.eclipse.org/tools/orbit/downloads/drops/R20090529135407/bundles/com.ibm.icu.base_3.6.1.v20080530.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,11 +70,11 @@ public void testGetUnpack() throws Exception { | |
|
||
StringBuffer buffer = new StringBuffer(); | ||
buffer.append( | ||
"[email protected],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"); | ||
"[email protected],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( | ||
"[email protected],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"); | ||
"[email protected],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( | ||
"[email protected],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"); | ||
"[email protected],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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters