14 lines
501 B
Plaintext
14 lines
501 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: flintstones.domain.numeric.integer;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.entity.domain,
|
|
flintstones.domain.numeric;visibility:=reexport,
|
|
flintstones.helper.data.wxml,
|
|
flintstones.entity.domain,
|
|
javax.inject
|
|
Export-Package: flintstones.domain.numeric.integer
|
|
Automatic-Module-Name: flintstones.domain.numeric.integer
|