Project

General

Profile

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