Skip to content

Commit

Permalink
Merge pull request #49 from bmaggi/feature/use-https-for-eclipse-repo
Browse files Browse the repository at this point in the history
Use https for eclipse repository
  • Loading branch information
bmaggi authored May 6, 2024
2 parents 5982cb5 + 624d49b commit e751e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<repository id="eclipse-${eclipsePlatform}" location="http://download.eclipse.org/releases/${eclipsePlatform}/"/>
<repository id="eclipse-${eclipsePlatform}" location="https://download.eclipse.org/releases/${eclipsePlatform}/"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target "Eclipse ${eclipsePlatform}" with source requirements

location "http://download.eclipse.org/releases/${eclipsePlatform}/" eclipse-${eclipsePlatform} {
location "https://download.eclipse.org/releases/${eclipsePlatform}/" eclipse-${eclipsePlatform} {
org.eclipse.platform.feature.group lazy
org.eclipse.rcp.feature.group lazy
org.eclipse.jdt.feature.group lazy
Expand Down

0 comments on commit e751e8b

Please sign in to comment.