improved versioning of plugins and features
[taxeditor.git] / taxeditor-store / META-INF / MANIFEST.MF
index 5f312c13c6ffb6eb8418e13017b4588ae3cf8e19..50d6655be6e54e7bf3ff2abfd67b0688d8012992 100644 (file)
@@ -2,18 +2,29 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: EDIT Taxonomic Editor - DataStore Bundle
 Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true
-Bundle-Version: 1.1.0
+Bundle-Version: 2.0.1.qualifier
 Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
 Bundle-Vendor: EDIT
-Export-Package: eu.etaxonomy.taxeditor.handler,eu.etaxonomy.taxeditor.store,eu.etaxonomy.taxeditor.store.datasource,eu.etaxonomy.taxeditor.store.internal,eu.etaxonomy.taxeditor.store.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",eu.etaxonomy.taxeditor.store.operations,eu.etaxonomy.taxeditor.store.parser,eu.etaxonomy.taxeditor.store.preference
+Export-Package: eu.etaxonomy.taxeditor.datasource,
+ eu.etaxonomy.taxeditor.datasource.handler,
+ eu.etaxonomy.taxeditor.datasource.view,
+ eu.etaxonomy.taxeditor.datasource.wizard,
+ eu.etaxonomy.taxeditor.dialogs,
+ eu.etaxonomy.taxeditor.handler,
+ eu.etaxonomy.taxeditor.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
+ eu.etaxonomy.taxeditor.operations,
+ eu.etaxonomy.taxeditor.parser,
+ eu.etaxonomy.taxeditor.preference,
+ eu.etaxonomy.taxeditor.store,
+ eu.etaxonomy.taxeditor.store.internal
 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"
+ org.eclipse.jface.text;bundle-version="3.4.1",
+ org.eclipse.ui.ide;bundle-version="3.4.2"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: junit.framework,org.junit
 Bundle-ActivationPolicy: lazy
-Import-Package: junit.framework,
- org.junit