1
|
Manifest-Version: 1.0
|
2
|
Bundle-ManifestVersion: 2
|
3
|
Bundle-Name: Workbench Bundle
|
4
|
Bundle-SymbolicName: eu.etaxonomy.taxeditor.workbench;singleton:=true
|
5
|
Bundle-Version: 4.8.0.qualifier
|
6
|
Bundle-Activator: eu.etaxonomy.taxeditor.workbench.Activator
|
7
|
Bundle-Vendor: EDIT
|
8
|
Require-Bundle: org.eclipse.ui,
|
9
|
org.eclipse.core.runtime,
|
10
|
org.eclipse.e4.ui.workbench,
|
11
|
org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0",
|
12
|
org.eclipse.e4.core.di.annotations;bundle-version="1.5.0",
|
13
|
org.apache.log4j;bundle-version="1.2.15",
|
14
|
org.eclipse.equinox.p2.ui,
|
15
|
org.eclipse.equinox.p2.metadata;bundle-version="2.3.100",
|
16
|
org.eclipse.equinox.p2.operations;bundle-version="2.4.200",
|
17
|
org.eclipse.e4.core.di,
|
18
|
org.eclipse.e4.ui.services
|
19
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
20
|
Import-Package: javax.inject;version="1.0.0"
|
21
|
Bundle-ActivationPolicy: lazy
|