16 lines
556 B
Plaintext
16 lines
556 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Domain
|
|
Bundle-SymbolicName: flintstones.entity.domain;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.entity.domain
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.eclipse.e4.core.services,
|
|
flintstones.helper.data.wxml,
|
|
org.apache.commons.lang,
|
|
flintstones.entity.common;visibility:=reexport,
|
|
flintstones.entity.extensionenum,
|
|
flintstones.model.ui.service
|
|
Export-Package: flintstones.entity.domain,
|
|
flintstones.entity.domain.messages
|