20 lines
670 B
Plaintext
20 lines
670 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Provider
|
|
Bundle-SymbolicName: flintstones.model.method.phase.provider
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.model.method.phase.provider
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.eclipse.e4.core.contexts,
|
|
javax.inject,
|
|
flintstones.helper.extensionpoint,
|
|
flintstones.entity.method.phase,
|
|
flintstones.model.method.phase.service,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
flintstones.entity.method.phase.ui,
|
|
javax.annotation,
|
|
org.eclipse.e4.core.services
|
|
Service-Component: component.xml
|
|
Bundle-ActivationPolicy: lazy
|
|
Import-Package: org.osgi.service.event
|