Project

General

Profile

Download (3.6 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 63667693 jenkins
Bundle-Version: 4.7.0.qualifier
6 e8409423 n.hoffmann
Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
7
Bundle-Vendor: EDIT
8 4d1c677b n.hoffmann
Export-Package: eu.etaxonomy.cdm,
9 dbb33d8d n.hoffmann
 eu.etaxonomy.cdm.database,
10
 eu.etaxonomy.taxeditor.datasource,
11 9766a939 n.hoffmann
 eu.etaxonomy.taxeditor.datasource.wizard,
12 ca7ac329 Cherian Mathew
 eu.etaxonomy.taxeditor.dnd.transfer,
13 2f9b03b9 a.theys
 eu.etaxonomy.taxeditor.editor,
14 b9a0d300 l.morris
 eu.etaxonomy.taxeditor.editor.definedterm,
15 b6d5d6a6 Cherian Mathew
 eu.etaxonomy.taxeditor.editor.definedterm.input,
16 3fb05254 n.hoffmann
 eu.etaxonomy.taxeditor.featuretree,
17 9651449a p.ciardelli
 eu.etaxonomy.taxeditor.handler,
18 124382f7 Patrick Plitzner
 eu.etaxonomy.taxeditor.handler.defaultHandler,
19 dbb33d8d n.hoffmann
 eu.etaxonomy.taxeditor.io,
20
 eu.etaxonomy.taxeditor.io.wizard,
21 648be136 p.ciardelli
 eu.etaxonomy.taxeditor.labels,
22 3aa58b57 n.hoffmann
 eu.etaxonomy.taxeditor.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
23 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.newWizard,
24 35861667 n.hoffmann
 eu.etaxonomy.taxeditor.operation,
25 9766a939 n.hoffmann
 eu.etaxonomy.taxeditor.parser,
26
 eu.etaxonomy.taxeditor.preference,
27 eca18c8b n.hoffmann
 eu.etaxonomy.taxeditor.preference.matching,
28 3aa58b57 n.hoffmann
 eu.etaxonomy.taxeditor.preference.menu,
29 eca18c8b n.hoffmann
 eu.etaxonomy.taxeditor.preference.wizard,
30 63e1618b Andreas Kohlbecker
 eu.etaxonomy.taxeditor.security,
31 b7a46fe2 n.hoffmann
 eu.etaxonomy.taxeditor.store,
32 dbb33d8d n.hoffmann
 eu.etaxonomy.taxeditor.store.internal,
33 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.store.operations,
34
 eu.etaxonomy.taxeditor.ui.bar,
35 b9a0d300 l.morris
 eu.etaxonomy.taxeditor.ui.combo,
36 78222507 n.hoffmann
 eu.etaxonomy.taxeditor.ui.dialog,
37 56695721 Katja Luther
 eu.etaxonomy.taxeditor.ui.dialog.configurator,
38
 eu.etaxonomy.taxeditor.ui.dialog.configurator.deleteConfigurator,
39 78222507 n.hoffmann
 eu.etaxonomy.taxeditor.ui.dialog.selection,
40
 eu.etaxonomy.taxeditor.ui.element,
41 ca7ac329 Cherian Mathew
 eu.etaxonomy.taxeditor.ui.group.grantedauthority,
42 2fcd92b4 Patrick Plitzner
 eu.etaxonomy.taxeditor.ui.mvc.combo,
43 f211dd28 n.hoffmann
 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 91a8d98c Cherian Mathew
 eu.etaxonomy.taxeditor.util,
55 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.view,
56
 eu.etaxonomy.taxeditor.view.datasource,
57
 eu.etaxonomy.taxeditor.view.datasource.handler,
58 913c77b4 Patric Plitzner
 eu.etaxonomy.taxeditor.view.derivateSearch,
59 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.view.detail,
60 913c77b4 Patric Plitzner
 eu.etaxonomy.taxeditor.view.specimenSearch,
61 2fcd92b4 Patrick Plitzner
 eu.etaxonomy.taxeditor.view.supplementaldata,
62
 org.eclipse.wb.swt
63 27b59ab1 n.hoffmann
Require-Bundle: org.eclipse.osgi,
64
 org.eclipse.ui,
65 915cda99 n.hoffmann
 org.eclipse.jface.text,
66 ef79528f n.hoffmann
 org.eclipse.ui.forms,
67 bccb7ce8 Cherian Mathew
 eu.etaxonomy.taxeditor.cdmlib,
68 375fee3c Cherian Mathew
 org.eclipse.nebula.widgets.compositetable,
69 e458e14a Patric Plitzner
 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 7a96337f Cherian Mathew
Import-Package: eu.etaxonomy.taxeditor.webapp,
75
 org.eclipse.core.commands,
76 30f3257c n.hoffmann
 org.eclipse.core.commands.operations,
77 3eb913da n.hoffmann
 org.eclipse.core.expressions,
78 30f3257c n.hoffmann
 org.eclipse.core.runtime,
79 cfcb0ce6 n.hoffmann
 org.eclipse.core.runtime.jobs,
80 aa997cff Cherian Mathew
 org.eclipse.core.runtime.preferences,
81
 org.eclipse.equinox.internal.p2.ui.model,
82 30f3257c n.hoffmann
 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 cfcb0ce6 n.hoffmann
 org.eclipse.ui,
91 30f3257c n.hoffmann
 org.eclipse.ui.editors.text,
92 eca18c8b n.hoffmann
 org.eclipse.ui.forms.widgets,
93 17d259ea n.hoffmann
 org.eclipse.ui.ide.undo,
94 1b626d51 Cherian Mathew
 org.osgi.framework,
95
 org.osgi.service.prefs;version="1.1.1"
96 e8409423 n.hoffmann
Bundle-ActivationPolicy: lazy
97 414662b3 Patrick Plitzner
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
98 4db49a38 Alexander Oppermann
Bundle-Localization: OSGI-INF/l10n/bundle