Browse Source

Always use https to access download.eclipse.org

Change-Id: Ida3cd74dc80020308496f53bdda3676b616953d4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-5.8
Matthias Sohn 4 years ago
parent
commit
f3bc72fd21
  1. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.10.target
  2. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.10.tpd
  3. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.11.target
  4. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.11.tpd
  5. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.target
  6. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.tpd
  7. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target
  8. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.tpd
  9. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target
  10. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd
  11. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.target
  12. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.tpd
  13. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target
  14. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.tpd
  15. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target
  16. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.tpd
  17. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target
  18. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd
  19. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target
  20. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.tpd
  21. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/I20200319180910.tpd
  22. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20190602212107-2019-06.tpd
  23. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20190827152740-2019-09.tpd
  24. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20191126223242-2019-12.tpd
  25. 2
      org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20200224183213-2020-03.tpd

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.10.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2018-12/"/>
<repository location="https://download.eclipse.org/releases/2018-12/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.10.tpd

@ -3,6 +3,6 @@ target "jgit-4.10" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/2018-12/" {
location "https://download.eclipse.org/releases/2018-12/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.11.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2019-03/"/>
<repository location="https://download.eclipse.org/releases/2019-03/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.11.tpd

@ -3,6 +3,6 @@ target "jgit-4.11" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/2019-03/" {
location "https://download.eclipse.org/releases/2019-03/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.12.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2019-06/"/>
<repository location="https://download.eclipse.org/releases/2019-06/"/>
</location>
</locations>
</target>

2
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
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2019-09/"/>
<repository location="https://download.eclipse.org/releases/2019-09/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.13.tpd

@ -3,6 +3,6 @@ target "jgit-4.13" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/2019-09/" {
location "https://download.eclipse.org/releases/2019-09/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2019-12/201912181000/"/>
<repository location="https://download.eclipse.org/releases/2019-12/201912181000/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.14.tpd

@ -3,6 +3,6 @@ target "jgit-4.14-staging" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/2019-12/201912181000/" {
location "https://download.eclipse.org/releases/2019-12/201912181000/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/staging/2020-03/"/>
<repository location="https://download.eclipse.org/staging/2020-03/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.15-staging.tpd

@ -3,6 +3,6 @@ target "jgit-4.14-staging" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/staging/2020-03/" {
location "https://download.eclipse.org/staging/2020-03/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/neon/"/>
<repository location="https://download.eclipse.org/releases/neon/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.6.tpd

@ -3,6 +3,6 @@ target "jgit-4.6" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/neon/" {
location "https://download.eclipse.org/releases/neon/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/oxygen/"/>
<repository location="https://download.eclipse.org/releases/oxygen/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.7.tpd

@ -3,6 +3,6 @@ target "jgit-4.7" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/oxygen/" {
location "https://download.eclipse.org/releases/oxygen/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/photon/"/>
<repository location="https://download.eclipse.org/releases/photon/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.8.tpd

@ -3,6 +3,6 @@ target "jgit-4.8" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/photon/" {
location "https://download.eclipse.org/releases/photon/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.target

@ -88,7 +88,7 @@
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.osgi" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2018-09/"/>
<repository location="https://download.eclipse.org/releases/2018-09/"/>
</location>
</locations>
</target>

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.tpd

@ -3,6 +3,6 @@ target "jgit-4.9" with source configurePhase
include "projects/jetty-9.4.x.tpd"
include "orbit/I20200319180910.tpd"
location "http://download.eclipse.org/releases/2018-09/" {
location "https://download.eclipse.org/releases/2018-09/" {
org.eclipse.osgi lazy
}

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/I20200319180910.tpd

@ -1,5 +1,5 @@
target "I20200319180910" with source configurePhase
// see http://download.eclipse.org/tools/orbit/downloads/
// see https://download.eclipse.org/tools/orbit/downloads/
location "https://download.eclipse.org/tools/orbit/downloads/drops/I20200319180910/repository" {
com.google.gson [2.8.2.v20180104-1110,2.8.2.v20180104-1110]

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20190602212107-2019-06.tpd

@ -1,5 +1,5 @@
target "R20190602212107-2019-06" with source configurePhase
// see http://download.eclipse.org/tools/orbit/downloads/
// see https://download.eclipse.org/tools/orbit/downloads/
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository" {
com.google.gson [2.8.2.v20180104-1110,2.8.2.v20180104-1110]

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20190827152740-2019-09.tpd

@ -1,5 +1,5 @@
target "R20190827152740-2019-09" with source configurePhase
// see http://download.eclipse.org/tools/orbit/downloads/
// see https://download.eclipse.org/tools/orbit/downloads/
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository" {
com.google.gson [2.8.2.v20180104-1110,2.8.2.v20180104-1110]

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20191126223242-2019-12.tpd

@ -1,5 +1,5 @@
target "R20191126223242-2019-12" with source configurePhase
// see http://download.eclipse.org/tools/orbit/downloads/
// see https://download.eclipse.org/tools/orbit/downloads/
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository" {
com.google.gson [2.8.2.v20180104-1110,2.8.2.v20180104-1110]

2
org.eclipse.jgit.packaging/org.eclipse.jgit.target/orbit/R20200224183213-2020-03.tpd

@ -1,5 +1,5 @@
target "R20200224183213-2020-03" with source configurePhase
// see http://download.eclipse.org/tools/orbit/downloads/
// see https://download.eclipse.org/tools/orbit/downloads/
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository" {
com.google.gson [2.8.2.v20180104-1110,2.8.2.v20180104-1110]

Loading…
Cancel
Save