X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/blobdiff_plain/c37c85061f9b76949821842a648af5a0271c3611..436716f11aeba28308c4a6a7dedfaa548f200293:/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF diff --git a/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF index 22d225db3..e79f99ca4 100644 --- a/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF @@ -2,23 +2,25 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: eu.etaxonomy.taxeditor.molecular.lib Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular.lib;singleton:=true -Bundle-Version: 4.2.0.qualifier +Bundle-Version: 4.8.0.qualifier Bundle-ClassPath: ., lib/owlapi-xmlutils-4.1.4.jar, lib/commons-collections4-4.1.jar, lib/core-1.9.2.jar, lib/sequencing-1.9.2.jar, - lib/info.bioinfweb.commons.bio/bin/, - lib/info.bioinfweb.commons.core/bin/, - lib/info.bioinfweb.commons.swing/bin/, - lib/info.bioinfweb.commons.swt/bin/, - lib/info.bioinfweb.libralign.core/bin/, - lib/info.bioinfweb.libralign.io/bin/, - lib/info.bioinfweb.libralign.swt/bin/, - lib/info.bioinfweb.tic.core/bin/, - lib/info.bioinfweb.tic.swt/bin/, - lib/JPhyloIO/bin/, - lib/info.bioinfweb.libralign.biojava1/bin/ + lib/commons-lang3-3.5.jar, + lib/commons-beanutils-1.9.2.jar, + lib/bioinfweb-commons-java-bio-2.0.0.jar, + lib/bioinfweb-commons-java-core-2.2.0.jar, + lib/bioinfweb-commons-java-swing-2.2.0.jar, + lib/bioinfweb-commons-java-swt-2.0.0.jar, + lib/jphyloio-core-0.3.0.jar, + lib/tic-core-2.0.0.jar, + lib/tic-swt-2.0.0.jar, + lib/libralign-biojava1-0.4.0.jar, + lib/libralign-core-0.4.0.jar, + lib/libralign-io-0.4.0.jar, + lib/libralign-swt-0.4.0.jar Export-Package: info.bioinfweb.commons, info.bioinfweb.commons.appversion, info.bioinfweb.commons.beans, @@ -37,13 +39,14 @@ Export-Package: info.bioinfweb.commons, info.bioinfweb.jphyloio, info.bioinfweb.jphyloio.dataadapters, info.bioinfweb.jphyloio.dataadapters.implementations, - info.bioinfweb.jphyloio.dataadapters.implementations.store, info.bioinfweb.jphyloio.dataadapters.implementations.receivers, + info.bioinfweb.jphyloio.dataadapters.implementations.store, info.bioinfweb.jphyloio.events, info.bioinfweb.jphyloio.events.meta, info.bioinfweb.jphyloio.events.type, info.bioinfweb.jphyloio.exception, info.bioinfweb.jphyloio.factory, + info.bioinfweb.jphyloio.formatinfo, info.bioinfweb.jphyloio.formats, info.bioinfweb.jphyloio.formats.fasta, info.bioinfweb.jphyloio.formats.mega, @@ -64,10 +67,9 @@ Export-Package: info.bioinfweb.commons, info.bioinfweb.jphyloio.formats.text, info.bioinfweb.jphyloio.formats.xml, info.bioinfweb.jphyloio.formats.xtg, - info.bioinfweb.jphyloio.utils, info.bioinfweb.jphyloio.objecttranslation, info.bioinfweb.jphyloio.objecttranslation.implementations, - info.bioinfweb.libralign, + info.bioinfweb.jphyloio.utils, info.bioinfweb.libralign.actions, info.bioinfweb.libralign.alignmentarea, info.bioinfweb.libralign.alignmentarea.content, @@ -111,6 +113,11 @@ Export-Package: info.bioinfweb.commons, info.bioinfweb.tic.input, info.bioinfweb.tic.toolkit, info.bioinfweb.tic.toolkit.layoutdata, + org.apache.commons.beanutils, + org.apache.commons.beanutils.converters, + org.apache.commons.beanutils.expression, + org.apache.commons.beanutils.locale, + org.apache.commons.beanutils.locale.converters, org.apache.commons.collections4, org.apache.commons.collections4.bag, org.apache.commons.collections4.bidimap, @@ -129,6 +136,18 @@ Export-Package: info.bioinfweb.commons, org.apache.commons.collections4.splitmap, org.apache.commons.collections4.trie, org.apache.commons.collections4.trie.analyzer, + org.apache.commons.lang3, + org.apache.commons.lang3.builder, + org.apache.commons.lang3.concurrent, + org.apache.commons.lang3.event, + org.apache.commons.lang3.exception, + org.apache.commons.lang3.math, + org.apache.commons.lang3.mutable, + org.apache.commons.lang3.reflect, + org.apache.commons.lang3.text, + org.apache.commons.lang3.text.translate, + org.apache.commons.lang3.time, + org.apache.commons.lang3.tuple, org.biojava.bibliography, org.biojava.bio, org.biojava.bio.alignment, @@ -220,4 +239,4 @@ Export-Package: info.bioinfweb.commons, Bundle-ActivationPolicy: lazy Import-Package: javax.swing Require-Bundle: org.eclipse.swt -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8