33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: flintstones.model.application.provider;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Automatic-Module-Name: flintstones.application.service
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Service-Component: plugin.xml,
|
|
OSGI-INF/flintstones.application.model.service.ApplicationServiceProvider.xml
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: flintstones.model.application.service,
|
|
flintstones.helper.data.io,
|
|
org.eclipse.e4.core.services,
|
|
org.eclipse.e4.core.contexts,
|
|
org.eclipse.e4.core.di,
|
|
org.eclipse.e4.ui.di,
|
|
org.eclipse.e4.ui.model.workbench,
|
|
org.eclipse.e4.ui.workbench,
|
|
javax.inject,
|
|
org.eclipse.jface,
|
|
flintstones.application.constants,
|
|
flintstones.helper.extensionpoint,
|
|
flintstones.helper.git,
|
|
javax.annotation,
|
|
org.eclipse.nebula.widgets.opal.notifier,
|
|
flintstones.helper.locale,
|
|
flintstones.application.debug
|
|
Export-Package: flintstones.application.model.service,
|
|
flintstones.application.model.service.handler
|
|
Import-Package: org.eclipse.core.runtime,
|
|
org.osgi.framework;version="1.9.0",
|
|
org.osgi.service.component.annotations;version="1.2.0"
|