Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: %pluginName | |
Bundle-SymbolicName: library.editor;singleton:=true | |
Bundle-Version: 1.0.0 | |
Bundle-ClassPath: . | |
Bundle-Activator: library.presentation.LibraryEditorPlugin$Implementation | |
Bundle-Vendor: %providerName | |
Bundle-Localization: plugin | |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | |
Export-Package: library.presentation | |
Require-Bundle: org.eclipse.core.runtime, | |
org.eclipse.core.resources;visibility:=reexport, | |
library.edit;visibility:=reexport, | |
org.eclipse.emf.ecore.xmi;visibility:=reexport, | |
org.eclipse.emf.edit.ui;visibility:=reexport, | |
org.eclipse.ui.ide;visibility:=reexport | |
Bundle-ActivationPolicy: lazy |