29 lines
861 B
Plaintext
29 lines
861 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Ui
|
|
Bundle-SymbolicName: flintstones.helper.ui;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
org.eclipse.wb.swt,
|
|
org.eclipse.osgi,
|
|
org.eclipse.jface;visibility:=reexport,
|
|
org.eclipse.equinox.registry,
|
|
javax.inject,
|
|
flintstones.helper.html,
|
|
org.eclipse.swt,
|
|
org.eclipse.nebula.widgets.tablecombo,
|
|
javax.annotation,
|
|
flintstones.entity.extensionenum,
|
|
flintstones.model.ui.service,
|
|
org.eclipse.nebula.widgets.nebulaslider,
|
|
flintstones.helper.data,
|
|
org.apache.commons.lang,
|
|
org.lorissecuro.ui
|
|
Export-Package:
|
|
flintstones.helper.ui.components,
|
|
flintstones.helper.ui.components.listeners
|
|
Automatic-Module-Name: flintstones.helper.ui
|