From 4548b4f7d54e615721b18f99e97aac2780274163 Mon Sep 17 00:00:00 2001 From: Sebastian Krings <sebastian@krin.gs> Date: Thu, 27 Mar 2014 16:40:59 +0100 Subject: [PATCH] trying to fix parallel building of prob for rodin 2 and rodin 3 --- de.prob.core/META-INF/MANIFEST.MF | 1 + 1 file changed, 1 insertion(+) diff --git a/de.prob.core/META-INF/MANIFEST.MF b/de.prob.core/META-INF/MANIFEST.MF index 920302a9..151878e9 100644 --- a/de.prob.core/META-INF/MANIFEST.MF +++ b/de.prob.core/META-INF/MANIFEST.MF @@ -6,6 +6,7 @@ Bundle-Version: 9.4.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.5.0,3.0.0)", + org.eventb.core.ast;bundle-version="[2.5.0,3.0.0)", org.eventb.theory.core;bundle-version="[2.0.0,3.0.0)";resolution:=optional Bundle-ActivationPolicy: lazy Eclipse-BundleShape: dir -- GitLab