| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: org.eclipse.modisco.java.nousages;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.java.nousages.impl;x-internal:=true, | |
| org.eclipse.modisco.java.nousages.meta, | |
| org.eclipse.modisco.java.nousages.util;x-internal:=true | |
| Require-Bundle: org.eclipse.core.runtime, | |
| org.eclipse.emf.ecore;visibility:=reexport, | |
| org.eclipse.emf.ecore.xmi;visibility:=reexport, | |
| org.eclipse.modisco.java;bundle-version="0.7.0" | |
| Bundle-ActivationPolicy: lazy | |
| Automatic-Module-Name: org.eclipse.modisco.java.nousages |