From b09d6a94cbeeb72e74f00ceb224b9decded40c0e Mon Sep 17 00:00:00 2001 From: Daniel Plagge <plagge@cs.uni-duesseldorf.de> Date: Tue, 12 Feb 2013 22:38:33 +0100 Subject: [PATCH] added dependency to theory plug-in --- de.prob.core/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/de.prob.core/META-INF/MANIFEST.MF b/de.prob.core/META-INF/MANIFEST.MF index f294dd34..b12e0577 100644 --- a/de.prob.core/META-INF/MANIFEST.MF +++ b/de.prob.core/META-INF/MANIFEST.MF @@ -5,7 +5,8 @@ Bundle-SymbolicName: de.prob.core;singleton:=true Bundle-Version: 9.3.0.qualifier Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", org.rodinp.core;bundle-version="[1.3.1,1.7.0)", - org.eventb.core;bundle-version="[2.1.0,2.6.0)" + org.eventb.core;bundle-version="[2.1.0,2.6.0)", + org.eventb.theory.core;bundle-version="2.0.0" REENABLE-FOR-THEORY-PLUGIN: org.eventb.theory.core;bundle-version="2.0.0" Bundle-ActivationPolicy: lazy Eclipse-BundleShape: dir -- GitLab