Skip to content
Snippets Groups Projects
MANIFEST.MF 580 B
Newer Older
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.tooling.base;singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Johannes Eder's avatar
Johannes Eder committed
Export-Package: org.fortiss.tooling.base.editor,
 org.fortiss.tooling.base.model.element,
 org.fortiss.tooling.base.model.element.impl,
 org.fortiss.tooling.base.model.element.util
Require-Bundle: org.fortiss.tooling.kernel;bundle-version="0.0.1";visibility:=reexport
Bundle-ActivationPolicy: lazy