Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: %pluginName | |
Bundle-SymbolicName: org.eclipse.modisco.manifest;singleton:=true | |
Bundle-Version: 1.5.0.qualifier | |
Bundle-ClassPath: . | |
Bundle-Vendor: %providerName | |
Bundle-Localization: plugin | |
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | |
Export-Package: org.eclipse.modisco.manifest, | |
org.eclipse.modisco.manifest.impl;x-internal:=true, | |
org.eclipse.modisco.manifest.util;x-internal:=true | |
Require-Bundle: org.eclipse.core.runtime, | |
org.eclipse.emf.ecore;visibility:=reexport | |
Bundle-ActivationPolicy: lazy | |
Automatic-Module-Name: org.eclipse.modisco.manifest |