Project

General

Profile

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