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 | 5b8ca4b | 2018-03-12 07:50:40 +0100 | [diff] [blame] | 5 | Bundle-Version: 0.9.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, |
Harald Mackamul | 0eb420f | 2018-03-19 11:19:11 +0100 | [diff] [blame^] | 9 | org.eclipse.app4mc.amalthea.model.check, |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 10 | org.eclipse.app4mc.amalthea.model.impl, |
Harald Mackamul | 0eb420f | 2018-03-19 11:19:11 +0100 | [diff] [blame^] | 11 | org.eclipse.app4mc.amalthea.model.io, |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 12 | org.eclipse.app4mc.amalthea.model.util |
Harald Mackamul | 34e13b4 | 2017-11-21 10:46:27 +0100 | [diff] [blame] | 13 | Bundle-Vendor: Eclipse APP4MC |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 14 | Bundle-Localization: plugin |
Harald Mackamul | 34e13b4 | 2017-11-21 10:46:27 +0100 | [diff] [blame] | 15 | Require-Bundle: org.apache.commons.math3;visibility:=reexport, |
Harald Mackamul | c974eec | 2017-10-17 08:05:30 +0200 | [diff] [blame] | 16 | org.eclipse.core.runtime, |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 17 | org.eclipse.emf.ecore;visibility:=reexport, |
| 18 | org.eclipse.emf.ecore.xmi;visibility:=reexport, |
Harald Mackamul | 4f142cd | 2017-08-02 13:04:17 +0200 | [diff] [blame] | 19 | org.eclipse.emf.ecore.xcore.lib;visibility:=reexport, |
Harald Mackamul | d796288 | 2017-02-22 15:49:45 +0100 | [diff] [blame] | 20 | org.eclipse.xtext.xbase.lib;visibility:=reexport, |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 21 | org.eclipse.sphinx.emf;visibility:=reexport, |
Daniel Kunz | daa018f | 2016-07-18 13:36:25 +0200 | [diff] [blame] | 22 | org.eclipse.app4mc.amalthea.sphinx;visibility:=reexport |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 23 | Bundle-ActivationPolicy: lazy |