Skip to content
Snippets Groups Projects
Commit 044072aa authored by Florian Hölzl's avatar Florian Hölzl
Browse files

added Indigo minimum requirements

refs 156
parent e17e0cf0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment