30 lines
947 B
Plaintext
30 lines
947 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: afryca.behavior;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Export-Package: afryca.behavior,
|
|
afryca.behavior.command,
|
|
afryca.behavior.definition,
|
|
afryca.behavior.provider,
|
|
afryca.behavior.service,
|
|
afryca.behavior.service.events
|
|
Require-Bundle: afryca.ase,
|
|
afryca.parametervalueconverterhelper,
|
|
javax.inject,
|
|
org.apache.commons.io,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.ui.workbench,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
org.eclipse.ui
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Service-Component: OSGI-INF/behavior_service_context_function.xml,
|
|
OSGI-INF/attitude_provider_context_function.xml,
|
|
OSGI-INF/behavior_provider_context_function.xml
|
|
Bundle-ActivationPolicy: lazy
|
|
Automatic-Module-Name: afryca.behavior
|