45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Debug
|
|
Bundle-SymbolicName: flintstones.application.debug;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.application.debug
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: flintstones.helper.data,
|
|
javax.inject,
|
|
flintstones.model.problemelement.service,
|
|
flintstones.model.valuation.service,
|
|
flintstones.entity.valuation,
|
|
flintstones.entity.problemelement,
|
|
flintstones.application.constants,
|
|
flintstones.model.domain.ui.service,
|
|
org.eclipse.e4.core.contexts,
|
|
flintstones.model.domain.service,
|
|
flintstones.domain.fuzzyset,
|
|
org.apache.commons.lang,
|
|
flintstones.model.ahppreferences.service,
|
|
flintstones.model.application.service,
|
|
flintstones.model.ahpsort.profileassignment.service,
|
|
flintstones.operator,
|
|
flintstones.valuation.ui,
|
|
org.eclipse.e4.ui.workbench,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.jface,
|
|
javax.annotation,
|
|
flintstones.model.method.service,
|
|
flintstones.model.method.phase.service,
|
|
flintstones.entity.method.phase.ui,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
flintstones.model.ahp.referencepoint.service,
|
|
flintstones.helper.debug,
|
|
flintstones.model.engine.r.service,
|
|
flintstones.entity.method.phase,
|
|
flintstones.entity.method,
|
|
flintstones.domain.numeric.integer,
|
|
flintstones.valuation.linguistic,
|
|
flintstones.valuation.hesitant,
|
|
flintstones.valuation.numeric.real,
|
|
flintstones.valuation.numeric.integer
|
|
Import-Package: org.eclipse.core.runtime
|
|
Export-Package: flintstones.application.debug.handler
|