20 lines
700 B
Plaintext
20 lines
700 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Provider
|
|
Bundle-SymbolicName: flintstones.model.ahppreferences.provider
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.model.ahppreferences.provider
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: flintstones.model.ahppreferences.service,
|
|
flintstones.entity.ahppreferences,
|
|
org.eclipse.e4.core.contexts,
|
|
javax.inject,
|
|
flintstones.model.problemelement.provider,
|
|
flintstones.model.problemelement.service,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.entity.preferences.preferencecollection,
|
|
javax.annotation
|
|
Service-Component: component.xml
|
|
Bundle-ActivationPolicy: lazy
|