26 lines
768 B
Plaintext
26 lines
768 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: afryca.rcp.ase.context;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: afryca.ase,
|
|
afryca.simulation,
|
|
afryca.workspace,
|
|
afryca.twotuple,
|
|
afryca.hpr,
|
|
org.apache.commons.math3,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.e4.core.di.extensions,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.ui.di,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
javax.inject
|
|
Bundle-ActivationPolicy: lazy
|
|
Service-Component: OSGI-INF/ase_context_context_function.xml
|
|
Automatic-Module-Name: afryca.rcp.ase.context
|
|
Export-Package: afryca.rcp.ase.context
|