28 lines
985 B
Plaintext
28 lines
985 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Ranking
|
|
Bundle-SymbolicName: flintstones.method.ahp.phase.ranking;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.method.ahp.phase.ranking
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: flintstones.operator,
|
|
javax.inject,
|
|
flintstones.entity.problemelement,
|
|
flintstones.entity.valuation,
|
|
flintstones.model.valuation.service,
|
|
flintstones.valuation.numeric.real,
|
|
flintstones.operator.aggregation.geometricMean,
|
|
org.apache.commons.math3,
|
|
org.eclipse.e4.core.contexts,
|
|
flintstones.entity.ahp,
|
|
flintstones.model.ahppreferences.service,
|
|
flintstones.entity.ahppreferences,
|
|
flintstones.model.problemelement.service,
|
|
flintstones.entity.preferences.preferencecollection,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.model.domain.service,
|
|
flintstones.helper.data,
|
|
flintstones.entity.domain,
|
|
flintstones.entity.method.phase
|
|
Export-Package: flintstones.method.ahp.phase.ranking
|