18 lines
541 B
Plaintext
18 lines
541 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Control
|
|
Bundle-SymbolicName: flintstones.application.control
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Require-Bundle: flintstones.application,
|
|
flintstones.model.application.service,
|
|
flintstones.model.ui.service,
|
|
flintstones.helper.ui,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.e4.ui.services,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
javax.inject,
|
|
javax.annotation
|
|
Automatic-Module-Name: flintstones.application.control
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|