From 138da25ee01b2b602f899223b0402ea2467d5cd3 Mon Sep 17 00:00:00 2001 From: Patric Plitzner Date: Wed, 15 Jul 2015 09:18:13 +0000 Subject: [PATCH] - added handler to exported packages --- .gitignore | 1 + eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fb6224549..470221fbf 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ eu.etaxonomy.taxeditor.help/.settings eu.etaxonomy.taxeditor.help/original_document/~$xonomic_Editor_User_Manual_Version_4.doc eu.etaxonomy.taxeditor.help/target eu.etaxonomy.taxeditor.molecular/lib/*.jar +eu.etaxonomy.taxeditor.molecular/target eu.etaxonomy.taxeditor.navigation/.settings eu.etaxonomy.taxeditor.navigation/target eu.etaxonomy.taxeditor.printpublisher/.settings diff --git a/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF index c7331abc7..615af5b9e 100644 --- a/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Molecular Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular;singleton:=true -Bundle-Version: 3.6.1.SNAPSHOT +Bundle-Version: 3.6.1.qualifier Bundle-Activator: eu.etaxonomy.taxeditor.molecular.TaxeditorMolecularPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui, eu.etaxonomy.taxeditor.store, eu.etaxonomy.taxeditor.editor, eu.etaxonomy.taxeditor.bulkeditor -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Bundle-Vendor: EDIT Bundle-ClassPath: lib/bioinfweb-commons-bio-2-SNAPSHOT.jar, @@ -25,3 +25,6 @@ Bundle-ClassPath: lib/bioinfweb-commons-bio-2-SNAPSHOT.jar, lib/sequencing-1.9.2-SNAPSHOT.jar, lib/tic-core-2-SNAPSHOT.jar, lib/tic-swt-2-SNAPSHOT.jar +Export-Package: eu.etaxonomy.taxeditor.molecular, + eu.etaxonomy.taxeditor.molecular.editor, + eu.etaxonomy.taxeditor.molecular.handler -- 2.34.1