18 lines
783 B
Plaintext
18 lines
783 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: afryca.domain.gui;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: afryca.domain;bundle-version="1.0.0";visibility:=reexport,
|
|
org.eclipse.e4.ui.services;bundle-version="1.2.100";visibility:=reexport,
|
|
org.eclipse.e4.core.services;bundle-version="2.0.100";visibility:=reexport,
|
|
org.jfree.chart.JFreeChart;bundle-version="1.0.0";visibility:=reexport,
|
|
org.eclipse.jface;visibility:=reexport
|
|
Service-Component: OSGI-INF/domain_gui_service_context_function.xml
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: afryca.domain.gui.chart,
|
|
afryca.domain.gui.dialog,
|
|
afryca.domain.gui.service
|
|
Automatic-Module-Name: afryca.domain.gui
|