Skip to content
Snippets Groups Projects
Commit c20b6612 authored by dgelessus's avatar dgelessus
Browse files

Switch Eclipse and Rodin repository URLs to HTTPS

parent d8a58c0b
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ wrapper {
project.ext {
targetRepositories = [
"http://download.eclipse.org/releases/luna/",
"http://rodin-b-sharp.sourceforge.net/updates",
"https://download.eclipse.org/releases/luna/",
"https://rodin-b-sharp.sourceforge.net/updates",
"https://www3.hhu.de/stups/buildlibs/org.rodinp.dev/",
]
......
......@@ -4,7 +4,7 @@
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.gef.sdk.feature.group" version="3.9.101.201408150207"/>
<repository location="http://download.eclipse.org/releases/luna"/>
<repository location="https://download.eclipse.org/releases/luna"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eventb.ide.feature.group" version="3.3.0.201704022034-f9fbb0d"/>
......@@ -13,7 +13,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eventb.theory.feature.feature.group" version="4.0.0.RC1"/>
<repository location="http://rodin-b-sharp.sourceforge.net/updates/"/>
<repository location="https://rodin-b-sharp.sourceforge.net/updates/"/>
</location>
</locations>
</target>
\ No newline at end of file
......@@ -106,7 +106,7 @@ try {
try {
targetRepositories = targetRepositories
} catch (MissingPropertyException e) {
project.ext.targetRepositories = ["http://download.eclipse.org/releases/luna/"]
project.ext.targetRepositories = ["https://download.eclipse.org/releases/luna/"]
}
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment