19 lines
675 B
Plaintext
19 lines
675 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Unification operator
|
|
Bundle-SymbolicName: flintstones.operator.unification;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: Sinbad2
|
|
Automatic-Module-Name: flintstones.operator.unification
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: flintstones.entity.valuation;visibility:=reexport,
|
|
flintstones.helper.extensionpoint,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
javax.inject
|
|
Service-Component: component.xml
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: flintstones.operator.unification,
|
|
flintstones.operator.unification.service
|