Skip to content
Snippets Groups Projects
MANIFEST.MF 482 B
Newer Older
Florian Hölzl's avatar
Florian Hölzl committed
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tooling Kernel
Bundle-SymbolicName: org.fortiss.tooling.kernel;singleton:=true
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.fortiss.tooling.kernel.ToolingKernelActivator
Bundle-Vendor: fortiss
Require-Bundle: org.eclipse.ui;visibility:=reexport,
 org.eclipse.core.runtime;visibility:=reexport,
 org.eclipse.cdt;bundle-version="7.0.1"
Florian Hölzl's avatar
Florian Hölzl committed
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy