From 40243bd5db2ff16335a032436265a6cde0108235 Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Tue, 18 Aug 2015 13:47:22 +0200 Subject: [PATCH] Correct config for molecular plugin --- .../META-INF/MANIFEST.MF | 1 + eu.etaxonomy.taxeditor.application/plugin.xml | 2 +- eu.etaxonomy.taxeditor.feature/feature.xml | 14 ++++++++++++++ .../META-INF/MANIFEST.MF | 4 ++++ eu.etaxonomy.taxeditor.molecular/build.properties | 4 +++- pom.xml | 2 ++ 6 files changed, 25 insertions(+), 2 deletions(-) diff --git a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF index 81bdf0a83..6a5c28686 100644 --- a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF @@ -21,6 +21,7 @@ Require-Bundle: org.eclipse.ui, eu.etaxonomy.taxeditor.bulkeditor, eu.etaxonomy.taxeditor.editor, eu.etaxonomy.taxeditor.printpublisher, + eu.etaxonomy.taxeditor.molecular, eu.etaxonomy.taxeditor.help, org.eclipse.equinox.ds, org.eclipse.equinox.util, diff --git a/eu.etaxonomy.taxeditor.application/plugin.xml b/eu.etaxonomy.taxeditor.application/plugin.xml index b74e209ce..f6e4ab946 100644 --- a/eu.etaxonomy.taxeditor.application/plugin.xml +++ b/eu.etaxonomy.taxeditor.application/plugin.xml @@ -414,7 +414,7 @@ id="eu_etaxonomy_taxeditor_product" point="org.eclipse.core.runtime.products"> + + + + diff --git a/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF index 38ab0a72c..05dba64f1 100644 --- a/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF @@ -16,3 +16,7 @@ Require-Bundle: org.eclipse.ui, Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Bundle-Vendor: EDIT +Export-Package: eu.etaxonomy.taxeditor.molecular, + eu.etaxonomy.taxeditor.molecular.editor, + eu.etaxonomy.taxeditor.molecular.handler +Bundle-ClassPath: . diff --git a/eu.etaxonomy.taxeditor.molecular/build.properties b/eu.etaxonomy.taxeditor.molecular/build.properties index e4bf8ac38..bdd1c23c4 100644 --- a/eu.etaxonomy.taxeditor.molecular/build.properties +++ b/eu.etaxonomy.taxeditor.molecular/build.properties @@ -1,4 +1,6 @@ -bin.includes = META-INF/,\ +bin.includes = .,\ + META-INF/,\ plugin.xml,\ icons/,\ OSGI-INF/ +source.. = src/main/java/ diff --git a/pom.xml b/pom.xml index 45b3087ba..6685cc15f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,8 @@ eu.etaxonomy.taxeditor.bulkeditor eu.etaxonomy.taxeditor.printpublisher eu.etaxonomy.taxeditor.help + eu.etaxonomy.taxeditor.molecular + eu.etaxonomy.taxeditor.molecular.lib eu.etaxonomy.taxeditor.application eu.etaxonomy.taxeditor.feature.platform eu.etaxonomy.taxeditor.feature -- 2.34.1