19 lines
610 B
Plaintext
19 lines
610 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: afryca.ase.engine.Groovy;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Require-Bundle: org.codehaus.groovy,
|
|
javax.inject,
|
|
afryca.ase,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.e4.ui.model.workbench
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Service-Component: OSGI-INF/groovy_engine_provider_context_function.xml
|
|
Automatic-Module-Name: afryca.ase.engine.Groovy
|