31 lines
943 B
Plaintext
31 lines
943 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: afryca.ase;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Bundle-Localization: OSGI-INF/l10n/bundle
|
|
Export-Package: afryca.ase,
|
|
afryca.ase.command,
|
|
afryca.ase.engine,
|
|
afryca.ase.service,
|
|
afryca.ase.service.events
|
|
Require-Bundle: afryca.parametervalueconverterhelper,
|
|
afryca.workspace.service.events,
|
|
javax.inject,
|
|
javax.annotation;visibility:=reexport,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.commands,
|
|
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.apache.commons.io,
|
|
org.eclipse.ui,
|
|
org.eclipse.e4.core.di.extensions
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Service-Component: OSGI-INF/ase_service_context_function.xml
|
|
Bundle-ActivationPolicy: lazy
|
|
Automatic-Module-Name: afryca.ase
|