refactored folder structure
[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.0.0.v20090603_1757
6 Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
7 Bundle-Vendor: EDIT
8 Export-Package: eu.etaxonomy.taxeditor.datasource,
9 eu.etaxonomy.taxeditor.datasource.handler,
10 eu.etaxonomy.taxeditor.datasource.view,
11 eu.etaxonomy.taxeditor.datasource.wizard,
12 eu.etaxonomy.taxeditor.dialogs,
13 eu.etaxonomy.taxeditor.handler,
14 eu.etaxonomy.taxeditor.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
15 eu.etaxonomy.taxeditor.operations,
16 eu.etaxonomy.taxeditor.parser,
17 eu.etaxonomy.taxeditor.preference,
18 eu.etaxonomy.taxeditor.store,
19 eu.etaxonomy.taxeditor.store.internal
20 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"
21 Bundle-RequiredExecutionEnvironment: J2SE-1.5
22 Import-Package: junit.framework,org.junit
23 Bundle-ActivationPolicy: lazy