| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: library;singleton:=true | |
| Bundle-Version: 1.0.0 | |
| Bundle-ClassPath: . | |
| Bundle-Vendor: %providerName | |
| Bundle-Localization: plugin | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | |
| Export-Package: library, | |
| library.impl, | |
| library.util | |
| Require-Bundle: org.eclipse.core.runtime, | |
| org.eclipse.emf.ecore;visibility:=reexport, | |
| org.eclipse.emf.edapt.history;bundle-version="0.3.0";visibility:=reexport | |
| Bundle-ActivationPolicy: lazy | |
| Automatic-Module-Name: library |