37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Aggregation
|
|
Bundle-SymbolicName: flintstones.method.common.phase.aggregation;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.method.common.phase.aggregation
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.operator,
|
|
flintstones.helper.wtable;visibility:=reexport,
|
|
flintstones.entity.valuation,
|
|
flintstones.model.valuation.service,
|
|
flintstones.operator,
|
|
flintstones.valuation.twoTuple,
|
|
flintstones.valuation.linguistic,
|
|
org.eclipse.jface,
|
|
org.eclipse.wb.swt,
|
|
flintstones.domain.fuzzyset.unbalanced,
|
|
flintstones.entity.problemelement,
|
|
javax.inject,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.helper.data,
|
|
flintstones.model.problemelement.service,
|
|
org.eclipse.e4.core.services,
|
|
flintstones.entity.domain,
|
|
javax.annotation,
|
|
flintstones.entity.operator,
|
|
flintstones.entity.method.phase,
|
|
flintstones.model.method.phase.service,
|
|
flintstones.model.domain.service,
|
|
flintstones.entity.aggregation,
|
|
flintstones.method.common.model.retranslation
|
|
Export-Package: flintstones.method.common.phase.aggregation,
|
|
flintstones.method.common.phase.aggregation.exception,
|
|
flintstones.method.common.phase.aggregation.provider
|
|
Import-Package: flintstones.domain.fuzzyset.unbalanced
|