20 lines
678 B
Plaintext
20 lines
678 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: flintstones.domain.fuzzyset;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.domain.numeric.real;visibility:=reexport,
|
|
flintstones.helper.data.wxml,
|
|
flintstones.entity.domain,
|
|
javax.inject,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
org.apache.commons.lang,
|
|
javax.annotation
|
|
Export-Package: flintstones.domain.fuzzyset,
|
|
flintstones.domain.fuzzyset.function.types,
|
|
flintstones.domain.fuzzyset.label,
|
|
flintstones.domain.fuzzyset.semantic
|
|
Automatic-Module-Name: flintstones.domain.fuzzyset
|