17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Valuation
|
|
Bundle-SymbolicName: flintstones.valuation;singleton:=true
|
|
Bundle-Vendor: Sinbad2
|
|
Export-Package: flintstones.valuation.cell,
|
|
flintstones.valuation.messages
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Automatic-Module-Name: flintstones.valuation
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Import-Package: flintstones.application.constants
|
|
Require-Bundle: flintstones.entity.valuation,
|
|
flintstones.entity.domain,
|
|
flintstones.helper.wtable,
|
|
org.eclipse.e4.core.services
|