25 lines
879 B
Plaintext
25 lines
879 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Unification
|
|
Bundle-SymbolicName: flintstones.method.common.phase.unification;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.method.common.unification
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.entity.valuation,
|
|
flintstones.model.valuation.service,
|
|
flintstones.valuation.unifiedValuation,
|
|
flintstones.valuation.twoTuple,
|
|
flintstones.valuation.linguistic,
|
|
flintstones.entity.problemelement,
|
|
flintstones.domain.numeric,
|
|
flintstones.operator,
|
|
org.eclipse.e4.core.contexts,
|
|
javax.inject,
|
|
flintstones.model.domain.service,
|
|
flintstones.entity.domain,
|
|
org.eclipse.e4.core.di,
|
|
flintstones.entity.method.phase,
|
|
flintstones.model.method.phase.service,
|
|
flintstones.operator.unification
|
|
Export-Package: flintstones.method.common.phase.unification
|