From f7646f4a2d21975a4262625cb7a5da305326a0ce Mon Sep 17 00:00:00 2001
From: Sebastian Krings <sebastian@krin.gs>
Date: Fri, 21 Jun 2013 13:38:09 +0200
Subject: [PATCH] update dependencies for rodin 2.8

---
 de.prob2.disprover.feature/feature.xml | 4 ++--
 de.prob2.feature/feature.xml           | 4 ++--
 de.prob2.units.feature/feature.xml     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/de.prob2.disprover.feature/feature.xml b/de.prob2.disprover.feature/feature.xml
index 678e343c..2a78f74b 100644
--- a/de.prob2.disprover.feature/feature.xml
+++ b/de.prob2.disprover.feature/feature.xml
@@ -232,12 +232,12 @@ litigation.
    <requires>
       <import plugin="org.eclipse.core.runtime" version="3.5.0" match="compatible"/>
       <import plugin="de.prob.core" version="9.4.0" match="equivalent"/>
-      <import plugin="org.eventb.core.seqprover" version="2.5.0" match="compatible"/>
       <import plugin="org.eventb.core" version="2.5.1" match="greaterOrEqual"/>
       <import plugin="org.eclipse.ui" version="3.5.0" match="compatible"/>
-      <import plugin="org.eventb.ui" version="2.5.0" match="compatible"/>
       <import plugin="de.prob.eventb.disprover.core" version="1.3.2" match="compatible"/>
       <import plugin="org.eventb.pp.ui" version="0.2.1" match="greaterOrEqual"/>
+      <import plugin="org.eventb.core.seqprover" version="2.5.0" match="greaterOrEqual"/>
+      <import plugin="org.eventb.ui" version="2.5.0" match="compatible"/>
    </requires>
 
    <plugin
diff --git a/de.prob2.feature/feature.xml b/de.prob2.feature/feature.xml
index 79eaac4e..5a7c4165 100644
--- a/de.prob2.feature/feature.xml
+++ b/de.prob2.feature/feature.xml
@@ -233,9 +233,9 @@ litigation.
       <import plugin="org.eclipse.core.databinding.beans" version="1.1.1" match="compatible"/>
       <import plugin="org.eclipse.gef" version="3.7.0" match="compatible"/>
       <import plugin="de.prob.core" version="9.4.0" match="equivalent"/>
-      <import plugin="org.eventb.core" version="2.5.0" match="equivalent"/>
+      <import plugin="org.eventb.core" version="2.5.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.help" version="3.5.100" match="greaterOrEqual"/>
-      <import plugin="org.rodinp.core" version="1.3.1"/>
+      <import plugin="org.rodinp.core" version="1.3.1" match="greaterOrEqual"/>
       <import plugin="de.prob.ui" version="7.4.0" match="equivalent"/>
       <import plugin="org.eclipse.core.resources" version="3.5.0" match="compatible"/>
       <import plugin="org.eclipse.core.expressions" version="3.4.101" match="compatible"/>
diff --git a/de.prob2.units.feature/feature.xml b/de.prob2.units.feature/feature.xml
index 86b4c7a6..0fd75822 100644
--- a/de.prob2.units.feature/feature.xml
+++ b/de.prob2.units.feature/feature.xml
@@ -226,7 +226,7 @@ litigation.
    <requires>
       <import plugin="org.eclipse.core.runtime"/>
       <import plugin="de.prob.core" version="9.4.0" match="equivalent"/>
-      <import plugin="org.eventb.ui" version="2.5.0" match="equivalent"/>
+      <import plugin="org.eventb.ui" version="2.5.0" match="greaterOrEqual"/>
       <import plugin="de.prob.ui" version="7.4.0" match="equivalent"/>
    </requires>
 
-- 
GitLab