21 lines
788 B
Plaintext
21 lines
788 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Normalization
|
|
Bundle-SymbolicName: flintstones.method.decision.common.phase.normalization;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.method.decision.common.phase.normalization
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.entity.valuation,
|
|
flintstones.model.valuation.service,
|
|
javax.inject,
|
|
flintstones.operator,
|
|
flintstones.entity.problemelement,
|
|
flintstones.entity.ahp.decisionmatrix,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.entity.wvaluation,
|
|
flintstones.model.problemelement.service,
|
|
flintstones.entity.operator,
|
|
flintstones.entity.method.phase
|
|
Export-Package: flintstones.method.decision.common.phase.normalization
|