1
|
Manifest-Version: 1.0
|
2
|
Bundle-ManifestVersion: 2
|
3
|
Bundle-Name: EDIT Taxonomic Editor - DataStore Bundle
|
4
|
Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true
|
5
|
Bundle-Version: 3.0.0.qualifier
|
6
|
Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
|
7
|
Bundle-Vendor: EDIT
|
8
|
Export-Package: dbscripts,
|
9
|
eu.etaxonomy.cdm,
|
10
|
eu.etaxonomy.cdm.database,
|
11
|
eu.etaxonomy.taxeditor.account.user.handler,
|
12
|
eu.etaxonomy.taxeditor.account.user.wizard,
|
13
|
eu.etaxonomy.taxeditor.datasource,
|
14
|
eu.etaxonomy.taxeditor.datasource.wizard,
|
15
|
eu.etaxonomy.taxeditor.ext.service.wizard,
|
16
|
eu.etaxonomy.taxeditor.featuretree,
|
17
|
eu.etaxonomy.taxeditor.forms.section,
|
18
|
eu.etaxonomy.taxeditor.forms.section.reference,
|
19
|
eu.etaxonomy.taxeditor.handler,
|
20
|
eu.etaxonomy.taxeditor.io,
|
21
|
eu.etaxonomy.taxeditor.io.wizard,
|
22
|
eu.etaxonomy.taxeditor.labels,
|
23
|
eu.etaxonomy.taxeditor.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
|
24
|
eu.etaxonomy.taxeditor.newWizard,
|
25
|
eu.etaxonomy.taxeditor.newWizards,
|
26
|
eu.etaxonomy.taxeditor.operation,
|
27
|
eu.etaxonomy.taxeditor.parser,
|
28
|
eu.etaxonomy.taxeditor.preference,
|
29
|
eu.etaxonomy.taxeditor.preference.matching,
|
30
|
eu.etaxonomy.taxeditor.preference.menu,
|
31
|
eu.etaxonomy.taxeditor.preference.wizard,
|
32
|
eu.etaxonomy.taxeditor.store,
|
33
|
eu.etaxonomy.taxeditor.store.internal,
|
34
|
eu.etaxonomy.taxeditor.store.operations,
|
35
|
eu.etaxonomy.taxeditor.ui.bar,
|
36
|
eu.etaxonomy.taxeditor.ui.dialogs,
|
37
|
eu.etaxonomy.taxeditor.ui.dialogs.filteredSelection,
|
38
|
eu.etaxonomy.taxeditor.ui.forms,
|
39
|
eu.etaxonomy.taxeditor.ui.section,
|
40
|
eu.etaxonomy.taxeditor.ui.section.agent,
|
41
|
eu.etaxonomy.taxeditor.ui.section.classification,
|
42
|
eu.etaxonomy.taxeditor.ui.section.description,
|
43
|
eu.etaxonomy.taxeditor.ui.section.key,
|
44
|
eu.etaxonomy.taxeditor.ui.section.name,
|
45
|
eu.etaxonomy.taxeditor.ui.section.occurrence,
|
46
|
eu.etaxonomy.taxeditor.ui.section.reference,
|
47
|
eu.etaxonomy.taxeditor.ui.section.supplemental,
|
48
|
eu.etaxonomy.taxeditor.ui.section.taxon,
|
49
|
eu.etaxonomy.taxeditor.ui.selection,
|
50
|
eu.etaxonomy.taxeditor.ui.term,
|
51
|
eu.etaxonomy.taxeditor.view,
|
52
|
eu.etaxonomy.taxeditor.view.datasource,
|
53
|
eu.etaxonomy.taxeditor.view.datasource.handler,
|
54
|
eu.etaxonomy.taxeditor.view.detail,
|
55
|
eu.etaxonomy.taxeditor.view.supplementaldata,
|
56
|
eu.etaxonomy.taxeditor.view.user
|
57
|
Require-Bundle: org.eclipse.osgi,
|
58
|
org.eclipse.ui,
|
59
|
org.eclipse.jface.text,
|
60
|
org.eclipse.pde.runtime,
|
61
|
org.eclipse.ui.forms;bundle-version="3.5.0",
|
62
|
eu.etaxonomy.taxeditor.cdmlib;bundle-version="3.0.0"
|
63
|
Import-Package: org.eclipse.core.commands,
|
64
|
org.eclipse.core.commands.operations,
|
65
|
org.eclipse.core.expressions,
|
66
|
org.eclipse.core.runtime,
|
67
|
org.eclipse.core.runtime.jobs,
|
68
|
org.eclipse.jface.action,
|
69
|
org.eclipse.jface.dialogs,
|
70
|
org.eclipse.jface.preference,
|
71
|
org.eclipse.jface.resource,
|
72
|
org.eclipse.jface.viewers,
|
73
|
org.eclipse.swt,
|
74
|
org.eclipse.swt.graphics,
|
75
|
org.eclipse.swt.widgets,
|
76
|
org.eclipse.ui,
|
77
|
org.eclipse.ui.editors.text,
|
78
|
org.eclipse.ui.forms.widgets,
|
79
|
org.eclipse.ui.ide.undo,
|
80
|
org.osgi.framework
|
81
|
Bundle-ActivationPolicy: lazy
|
82
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|