| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.emf.test.examples;singleton:=true |
| Bundle-Version: 2.12.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Export-Package: org.eclipse.emf.test.examples;version="2.12.0" |
| Require-Bundle: org.eclipse.jdt.core;bundle-version="[3.9.0,4.0.0)", |
| org.junit;bundle-version="[4.12.0,5.0.0)", |
| org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)", |
| org.eclipse.emf.exporter;bundle-version="[2.11.0,3.0.0)", |
| org.eclipse.emf.exporter.html;bundle-version="[2.9.0,3.0.0)", |
| org.eclipse.emf.ecore.xmi;bundle-version="[2.18.0,3.0.0)", |
| org.eclipse.emf.java;bundle-version="[2.10.0,3.0.0)", |
| org.eclipse.emf.test.common;bundle-version="[1.11.0,2.0.0)" |
| Bundle-ActivationPolicy: lazy |
| Automatic-Module-Name: org.eclipse.emf.test.examples |