From ed18c7385e0e44a9bb4e347a1dffc0f2cc29f0ed Mon Sep 17 00:00:00 2001 From: Daniel Plagge <plagge@cs.uni-duesseldorf.de> Date: Fri, 8 Mar 2013 11:39:23 +0100 Subject: [PATCH] made dependency to theories optional (first step) --- de.prob.core/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de.prob.core/META-INF/MANIFEST.MF b/de.prob.core/META-INF/MANIFEST.MF index 3e4e524d..2a482946 100644 --- a/de.prob.core/META-INF/MANIFEST.MF +++ b/de.prob.core/META-INF/MANIFEST.MF @@ -128,4 +128,4 @@ Bundle-ClassPath: ., lib/dependencies/xmlpull-1.1.3.1.jar, lib/dependencies/xpp3_min-1.1.4c.jar, lib/dependencies/xstream-1.4.3.jar -Import-Package: org.eventb.theory.core +Import-Package: org.eventb.theory.core;resolution:=optional -- GitLab