17 lines
596 B
Plaintext
17 lines
596 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Wtable
|
|
Bundle-SymbolicName: flintstones.helper.wtable
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.eclipse.swt;visibility:=reexport,
|
|
de.kupzog.ktable;visibility:=reexport
|
|
Export-Package: flintstones.helper.wcellrenderer,
|
|
flintstones.helper.wtable,
|
|
flintstones.helper.wtable.cell,
|
|
flintstones.helper.wtable.event,
|
|
flintstones.helper.wtable.example,
|
|
flintstones.helper.wtable.interfaces,
|
|
flintstones.helper.wtable.wcelleditor
|
|
Automatic-Module-Name: flintstones.helper.wtable
|