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

Switch to current Eclipse update site and remove old Tycho workaround

parent d1bf17c2
No related branches found
No related tags found
No related merge requests found
Pipeline #116295 passed
...@@ -2,12 +2,7 @@ ...@@ -2,12 +2,7 @@
project.ext { project.ext {
targetRepositories = [ targetRepositories = [
// Temporarily using the Eclipse 2021-03 update site to stay compatible with Tycho < 2.1.0. See: "https://download.eclipse.org/releases/2022-03/",
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=564890#c16
// https://github.com/eclipse-tycho/tycho/commit/f4ec8f0c6c1e9fdecb096bbcfd4cd6c29cedf0d0
// Once we update Tycho (requires Java 11),
// this can be switched to Eclipse 2022-03 (same as Rodin 3.8 uses).
"https://download.eclipse.org/releases/2021-03/",
"https://rodin-b-sharp.sourceforge.net/core-updates/", "https://rodin-b-sharp.sourceforge.net/core-updates/",
"https://rodin-b-sharp.sourceforge.net/updates", "https://rodin-b-sharp.sourceforge.net/updates",
] ]
......
...@@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier ...@@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Activator: de.prob.core.tests.Activator Bundle-Activator: de.prob.core.tests.Activator
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources, org.eclipse.core.resources,
org.eclipse.core.runtime;bundle-version="[3.5.0,3.21.0)", org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eventb.core;bundle-version="[3.3.0,4.0.0)", org.eventb.core;bundle-version="[3.3.0,4.0.0)",
org.eventb.core.ast;bundle-version="[3.3.0,4.0.0)", org.eventb.core.ast;bundle-version="[3.3.0,4.0.0)",
org.junit;bundle-version="[4.0.0,5.0.0)", org.junit;bundle-version="[4.0.0,5.0.0)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment