Project

General

Profile

Download (4.45 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3 4d1c677b n.hoffmann
Bundle-Name: DataStore Bundle
4 e8409423 n.hoffmann
Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true
5 a31431c6 jenkins
Bundle-Version: 5.42.0
6 e8409423 n.hoffmann
Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
7
Bundle-Vendor: EDIT
8 0f8746c6 Patrick Plitzner
Bundle-Localization: OSGI-INF/l10n/bundle
9 790c4cdf Andreas Müller
Export-Package: eu.etaxonomy.taxeditor.editor,
10 b9a0d300 l.morris
 eu.etaxonomy.taxeditor.editor.definedterm,
11 b6d5d6a6 Cherian Mathew
 eu.etaxonomy.taxeditor.editor.definedterm.input,
12 e9fa67ee Patrick Plitzner
 eu.etaxonomy.taxeditor.event,
13 9651449a p.ciardelli
 eu.etaxonomy.taxeditor.handler,
14 124382f7 Patrick Plitzner
 eu.etaxonomy.taxeditor.handler.defaultHandler,
15 0db2412a Patrick Plitzner
 eu.etaxonomy.taxeditor.handler.defaultHandler.e4,
16 a088cd55 Patrick Plitzner
 eu.etaxonomy.taxeditor.handler.update,
17 dbb33d8d n.hoffmann
 eu.etaxonomy.taxeditor.io,
18
 eu.etaxonomy.taxeditor.io.wizard,
19 648be136 p.ciardelli
 eu.etaxonomy.taxeditor.labels,
20 821fe02d Katja Luther
 eu.etaxonomy.taxeditor.model,
21 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.newWizard,
22 35861667 n.hoffmann
 eu.etaxonomy.taxeditor.operation,
23 95d1ab8c Patrick Plitzner
 eu.etaxonomy.taxeditor.operation.e4,
24 9766a939 n.hoffmann
 eu.etaxonomy.taxeditor.parser,
25
 eu.etaxonomy.taxeditor.preference,
26 eca18c8b n.hoffmann
 eu.etaxonomy.taxeditor.preference.matching,
27 3aa58b57 n.hoffmann
 eu.etaxonomy.taxeditor.preference.menu,
28 eca18c8b n.hoffmann
 eu.etaxonomy.taxeditor.preference.wizard,
29 63e1618b Andreas Kohlbecker
 eu.etaxonomy.taxeditor.security,
30 b7a46fe2 n.hoffmann
 eu.etaxonomy.taxeditor.store,
31 dbb33d8d n.hoffmann
 eu.etaxonomy.taxeditor.store.internal,
32 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.store.operations,
33 1a182481 Katja Luther
 eu.etaxonomy.taxeditor.termtree,
34
 eu.etaxonomy.taxeditor.termtree.e4,
35
 eu.etaxonomy.taxeditor.termtree.e4.handler,
36 b5b429af Patrick Plitzner
 eu.etaxonomy.taxeditor.ui,
37 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.ui.bar,
38 b9a0d300 l.morris
 eu.etaxonomy.taxeditor.ui.combo,
39 09b45523 Patrick Plitzner
 eu.etaxonomy.taxeditor.ui.combo.taxon,
40 e9eec17d Patrick Plitzner
 eu.etaxonomy.taxeditor.ui.combo.term,
41 78222507 n.hoffmann
 eu.etaxonomy.taxeditor.ui.dialog,
42 56695721 Katja Luther
 eu.etaxonomy.taxeditor.ui.dialog.configurator,
43
 eu.etaxonomy.taxeditor.ui.dialog.configurator.deleteConfigurator,
44 78222507 n.hoffmann
 eu.etaxonomy.taxeditor.ui.dialog.selection,
45
 eu.etaxonomy.taxeditor.ui.element,
46 ca7ac329 Cherian Mathew
 eu.etaxonomy.taxeditor.ui.group.grantedauthority,
47 2fcd92b4 Patrick Plitzner
 eu.etaxonomy.taxeditor.ui.mvc.combo,
48 f211dd28 n.hoffmann
 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 91a8d98c Cherian Mathew
 eu.etaxonomy.taxeditor.util,
60 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.view,
61
 eu.etaxonomy.taxeditor.view.detail,
62 5d6060ad Patrick Plitzner
 eu.etaxonomy.taxeditor.view.e4,
63 8f6d819a Patrick Plitzner
 eu.etaxonomy.taxeditor.view.e4.details,
64
 eu.etaxonomy.taxeditor.view.e4.supplementaldata,
65 f8cdd23e Patrick Plitzner
 eu.etaxonomy.taxeditor.view.search.derivative,
66 2fcd92b4 Patrick Plitzner
 org.eclipse.wb.swt
67 27b59ab1 n.hoffmann
Require-Bundle: org.eclipse.osgi,
68
 org.eclipse.ui,
69 915cda99 n.hoffmann
 org.eclipse.jface.text,
70 ef79528f n.hoffmann
 org.eclipse.ui.forms,
71 bccb7ce8 Cherian Mathew
 eu.etaxonomy.taxeditor.cdmlib,
72 e458e14a Patric Plitzner
 org.eclipse.core.databinding,
73
 org.eclipse.core.databinding.beans,
74
 org.eclipse.core.databinding.observable,
75
 org.eclipse.core.databinding.property,
76 ef32cd3e Patrick Plitzner
 org.eclipse.jface.databinding,
77 0f8746c6 Patrick Plitzner
 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 d6d945d2 Patrick Plitzner
 org.eclipse.e4.core.contexts;bundle-version="1.5.1",
86
 org.eclipse.osgi.services,
87 5987bc1c Patrick Plitzner
 org.eclipse.e4.core.services,
88 a088cd55 Patrick Plitzner
 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 1d76231c Katja Luther
 org.eclipse.equinox.p2.engine,
95 4394f4a4 Katja Luther
 org.eclipse.core.net
96 0f8746c6 Patrick Plitzner
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
97
Bundle-ActivationPolicy: lazy
98 3b1474a6 Andreas Müller
Import-Package: javax.annotation;version="1.2.0",
99 0f8746c6 Patrick Plitzner
 javax.inject;version="1.0.0",
100 7a96337f Cherian Mathew
 org.eclipse.core.commands,
101 30f3257c n.hoffmann
 org.eclipse.core.commands.operations,
102 3eb913da n.hoffmann
 org.eclipse.core.expressions,
103 30f3257c n.hoffmann
 org.eclipse.core.runtime,
104 cfcb0ce6 n.hoffmann
 org.eclipse.core.runtime.jobs,
105 aa997cff Cherian Mathew
 org.eclipse.core.runtime.preferences,
106
 org.eclipse.equinox.internal.p2.ui.model,
107 30f3257c n.hoffmann
 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 cfcb0ce6 n.hoffmann
 org.eclipse.ui,
116 30f3257c n.hoffmann
 org.eclipse.ui.editors.text,
117 eca18c8b n.hoffmann
 org.eclipse.ui.forms.widgets,
118 17d259ea n.hoffmann
 org.eclipse.ui.ide.undo,
119 1b626d51 Cherian Mathew
 org.osgi.framework,
120 9a6b2310 Andreas Müller
 org.osgi.service.prefs;version="1.1.1",
121
 org.apache.logging.log4j,
122 1b54fed6 Andreas Müller
 org.apache.logging.log4j.core,
123
  org.apache.commons.collections4