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

fixed dependencies

added features
added site
parent 8ecd462d
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,12 @@ Manifest-Version: 1.0 ...@@ -2,11 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Tooling Kernel Bundle-Name: Tooling Kernel
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Bundle-Version: 1.0.0.qualifier Bundle-Version: 0.0.1.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: fortiss Bundle-Vendor: fortiss
Require-Bundle: org.eclipse.ui;visibility:=reexport, Require-Bundle: org.eclipse.ui;visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport, org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.cdt;bundle-version="7.0.1" org.eclipse.emf.ecore;bundle-version="2.6.1";visibility:=reexport,
org.unicase.metamodel;bundle-version="1.0.0";visibility:=reexport
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
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