Bug 551906 - [Moka] Moka should provide better user feedback when there
is an exception due to a bad model
* Fix too restrictive dependency
Change-Id: Ia18afa5ea08e6bbf2bb9d7a4ee4c0d44d5f6cab9
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
diff --git a/plugins/org.eclipse.papyrus.moka.kernel.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.papyrus.moka.kernel.debug/META-INF/MANIFEST.MF
index 2f6cc74..3b04828 100644
--- a/plugins/org.eclipse.papyrus.moka.kernel.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.papyrus.moka.kernel.debug/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.papyrus.moka.debug.MokaDebugPlugin
-Require-Bundle: org.eclipse.debug.core;bundle-version="[3.13.0,3.14.0)",
+Require-Bundle: org.eclipse.debug.core;bundle-version="[3.13.0,4.0.0)",
org.eclipse.debug.ui;bundle-version="[3.13.0,4.0.0)",
org.eclipse.papyrus.moka.utils,
org.eclipse.papyrus.moka.kernel.animation,