29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Ranking
|
|
Bundle-SymbolicName: flintstones.method.ahp.sort.phase.ranking;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.method.ahp.sort.phase.ranking
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: flintstones.model.ahppreferences.service,
|
|
javax.inject,
|
|
flintstones.model.problemelement.service,
|
|
flintstones.entity.problemelement,
|
|
flintstones.entity.preferences.preferencecollection,
|
|
flintstones.entity.ahp,
|
|
org.apache.commons.math3,
|
|
flintstones.helper.data,
|
|
flintstones.entity.ahppreferences,
|
|
flintstones.model.ahpsort.profileassignment.service,
|
|
flintstones.entity.ahpsort.profileassignment,
|
|
flintstones.model.domain.service,
|
|
flintstones.entity.domain,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.entity.method.phase,
|
|
flintstones.entity.ahpsort.priority,
|
|
flintstones.helper.debug,
|
|
org.apache.commons.lang
|
|
Export-Package: flintstones.method.ahp.sort.phase.ranking,
|
|
flintstones.method.ahp.sort.phase.ranking.ahpcluster
|