Skip to main content
summaryrefslogtreecommitdiffstats
blob: 63b15abec2dae6f5e983a83dd7dc1d34fe63216f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Lifecycle
Bundle-SymbolicName: org.eclipse.fx.ui.lifecycle
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.e4.ui.model.workbench,
 org.eclipse.e4.core.di,
 org.eclipse.e4.core.contexts,
 org.eclipse.e4.core.services,
 org.eclipse.e4.ui.workbench
Export-Package: org.eclipse.fx.ui.lifecycle,
 org.eclipse.fx.ui.lifecycle.annotations
Import-Package: javax.annotation;version="1.1.0",
 javax.inject;version="1.0.0"
Service-Component: OSGI-INF/component.xml
Bundle-ActivationPolicy: lazy

Back to the top