15 lines
501 B
Plaintext
15 lines
501 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: flintstones.domain.numeric;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Export-Package: flintstones.domain.numeric
|
|
Require-Bundle: flintstones.helper.validator;visibility:=reexport,
|
|
org.eclipse.jface,
|
|
javax.inject,
|
|
flintstones.entity.extensionenum,
|
|
flintstones.entity.domain,
|
|
org.apache.commons.lang
|
|
Automatic-Module-Name: flintstones.domain.numeric
|