| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.emf.test.edit.ui.rap;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.edit.ui.rap;version="2.12.0" |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)", |
| org.eclipse.emf.ecore;bundle-version="[2.33.0,3.0.0)", |
| org.eclipse.emf.edit;bundle-version="[2.18.0,3.0.0)", |
| org.eclipse.emf.rap.common.ui;bundle-version="[2.12.0,3.0.0)", |
| org.eclipse.emf.rap.edit.ui;bundle-version="[2.13.0,3.0.0)", |
| org.eclipse.emf.test.common;bundle-version="[1.11.0,2.0.0)", |
| org.eclipse.rap.ui;bundle-version="[1.3.0,5.0.0)", |
| org.junit;bundle-version="[4.12.0,5.0.0)" |
| Eclipse-LazyStart: true |
| Bundle-ActivationPolicy: lazy |
| Automatic-Module-Name: org.eclipse.emf.test.edit.ui.rap |
| |