From 044072aa25205033e21e4a9a3e543fe189e44ece Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Thu, 8 Sep 2011 15:42:23 +0000 Subject: [PATCH] added Indigo minimum requirements refs 156 --- .../trunk/META-INF/MANIFEST.MF | 6 +++--- .../trunk/META-INF/MANIFEST.MF | 12 ++++++------ .../trunk/META-INF/MANIFEST.MF | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF index 536fba8d6..d29459b8b 100644 --- a/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.common/trunk/META-INF/MANIFEST.MF @@ -3,9 +3,9 @@ Bundle-ManifestVersion: 2 Bundle-Name: Fortiss Tooling Common Package Bundle-SymbolicName: org.fortiss.tooling.common Bundle-Version: 1.0.0.qualifier -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.junit4 +Require-Bundle: org.eclipse.ui;bundle-version="3.7.0", + org.eclipse.core.runtime;bundle-version="3.7.0", + org.junit4;bundle-version="4.8.1" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: lib/org.conqat.ide.commons.jar diff --git a/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF index fe3f07dec..2987748aa 100644 --- a/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.kernel.ui/trunk/META-INF/MANIFEST.MF @@ -5,13 +5,13 @@ Bundle-SymbolicName: org.fortiss.tooling.kernel.ui;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.fortiss.tooling.kernel.ui.ToolingKernelUIActivator Require-Bundle: org.fortiss.tooling.common.ui;bundle-version="1.0.0";visibility:=reexport, - org.eclipse.ui;visibility:=reexport, - org.eclipse.core.runtime;visibility:=reexport, org.fortiss.tooling.kernel;bundle-version="0.0.1";visibility:=reexport, - org.eclipse.core.resources;visibility:=reexport, - org.eclipse.gef;visibility:=reexport, - org.eclipse.ui.views.properties.tabbed;visibility:=reexport, - org.eclipse.jface.databinding;visibility:=reexport + org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport, + org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport, + org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport, + org.eclipse.gef;bundle-version="3.7.0";visibility:=reexport, + org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200";visibility:=reexport, + org.eclipse.jface.databinding;bundle-version="1.5.0";visibility:=reexport Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-Vendor: fortiss diff --git a/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF index 643678083..d0de0cb5a 100644 --- a/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.kernel/trunk/META-INF/MANIFEST.MF @@ -6,11 +6,11 @@ Bundle-Version: 0.0.1.qualifier Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator Bundle-Vendor: fortiss Require-Bundle: org.fortiss.tooling.common;bundle-version="1.0.0";visibility:=reexport, - org.eclipse.core.runtime;visibility:=reexport, - org.eclipse.core.databinding;visibility:=reexport, - org.eclipse.emf.ecore;visibility:=reexport, - org.eclipse.emf.ecore.xmi, - org.eclipse.emf.transaction + org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport, + org.eclipse.core.databinding;bundle-version="1.4.0";visibility:=reexport, + org.eclipse.emf.ecore;bundle-version="2.7.0";visibility:=reexport, + org.eclipse.emf.ecore.xmi;bundle-version="2.7.0", + org.eclipse.emf.transaction;bundle-version="1.4.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Export-Package: org.fortiss.tooling.kernel;uses:="org.eclipse.core.runtime,org.osgi.framework", -- GitLab