Project

General

Profile

Download (4.4 KB) Statistics
| Branch: | Tag: | Revision:
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3
Bundle-Name: DataStore Bundle
4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true
5
Bundle-Version: 5.26.0.qualifier
6
Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
7
Bundle-Vendor: EDIT
8
Bundle-Localization: OSGI-INF/l10n/bundle
9
Export-Package: eu.etaxonomy.taxeditor.editor,
10
 eu.etaxonomy.taxeditor.editor.definedterm,
11
 eu.etaxonomy.taxeditor.editor.definedterm.input,
12
 eu.etaxonomy.taxeditor.event,
13
 eu.etaxonomy.taxeditor.handler,
14
 eu.etaxonomy.taxeditor.handler.defaultHandler,
15
 eu.etaxonomy.taxeditor.handler.defaultHandler.e4,
16
 eu.etaxonomy.taxeditor.handler.update,
17
 eu.etaxonomy.taxeditor.io,
18
 eu.etaxonomy.taxeditor.io.wizard,
19
 eu.etaxonomy.taxeditor.labels,
20
 eu.etaxonomy.taxeditor.model,
21
 eu.etaxonomy.taxeditor.newWizard,
22
 eu.etaxonomy.taxeditor.operation,
23
 eu.etaxonomy.taxeditor.operation.e4,
24
 eu.etaxonomy.taxeditor.parser,
25
 eu.etaxonomy.taxeditor.preference,
26
 eu.etaxonomy.taxeditor.preference.matching,
27
 eu.etaxonomy.taxeditor.preference.menu,
28
 eu.etaxonomy.taxeditor.preference.wizard,
29
 eu.etaxonomy.taxeditor.security,
30
 eu.etaxonomy.taxeditor.store,
31
 eu.etaxonomy.taxeditor.store.internal,
32
 eu.etaxonomy.taxeditor.store.operations,
33
 eu.etaxonomy.taxeditor.termtree,
34
 eu.etaxonomy.taxeditor.termtree.e4,
35
 eu.etaxonomy.taxeditor.termtree.e4.handler,
36
 eu.etaxonomy.taxeditor.ui,
37
 eu.etaxonomy.taxeditor.ui.bar,
38
 eu.etaxonomy.taxeditor.ui.combo,
39
 eu.etaxonomy.taxeditor.ui.combo.taxon,
40
 eu.etaxonomy.taxeditor.ui.combo.term,
41
 eu.etaxonomy.taxeditor.ui.dialog,
42
 eu.etaxonomy.taxeditor.ui.dialog.configurator,
43
 eu.etaxonomy.taxeditor.ui.dialog.configurator.deleteConfigurator,
44
 eu.etaxonomy.taxeditor.ui.dialog.selection,
45
 eu.etaxonomy.taxeditor.ui.element,
46
 eu.etaxonomy.taxeditor.ui.group.grantedauthority,
47
 eu.etaxonomy.taxeditor.ui.mvc.combo,
48
 eu.etaxonomy.taxeditor.ui.section,
49
 eu.etaxonomy.taxeditor.ui.section.agent,
50
 eu.etaxonomy.taxeditor.ui.section.classification,
51
 eu.etaxonomy.taxeditor.ui.section.description,
52
 eu.etaxonomy.taxeditor.ui.section.key,
53
 eu.etaxonomy.taxeditor.ui.section.name,
54
 eu.etaxonomy.taxeditor.ui.section.occurrence,
55
 eu.etaxonomy.taxeditor.ui.section.reference,
56
 eu.etaxonomy.taxeditor.ui.section.supplemental,
57
 eu.etaxonomy.taxeditor.ui.section.taxon,
58
 eu.etaxonomy.taxeditor.ui.selection,
59
 eu.etaxonomy.taxeditor.util,
60
 eu.etaxonomy.taxeditor.view,
61
 eu.etaxonomy.taxeditor.view.detail,
62
 eu.etaxonomy.taxeditor.view.e4,
63
 eu.etaxonomy.taxeditor.view.e4.details,
64
 eu.etaxonomy.taxeditor.view.e4.supplementaldata,
65
 eu.etaxonomy.taxeditor.view.search.derivative,
66
 org.eclipse.wb.swt
67
Require-Bundle: org.eclipse.osgi,
68
 org.eclipse.ui,
69
 org.eclipse.jface.text,
70
 org.eclipse.ui.forms,
71
 eu.etaxonomy.taxeditor.cdmlib,
72
 org.eclipse.core.databinding,
73
 org.eclipse.core.databinding.beans,
74
 org.eclipse.core.databinding.observable,
75
 org.eclipse.core.databinding.property,
76
 org.eclipse.jface.databinding,
77
 eu.etaxonomy.taxeditor.workbench,
78
 org.eclipse.e4.core.di.annotations;bundle-version="1.5.0",
79
 org.eclipse.e4.ui.di;bundle-version="1.1.100",
80
 org.eclipse.e4.ui.workbench,
81
 org.eclipse.e4.core.di,
82
 org.eclipse.e4.core.commands;bundle-version="0.11.100",
83
 org.eclipse.e4.ui.services;bundle-version="1.2.100",
84
 org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0",
85
 org.eclipse.e4.core.contexts;bundle-version="1.5.1",
86
 org.eclipse.osgi.services,
87
 org.eclipse.e4.core.services,
88
 org.eclipse.nebula.widgets.compositetable;bundle-version="1.0.0",
89
 org.eclipse.equinox.p2.repository,
90
 org.eclipse.equinox.p2.ui,
91
 org.eclipse.equinox.p2.operations,
92
 org.eclipse.equinox.p2.metadata,
93
 org.eclipse.equinox.p2.core,
94
 org.eclipse.equinox.p2.engine,
95
 eu.etaxonomy.taxeditor.store
96
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
97
Bundle-ActivationPolicy: lazy
98
Import-Package: javax.annotation;version="1.0.0";resolution:=optional,
99
 javax.inject;version="1.0.0",
100
 org.eclipse.core.commands,
101
 org.eclipse.core.commands.operations,
102
 org.eclipse.core.expressions,
103
 org.eclipse.core.runtime,
104
 org.eclipse.core.runtime.jobs,
105
 org.eclipse.core.runtime.preferences,
106
 org.eclipse.equinox.internal.p2.ui.model,
107
 org.eclipse.jface.action,
108
 org.eclipse.jface.dialogs,
109
 org.eclipse.jface.preference,
110
 org.eclipse.jface.resource,
111
 org.eclipse.jface.viewers,
112
 org.eclipse.swt,
113
 org.eclipse.swt.graphics,
114
 org.eclipse.swt.widgets,
115
 org.eclipse.ui,
116
 org.eclipse.ui.editors.text,
117
 org.eclipse.ui.forms.widgets,
118
 org.eclipse.ui.ide.undo,
119
 org.osgi.framework,
120
 org.osgi.service.prefs;version="1.1.1"
    (1-1/1)