Project

General

Profile

Download (3.09 KB) Statistics
| Branch: | Tag: | Revision:
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.singlesource,
33
 eu.etaxonomy.taxeditor.store,
34
 eu.etaxonomy.taxeditor.store.internal,
35
 eu.etaxonomy.taxeditor.store.operations,
36
 eu.etaxonomy.taxeditor.store.singlesource.widget,
37
 eu.etaxonomy.taxeditor.ui.bar,
38
 eu.etaxonomy.taxeditor.ui.dialogs,
39
 eu.etaxonomy.taxeditor.ui.dialogs.filteredSelection,
40
 eu.etaxonomy.taxeditor.ui.forms,
41
 eu.etaxonomy.taxeditor.ui.section,
42
 eu.etaxonomy.taxeditor.ui.section.agent,
43
 eu.etaxonomy.taxeditor.ui.section.classification,
44
 eu.etaxonomy.taxeditor.ui.section.description,
45
 eu.etaxonomy.taxeditor.ui.section.key,
46
 eu.etaxonomy.taxeditor.ui.section.name,
47
 eu.etaxonomy.taxeditor.ui.section.occurrence,
48
 eu.etaxonomy.taxeditor.ui.section.reference,
49
 eu.etaxonomy.taxeditor.ui.section.supplemental,
50
 eu.etaxonomy.taxeditor.ui.section.taxon,
51
 eu.etaxonomy.taxeditor.ui.selection,
52
 eu.etaxonomy.taxeditor.ui.term,
53
 eu.etaxonomy.taxeditor.view,
54
 eu.etaxonomy.taxeditor.view.datasource,
55
 eu.etaxonomy.taxeditor.view.datasource.handler,
56
 eu.etaxonomy.taxeditor.view.detail,
57
 eu.etaxonomy.taxeditor.view.supplementaldata,
58
 eu.etaxonomy.taxeditor.view.user
59
Require-Bundle: org.eclipse.osgi,
60
 org.eclipse.ui,
61
 org.eclipse.jface.text,
62
 org.eclipse.pde.runtime,
63
 org.eclipse.ui.forms;bundle-version="3.5.0",
64
 eu.etaxonomy.taxeditor.cdmlib;bundle-version="3.0.0"
65
Import-Package: org.eclipse.core.commands,
66
 org.eclipse.core.commands.operations,
67
 org.eclipse.core.expressions,
68
 org.eclipse.core.runtime,
69
 org.eclipse.core.runtime.jobs,
70
 org.eclipse.jface.action,
71
 org.eclipse.jface.dialogs,
72
 org.eclipse.jface.preference,
73
 org.eclipse.jface.resource,
74
 org.eclipse.jface.viewers,
75
 org.eclipse.swt,
76
 org.eclipse.swt.graphics,
77
 org.eclipse.swt.widgets,
78
 org.eclipse.ui,
79
 org.eclipse.ui.editors.text,
80
 org.eclipse.ui.forms.widgets,
81
 org.eclipse.ui.ide.undo,
82
 org.osgi.framework
83
Bundle-ActivationPolicy: lazy
84
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
    (1-1/1)