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 Model |
| 4 | Bundle-SymbolicName: org.eclipse.app4mc.amalthea.model;singleton:=true |
Harald Mackamul | a266e7b | 2017-02-02 08:39:49 +0100 | [diff] [blame] | 5 | Bundle-Version: 0.8.0.qualifier |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 6 | Bundle-ClassPath: . |
| 7 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 8 | Export-Package: org.eclipse.app4mc.amalthea.model, |
| 9 | org.eclipse.app4mc.amalthea.model.impl, |
| 10 | org.eclipse.app4mc.amalthea.model.util |
| 11 | Bundle-Vendor: Eclipse.org |
| 12 | Bundle-Localization: plugin |
| 13 | Require-Bundle: org.eclipse.core.runtime, |
| 14 | org.eclipse.emf.ecore;visibility:=reexport, |
| 15 | org.eclipse.emf.ecore.xmi;visibility:=reexport, |
| 16 | org.eclipse.emf.ecore.xcore.lib, |
Harald Mackamul | d796288 | 2017-02-22 15:49:45 +0100 | [diff] [blame^] | 17 | org.eclipse.xtext.xbase.lib;visibility:=reexport, |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 18 | org.eclipse.sphinx.emf;visibility:=reexport, |
Daniel Kunz | daa018f | 2016-07-18 13:36:25 +0200 | [diff] [blame] | 19 | org.eclipse.app4mc.amalthea.sphinx;visibility:=reexport |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 20 | Bundle-ActivationPolicy: lazy |