diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-04-27 14:52:04 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-04-27 14:52:04 +0200 |
commit | f3bc72fd21928267f9023b072d5afbc2d3996240 (patch) | |
tree | 1460f5fad28ebbe0265afb09cdc76d6a029a6720 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd | |
parent | d9f84b0b7c49d23f2e064abed2cb4fa30354870d (diff) | |
download | jgit-f3bc72fd21928267f9023b072d5afbc2d3996240.tar.gz jgit-f3bc72fd21928267f9023b072d5afbc2d3996240.zip |
Always use https to access download.eclipse.org
Change-Id: Ida3cd74dc80020308496f53bdda3676b616953d4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd index b93e4638f7..25ea12daf8 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd @@ -3,6 +3,6 @@ target "jgit-4.12" with source configurePhase include "projects/jetty-9.4.x.tpd" include "orbit/I20200319180910.tpd" -location "http://download.eclipse.org/releases/2019-06/" { +location "https://download.eclipse.org/releases/2019-06/" { org.eclipse.osgi lazy } |