27 lines
792 B
Plaintext
27 lines
792 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: R
|
|
Bundle-SymbolicName: flintstones.engine.R
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flinstones.engine.R
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.eclipse.e4.core.di,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
javax.inject,
|
|
org.eclipse.core.jobs,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.equinox.registry,
|
|
org.eclipse.swt,
|
|
javax.annotation
|
|
Import-Package: flintstones.entity.domain.messages,
|
|
flintstones.entity.problemelement.messages
|
|
Bundle-ClassPath: lib/JRI.jar,
|
|
.
|
|
Export-Package: flintstones.engine.R,
|
|
flintstones.engine.R.provider,
|
|
flintstones.engine.R.provider.internal,
|
|
org.rosuda.JRI
|
|
Service-Component: component.xml
|
|
Bundle-ActivationPolicy: lazy
|