| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: APP4MC IDE Actions Example |
| Bundle-SymbolicName: app4mc.example.ide.actions |
| Bundle-Version: 3.1.0.qualifier |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Bundle-Vendor: Eclipse APP4MC |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.ui, |
| org.eclipse.emf.edit, |
| org.eclipse.app4mc.amalthea.model |
| Automatic-Module-Name: app4mc.example.ide.actions |
| Export-Package: app4mc.example.ide.actions.processing |
| Bundle-ActivationPolicy: lazy |
| Import-Package: javax.annotation;version="1.2.0", |
| org.eclipse.app4mc.amalthea.model.editor.contribution.service, |
| org.eclipse.e4.core.services.events, |
| org.osgi.service.component.annotations;version="[1.3.0,2.0.0)";resolution:=optional, |
| org.slf4j;version="1.7.2" |
| Service-Component: OSGI-INF/app4mc.example.ide.actions.creation.TypeDefinitionC.xml, |
| OSGI-INF/app4mc.example.ide.actions.processing.AddApproval.xml, |
| OSGI-INF/app4mc.example.ide.actions.processing.ConvertToHistogram.xml |