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: 4.7.0.qualifier
|
6
|
Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
|
7
|
Bundle-Vendor: EDIT
|
8
|
Export-Package: eu.etaxonomy.cdm,
|
9
|
eu.etaxonomy.cdm.database,
|
10
|
eu.etaxonomy.taxeditor.datasource,
|
11
|
eu.etaxonomy.taxeditor.datasource.wizard,
|
12
|
eu.etaxonomy.taxeditor.dnd.transfer,
|
13
|
eu.etaxonomy.taxeditor.editor,
|
14
|
eu.etaxonomy.taxeditor.editor.definedterm,
|
15
|
eu.etaxonomy.taxeditor.editor.definedterm.input,
|
16
|
eu.etaxonomy.taxeditor.featuretree,
|
17
|
eu.etaxonomy.taxeditor.handler,
|
18
|
eu.etaxonomy.taxeditor.handler.defaultHandler,
|
19
|
eu.etaxonomy.taxeditor.io,
|
20
|
eu.etaxonomy.taxeditor.io.wizard,
|
21
|
eu.etaxonomy.taxeditor.labels,
|
22
|
eu.etaxonomy.taxeditor.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
|
23
|
eu.etaxonomy.taxeditor.newWizard,
|
24
|
eu.etaxonomy.taxeditor.operation,
|
25
|
eu.etaxonomy.taxeditor.parser,
|
26
|
eu.etaxonomy.taxeditor.preference,
|
27
|
eu.etaxonomy.taxeditor.preference.matching,
|
28
|
eu.etaxonomy.taxeditor.preference.menu,
|
29
|
eu.etaxonomy.taxeditor.preference.wizard,
|
30
|
eu.etaxonomy.taxeditor.security,
|
31
|
eu.etaxonomy.taxeditor.store,
|
32
|
eu.etaxonomy.taxeditor.store.internal,
|
33
|
eu.etaxonomy.taxeditor.store.operations,
|
34
|
eu.etaxonomy.taxeditor.ui.bar,
|
35
|
eu.etaxonomy.taxeditor.ui.combo,
|
36
|
eu.etaxonomy.taxeditor.ui.dialog,
|
37
|
eu.etaxonomy.taxeditor.ui.dialog.configurator,
|
38
|
eu.etaxonomy.taxeditor.ui.dialog.configurator.deleteConfigurator,
|
39
|
eu.etaxonomy.taxeditor.ui.dialog.selection,
|
40
|
eu.etaxonomy.taxeditor.ui.element,
|
41
|
eu.etaxonomy.taxeditor.ui.group.grantedauthority,
|
42
|
eu.etaxonomy.taxeditor.ui.mvc.combo,
|
43
|
eu.etaxonomy.taxeditor.ui.section,
|
44
|
eu.etaxonomy.taxeditor.ui.section.agent,
|
45
|
eu.etaxonomy.taxeditor.ui.section.classification,
|
46
|
eu.etaxonomy.taxeditor.ui.section.description,
|
47
|
eu.etaxonomy.taxeditor.ui.section.key,
|
48
|
eu.etaxonomy.taxeditor.ui.section.name,
|
49
|
eu.etaxonomy.taxeditor.ui.section.occurrence,
|
50
|
eu.etaxonomy.taxeditor.ui.section.reference,
|
51
|
eu.etaxonomy.taxeditor.ui.section.supplemental,
|
52
|
eu.etaxonomy.taxeditor.ui.section.taxon,
|
53
|
eu.etaxonomy.taxeditor.ui.selection,
|
54
|
eu.etaxonomy.taxeditor.util,
|
55
|
eu.etaxonomy.taxeditor.view,
|
56
|
eu.etaxonomy.taxeditor.view.datasource,
|
57
|
eu.etaxonomy.taxeditor.view.datasource.handler,
|
58
|
eu.etaxonomy.taxeditor.view.derivateSearch,
|
59
|
eu.etaxonomy.taxeditor.view.detail,
|
60
|
eu.etaxonomy.taxeditor.view.specimenSearch,
|
61
|
eu.etaxonomy.taxeditor.view.supplementaldata,
|
62
|
org.eclipse.wb.swt
|
63
|
Require-Bundle: org.eclipse.osgi,
|
64
|
org.eclipse.ui,
|
65
|
org.eclipse.jface.text,
|
66
|
org.eclipse.ui.forms,
|
67
|
eu.etaxonomy.taxeditor.cdmlib,
|
68
|
org.eclipse.nebula.widgets.compositetable,
|
69
|
org.eclipse.core.databinding,
|
70
|
org.eclipse.core.databinding.beans,
|
71
|
org.eclipse.core.databinding.observable,
|
72
|
org.eclipse.core.databinding.property,
|
73
|
org.eclipse.jface.databinding
|
74
|
Import-Package: eu.etaxonomy.taxeditor.webapp,
|
75
|
org.eclipse.core.commands,
|
76
|
org.eclipse.core.commands.operations,
|
77
|
org.eclipse.core.expressions,
|
78
|
org.eclipse.core.runtime,
|
79
|
org.eclipse.core.runtime.jobs,
|
80
|
org.eclipse.core.runtime.preferences,
|
81
|
org.eclipse.equinox.internal.p2.ui.model,
|
82
|
org.eclipse.jface.action,
|
83
|
org.eclipse.jface.dialogs,
|
84
|
org.eclipse.jface.preference,
|
85
|
org.eclipse.jface.resource,
|
86
|
org.eclipse.jface.viewers,
|
87
|
org.eclipse.swt,
|
88
|
org.eclipse.swt.graphics,
|
89
|
org.eclipse.swt.widgets,
|
90
|
org.eclipse.ui,
|
91
|
org.eclipse.ui.editors.text,
|
92
|
org.eclipse.ui.forms.widgets,
|
93
|
org.eclipse.ui.ide.undo,
|
94
|
org.osgi.framework,
|
95
|
org.osgi.service.prefs;version="1.1.1"
|
96
|
Bundle-ActivationPolicy: lazy
|
97
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
98
|
Bundle-Localization: OSGI-INF/l10n/bundle
|