1
|
Manifest-Version: 1.0
|
2
|
Bundle-ManifestVersion: 2
|
3
|
Bundle-Name: Navigation Bundle
|
4
|
Bundle-SymbolicName: eu.etaxonomy.taxeditor.navigation;singleton:=true
|
5
|
Bundle-Version: 5.35.0.qualifier
|
6
|
Bundle-Activator: eu.etaxonomy.taxeditor.navigation.internal.TaxeditorNavigationPlugin
|
7
|
Bundle-Vendor: EDIT
|
8
|
Export-Package: eu.etaxonomy.taxeditor.navigation,
|
9
|
eu.etaxonomy.taxeditor.navigation.internal,
|
10
|
eu.etaxonomy.taxeditor.navigation.key.polytomous,
|
11
|
eu.etaxonomy.taxeditor.navigation.key.polytomous.operation,
|
12
|
eu.etaxonomy.taxeditor.navigation.navigator,
|
13
|
eu.etaxonomy.taxeditor.navigation.navigator.e4,
|
14
|
eu.etaxonomy.taxeditor.navigation.navigator.operation,
|
15
|
eu.etaxonomy.taxeditor.navigation.search
|
16
|
Require-Bundle: org.eclipse.ui,
|
17
|
org.eclipse.ui.navigator,
|
18
|
org.eclipse.ui.navigator.resources,
|
19
|
org.eclipse.core.expressions,
|
20
|
eu.etaxonomy.taxeditor.cdmlib,
|
21
|
eu.etaxonomy.taxeditor.store,
|
22
|
eu.etaxonomy.taxeditor.editor,
|
23
|
eu.etaxonomy.taxeditor.workbench,
|
24
|
org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0.v20160229-1459",
|
25
|
org.eclipse.e4.ui.di,
|
26
|
javax.inject,
|
27
|
org.eclipse.e4.ui.services,
|
28
|
org.eclipse.e4.ui.workbench,
|
29
|
org.eclipse.e4.core.di.annotations,
|
30
|
org.eclipse.e4.core.contexts;bundle-version="1.5.1",
|
31
|
org.eclipse.e4.core.commands,
|
32
|
org.eclipse.e4.core.di,
|
33
|
eu.etaxonomy.taxeditor.bulkeditor
|
34
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
35
|
Import-Package: javax.annotation;version="1.2.0",
|
36
|
javax.inject;version="1.0.0",
|
37
|
org.eclipse.core.resources,
|
38
|
org.eclipse.core.runtime,
|
39
|
org.eclipse.core.runtime.jobs,
|
40
|
org.eclipse.e4.core.services.events,
|
41
|
org.eclipse.equinox.app,
|
42
|
org.eclipse.osgi.util;version="1.1.0",
|
43
|
org.eclipse.ui.forms.widgets,
|
44
|
org.osgi.framework,
|
45
|
org.apache.logging.log4j,
|
46
|
org.apache.logging.log4j.core
|
47
|
Bundle-ActivationPolicy: lazy
|