14 lines
555 B
Plaintext
14 lines
555 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Service
|
|
Bundle-SymbolicName: flintstones.helper.extensionpoint
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.eclipse.e4.core.di;visibility:=reexport,
|
|
org.eclipse.e4.core.contexts;visibility:=reexport,
|
|
org.eclipse.core.runtime;visibility:=reexport,
|
|
flintstones.entity.extensionenum;visibility:=reexport,
|
|
flintstones.helper.locale
|
|
Export-Package: flintstones.helper.extensionpoint
|
|
Automatic-Module-Name: flintstones.helper.extensionpoint
|