14 lines
491 B
Plaintext
14 lines
491 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Decision Matrix
|
|
Bundle-SymbolicName: flintstones.entity.ahp.decisionmatrix
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.decisionmatrix
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.entity.valuation,
|
|
flintstones.entity.problemelement,
|
|
flintstones.valuation.numeric,
|
|
flintstones.helper.data,
|
|
flintstones.entity.wvaluation
|
|
Export-Package: flintstones.entity.ahp.decisionmatrix
|