21 lines
716 B
Plaintext
21 lines
716 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: flintstones.application.perspective.rating.ui;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Automatic-Module-Name: flintstones.rating.ui
|
|
Import-Package: org.osgi.service.event
|
|
Require-Bundle: org.eclipse.jface,
|
|
javax.inject,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.e4.core.contexts,
|
|
flintstones.model.domain.service,
|
|
flintstones.model.ui.service,
|
|
flintstones.helper.chainvalidator,
|
|
org.eclipse.e4.ui.services,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.entity.domain
|
|
Export-Package: flintstones.application.perspective.rating.ui.dialogs
|