Merged refactoring from development branch.
[taxeditor.git] / taxeditor-store / META-INF / MANIFEST.MF
index df91822b028bf66581712f298e050b8a91b51ae1..d6c6816b82d8ba9c42d1e23406b725f16b305487 100644 (file)
@@ -2,29 +2,83 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: EDIT Taxonomic Editor - DataStore Bundle
 Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true
-Bundle-Version: 2.0.0.v20090805-1724
+Bundle-Version: 3.0.0.qualifier
 Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
 Bundle-Vendor: EDIT
-Export-Package: eu.etaxonomy.taxeditor.datasource,
- eu.etaxonomy.taxeditor.datasource.handler,
- eu.etaxonomy.taxeditor.datasource.view,
+Export-Package: dbscripts,
+ eu.etaxonomy.cdm,
+ eu.etaxonomy.cdm.database,
+ eu.etaxonomy.taxeditor.account.user.handler,
+ eu.etaxonomy.taxeditor.account.user.wizard,
+ eu.etaxonomy.taxeditor.datasource,
  eu.etaxonomy.taxeditor.datasource.wizard,
- eu.etaxonomy.taxeditor.dialogs,
+ eu.etaxonomy.taxeditor.ext.service.wizard,
+ eu.etaxonomy.taxeditor.featuretree,
+ eu.etaxonomy.taxeditor.forms.section,
+ eu.etaxonomy.taxeditor.forms.section.reference,
  eu.etaxonomy.taxeditor.handler,
+ eu.etaxonomy.taxeditor.io,
+ eu.etaxonomy.taxeditor.io.wizard,
+ eu.etaxonomy.taxeditor.labels,
  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.newWizard,
+ eu.etaxonomy.taxeditor.newWizards,
+ eu.etaxonomy.taxeditor.operation,
  eu.etaxonomy.taxeditor.parser,
  eu.etaxonomy.taxeditor.preference,
+ eu.etaxonomy.taxeditor.preference.matching,
+ eu.etaxonomy.taxeditor.preference.menu,
+ eu.etaxonomy.taxeditor.preference.wizard,
  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.ui.ide;bundle-version="3.4.2"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: junit.framework,org.junit
+ eu.etaxonomy.taxeditor.store.internal,
+ eu.etaxonomy.taxeditor.store.operations,
+ eu.etaxonomy.taxeditor.ui.bar,
+ eu.etaxonomy.taxeditor.ui.dialogs,
+ eu.etaxonomy.taxeditor.ui.dialogs.filteredSelection,
+ eu.etaxonomy.taxeditor.ui.forms,
+ eu.etaxonomy.taxeditor.ui.section,
+ eu.etaxonomy.taxeditor.ui.section.agent,
+ eu.etaxonomy.taxeditor.ui.section.classification,
+ eu.etaxonomy.taxeditor.ui.section.description,
+ eu.etaxonomy.taxeditor.ui.section.key,
+ eu.etaxonomy.taxeditor.ui.section.name,
+ eu.etaxonomy.taxeditor.ui.section.occurrence,
+ eu.etaxonomy.taxeditor.ui.section.reference,
+ eu.etaxonomy.taxeditor.ui.section.supplemental,
+ eu.etaxonomy.taxeditor.ui.section.taxon,
+ eu.etaxonomy.taxeditor.ui.selection,
+ eu.etaxonomy.taxeditor.ui.term,
+ eu.etaxonomy.taxeditor.view,
+ eu.etaxonomy.taxeditor.view.datasource,
+ eu.etaxonomy.taxeditor.view.datasource.handler,
+ eu.etaxonomy.taxeditor.view.detail,
+ eu.etaxonomy.taxeditor.view.supplementaldata,
+ eu.etaxonomy.taxeditor.view.user
+Require-Bundle: org.eclipse.osgi,
+ org.eclipse.ui,
+ org.eclipse.jface.text,
+ org.eclipse.pde.runtime,
+ org.eclipse.ui.forms;bundle-version="3.5.0",
+ eu.etaxonomy.taxeditor.cdmlib;bundle-version="3.0.0"
+Import-Package: junit.framework,
+ org.eclipse.core.commands,
+ org.eclipse.core.commands.operations,
+ org.eclipse.core.expressions,
+ org.eclipse.core.runtime,
+ org.eclipse.core.runtime.jobs,
+ org.eclipse.jface.action,
+ org.eclipse.jface.dialogs,
+ org.eclipse.jface.preference,
+ org.eclipse.jface.resource,
+ org.eclipse.jface.viewers,
+ org.eclipse.swt,
+ org.eclipse.swt.graphics,
+ org.eclipse.swt.widgets,
+ org.eclipse.ui,
+ org.eclipse.ui.editors.text,
+ org.eclipse.ui.forms.widgets,
+ org.eclipse.ui.ide.undo,
+ org.junit,
+ org.osgi.framework
 Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6