Updated version in pom / project files to taxeditor version : 5.9.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / META-INF / MANIFEST.MF
index 233ef42836438affda7c9fc40550be8de4d30320..626221fce8c0f0c2d95a716dcfde488144b59cb6 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: CDM Library Dependencies Plugin
 Bundle-SymbolicName: eu.etaxonomy.taxeditor.cdmlib;singleton:=true
-Bundle-Version: 5.1.0
+Bundle-Version: 5.9.0.qualifier
 Eclipse-BundleShape: dir
 Export-Package: com.google.api,
  com.google.api.detect,
@@ -48,6 +48,7 @@ Export-Package: com.google.api,
  eu.etaxonomy.cdm.database.update.v24_25,
  eu.etaxonomy.cdm.database.update.v25_30,
  eu.etaxonomy.cdm.database.update.v30_31,
+ eu.etaxonomy.cdm.exception,
  eu.etaxonomy.cdm.ext.bci,
  eu.etaxonomy.cdm.ext.common,
  eu.etaxonomy.cdm.ext.dc,
@@ -60,6 +61,7 @@ Export-Package: com.google.api,
  eu.etaxonomy.cdm.ext.sru,
  eu.etaxonomy.cdm.filter,
  eu.etaxonomy.cdm.format,
+ eu.etaxonomy.cdm.format.taxon,
  eu.etaxonomy.cdm.hibernate,
  eu.etaxonomy.cdm.hibernate.search,
  eu.etaxonomy.cdm.io.api.application,
@@ -72,7 +74,9 @@ Export-Package: com.google.api,
  eu.etaxonomy.cdm.io.csv.caryophyllales.out,
  eu.etaxonomy.cdm.io.csv.redlist.demo,
  eu.etaxonomy.cdm.io.csv.redlist.out,
+ eu.etaxonomy.cdm.io.descriptive.owl.in,
  eu.etaxonomy.cdm.io.descriptive.owl.out,
+ eu.etaxonomy.cdm.io.descriptive.word.out,
  eu.etaxonomy.cdm.io.distribution.excelupdate,
  eu.etaxonomy.cdm.io.dwca.in,
  eu.etaxonomy.cdm.io.dwca.jaxb,
@@ -104,7 +108,6 @@ Export-Package: com.google.api,
  eu.etaxonomy.cdm.model,
  eu.etaxonomy.cdm.model.agent,
  eu.etaxonomy.cdm.model.common,
- eu.etaxonomy.cdm.model.common.init,
  eu.etaxonomy.cdm.model.description,
  eu.etaxonomy.cdm.model.location,
  eu.etaxonomy.cdm.model.media,
@@ -114,6 +117,8 @@ Export-Package: com.google.api,
  eu.etaxonomy.cdm.model.occurrence,
  eu.etaxonomy.cdm.model.reference,
  eu.etaxonomy.cdm.model.taxon,
+ eu.etaxonomy.cdm.model.term,
+ eu.etaxonomy.cdm.model.term.init,
  eu.etaxonomy.cdm.model.validation,
  eu.etaxonomy.cdm.model.view,
  eu.etaxonomy.cdm.model.view.context,
@@ -130,12 +135,14 @@ Export-Package: com.google.api,
  eu.etaxonomy.cdm.persistence.dao.hibernate.occurrence,
  eu.etaxonomy.cdm.persistence.dao.hibernate.reference,
  eu.etaxonomy.cdm.persistence.dao.hibernate.taxon,
+ eu.etaxonomy.cdm.persistence.dao.hibernate.term,
  eu.etaxonomy.cdm.persistence.dao.hibernate.view,
  eu.etaxonomy.cdm.persistence.dao.media,
  eu.etaxonomy.cdm.persistence.dao.name,
  eu.etaxonomy.cdm.persistence.dao.occurrence,
  eu.etaxonomy.cdm.persistence.dao.reference,
  eu.etaxonomy.cdm.persistence.dao.taxon,
+ eu.etaxonomy.cdm.persistence.dao.term,
  eu.etaxonomy.cdm.persistence.dao.validation,
  eu.etaxonomy.cdm.persistence.dto,
  eu.etaxonomy.cdm.persistence.fetch,
@@ -230,6 +237,8 @@ Export-Package: com.google.api,
  org.apache.commons.lang.exception,
  org.apache.commons.lang.text,
  org.apache.commons.logging,
+ org.apache.commons.math3.stat,
+ org.apache.commons.math3.stat.descriptive,
  org.apache.fop.apps,
  org.apache.http,
  org.apache.http.client,
@@ -425,6 +434,7 @@ Export-Package: com.google.api,
  org.hibernate.engine.spi,
  org.hibernate.engine.transaction.spi,
  org.hibernate.envers.query.criteria,
+ org.hibernate.envers.tools,
  org.hibernate.internal,
  org.hibernate.internal.util,
  org.hibernate.internal.util.collections,
@@ -634,7 +644,8 @@ Export-Package: com.google.api,
    org.springframework.context.event,
    javax.servlet,
    org.springframework.ui,
-   javax.servlet.http"
+   javax.servlet.http",
+ org.swtchart
 Bundle-Vendor: EDIT
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.osgi,
@@ -650,16 +661,16 @@ Bundle-ClassPath: .,
  lib/aspectjrt-1.8.8.jar,
  lib/aspectjweaver-1.8.8.jar,
  lib/batik-xml-1.7.jar,
- lib/cdmlib-commons-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-ext-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-io-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-model-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-persistence-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-print-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-remote-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-cache-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-services-5.1.0-SNAPSHOT.jar,
- lib/cdmlib-test-5.1.0-SNAPSHOT.jar,
+ lib/cdmlib-commons-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-ext-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-io-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-model-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-persistence-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-print-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-remote-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-cache-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-services-5.9.0-SNAPSHOT.jar,
+ lib/cdmlib-test-5.9.0-SNAPSHOT.jar,
  lib/com.springsource.org.aopalliance-1.0.0.jar,
  lib/com.springsource.org.apache.commons.logging-1.1.1.jar,
  lib/commons-beanutils-1.9.2.jar,
@@ -831,7 +842,6 @@ Bundle-ClassPath: .,
  lib/lsid-server-1.1.2.jar,
  lib/mapstruct-1.0.0.Final.jar,
  lib/mchange-commons-java-0.2.11.jar,
- lib/mysql-connector-java-5.1.38.jar,
  lib/objenesis-1.2.jar,
  lib/odfdom-0.8.jar,
  lib/odfdom-java-0.8.7.jar,
@@ -866,5 +876,9 @@ Bundle-ClassPath: .,
  lib/lucene-analyzers-common-5.4.1.jar,
  lib/lucene-sandbox-5.4.1.jar,
  lib/lucene-suggest-5.4.1.jar,
- lib/redmine-java-api-3.1.0.jar
+ lib/redmine-java-api-3.1.0.jar,
+ lib/org.swtchart_0.10.0.v20160212.jar,
+ lib/commons-math3-3.6.1.jar,
+ lib/docx4j-6.0.1.jar,
+ lib/mysql-connector-java-8.0.15.jar
 Import-Package: eu.etaxonomy.cdm.api.application