From f9c5b5e24f19420931a931691c9d115ed33f6598 Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Mon, 28 Feb 2011 10:35:13 +0000
Subject: [PATCH] fixed emfStore required versions

---
 org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF
index d7ee1fa82..80f3df3c9 100644
--- a/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF
+++ b/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF
@@ -11,10 +11,10 @@ Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
  org.eclipse.emf.ecore;bundle-version="2.6.1";visibility:=reexport,
  org.conqat.ide.commons;bundle-version="2.7.0";visibility:=reexport,
  org.conqat.ide.commons.ui;bundle-version="2.7.0";visibility:=reexport,
- org.unicase.workspace;bundle-version="1.0.0",
- org.unicase.ecp.model;bundle-version="1.0.0";visibility:=reexport,
- org.unicase.ecpemfstorebridge;bundle-version="1.0.0",
- org.unicase.ui.common;bundle-version="1.0.0"
+ org.unicase.workspace,
+ org.unicase.ecp.model;visibility:=reexport,
+ org.unicase.ecpemfstorebridge,
+ org.unicase.ui.common
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
 Export-Package: org.fortiss.tooling.kernel,
-- 
GitLab