Files
AFRYCA/plugins/afryca.structure/META-INF/MANIFEST.MF
T
2026-05-22 11:14:29 +02:00

24 lines
981 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: afryca.structure;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: afryca.structure,
afryca.structure.definition,
afryca.structure.pair,
afryca.structure.provider,
afryca.structure.ranking,
afryca.structure.service,
afryca.structure.service.provider
Require-Bundle: afryca.domain;visibility:=reexport,
afryca.cm;visibility:=reexport,
org.eclipse.core.runtime;bundle-version="3.12.0";visibility:=reexport,
org.eclipse.e4.core.contexts;bundle-version="1.5.1";visibility:=reexport,
org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0";visibility:=reexport,
org.eclipse.e4.core.di;bundle-version="1.6.1";visibility:=reexport
Service-Component: OSGI-INF/structure_service_context_function.xml,
OSGI-INF/structure_provider_context_function.xml
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: afryca.structure