295ffde0efd4b4738add6f28e9b6840abb36cf63
[taxeditor.git] / taxeditor-store / META-INF / MANIFEST.MF
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: 2.1.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.datasource,
12 eu.etaxonomy.taxeditor.datasource.handler,
13 eu.etaxonomy.taxeditor.datasource.view,
14 eu.etaxonomy.taxeditor.datasource.wizard,
15 eu.etaxonomy.taxeditor.dialogs,
16 eu.etaxonomy.taxeditor.dialogs.filteredSelection,
17 eu.etaxonomy.taxeditor.handler,
18 eu.etaxonomy.taxeditor.io,
19 eu.etaxonomy.taxeditor.io.wizard,
20 eu.etaxonomy.taxeditor.labels,
21 eu.etaxonomy.taxeditor.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
22 eu.etaxonomy.taxeditor.operations,
23 eu.etaxonomy.taxeditor.parser,
24 eu.etaxonomy.taxeditor.preference,
25 eu.etaxonomy.taxeditor.preference.wizards,
26 eu.etaxonomy.taxeditor.store,
27 eu.etaxonomy.taxeditor.store.internal,
28 eu.etaxonomy.taxeditor.store.operations,
29 eu.etaxonomy.taxeditor.user,
30 eu.etaxonomy.taxeditor.user.handler,
31 eu.etaxonomy.taxeditor.user.view,
32 eu.etaxonomy.taxeditor.user.wizard
33 Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",org.eclipse.core.filesystem;bundle-version="1.2.0",org.eclipse.core.resources;bundle-version="3.4.1",org.eclipse.ui.editors;bundle-version="3.4.0",org.eclipse.jface.text;bundle-version="3.4.1",org.eclipse.ui.ide;bundle-version="3.4.2",eu.etaxonomy.cdmlib;bundle-version="2.1.0"
34 Bundle-RequiredExecutionEnvironment: J2SE-1.5
35 Import-Package: junit.framework,org.junit
36 Bundle-ActivationPolicy: lazy