Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: APP4MC Amalthea Workflow Base |
Harald Mackamul | d298bb0 | 2018-01-25 15:19:53 +0100 | [diff] [blame^] | 4 | Bundle-SymbolicName: org.eclipse.app4mc.amalthea.workflow.mwe2;singleton:=true |
Harald Mackamul | ec49d30 | 2017-11-20 08:42:27 +0100 | [diff] [blame] | 5 | Bundle-Version: 0.8.3.qualifier |
Harald Mackamul | 34e13b4 | 2017-11-21 10:46:27 +0100 | [diff] [blame] | 6 | Bundle-Vendor: Eclipse APP4MC |
Harald Mackamul | 94e3f85 | 2017-02-21 08:59:34 +0100 | [diff] [blame] | 7 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 8 | Bundle-ActivationPolicy: lazy |
| 9 | Require-Bundle: org.apache.log4j, |
| 10 | org.eclipse.emf.ecore, |
| 11 | org.eclipse.emf.mwe2.launch, |
| 12 | org.eclipse.emf.mwe2.lib, |
| 13 | org.eclipse.emf.ecore.xcore, |
| 14 | org.eclipse.emf.ecore.xcore.lib, |
| 15 | org.eclipse.app4mc.amalthea.model |
Harald Mackamul | d298bb0 | 2018-01-25 15:19:53 +0100 | [diff] [blame^] | 16 | Export-Package: org.eclipse.app4mc.amalthea.workflow.mwe2, |
| 17 | org.eclipse.app4mc.amalthea.workflow.mwe2.util |