(no commit message)
[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: 1.1.0
6 Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
7 Bundle-Vendor: EDIT
8 Export-Package: eu.etaxonomy.taxeditor.handler,
9 eu.etaxonomy.taxeditor.store,
10 eu.etaxonomy.taxeditor.store.datasource,
11 eu.etaxonomy.taxeditor.store.datasource.handler,
12 eu.etaxonomy.taxeditor.store.datasource.view,
13 eu.etaxonomy.taxeditor.store.datasource.wizard,
14 eu.etaxonomy.taxeditor.store.internal,
15 eu.etaxonomy.taxeditor.store.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
16 eu.etaxonomy.taxeditor.store.operations,
17 eu.etaxonomy.taxeditor.store.parser,
18 eu.etaxonomy.taxeditor.store.preference
19 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",eu.etaxonomy.cdmLibrary;bundle-version="2.1.0",org.eclipse.ui.editors;bundle-version="3.4.0",org.eclipse.jface.text;bundle-version="3.4.1"
20 Bundle-RequiredExecutionEnvironment: J2SE-1.5
21 Import-Package: junit.framework,org.junit
22 Bundle-ActivationPolicy: lazy