19 lines
569 B
Plaintext
19 lines
569 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Faq
|
|
Bundle-SymbolicName: flintstones.helper.faq
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.helper.faq
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.model.application.service,
|
|
org.eclipse.osgi,
|
|
javax.inject,
|
|
flintstones.helper.faq.ui,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.jface,
|
|
flintstones.helper.data
|
|
Import-Package: org.eclipse.core.runtime
|
|
Export-Package: flintstones.helper.faq,
|
|
flintstones.helper.faq.interfaces
|