From e78d65db363c5f3edfa4a4ae0274cac2bfff1aea Mon Sep 17 00:00:00 2001 From: Patrick Plitzner Date: Wed, 19 Apr 2017 06:54:48 +0200 Subject: [PATCH] ref #6566 Add pom.xml to workbench plugin and adapt MANIFEST.MF --- .../META-INF/MANIFEST.MF | 5 +++-- eu.etaxonomy.taxeditor.workbench/pom.xml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 eu.etaxonomy.taxeditor.workbench/pom.xml diff --git a/eu.etaxonomy.taxeditor.workbench/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.workbench/META-INF/MANIFEST.MF index 43d4e5742..29c64cf26 100644 --- a/eu.etaxonomy.taxeditor.workbench/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.workbench/META-INF/MANIFEST.MF @@ -1,8 +1,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Workbench +Bundle-Name: Workbench Bundle Bundle-SymbolicName: eu.etaxonomy.taxeditor.workbench;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 4.7.0.qualifier Bundle-Activator: eu.etaxonomy.taxeditor.workbench.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, @@ -15,3 +15,4 @@ Require-Bundle: org.eclipse.ui, org.eclipse.equinox.p2.operations;bundle-version="2.4.200" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy +Bundle-Vendor: EDIT diff --git a/eu.etaxonomy.taxeditor.workbench/pom.xml b/eu.etaxonomy.taxeditor.workbench/pom.xml new file mode 100644 index 000000000..b49c7127e --- /dev/null +++ b/eu.etaxonomy.taxeditor.workbench/pom.xml @@ -0,0 +1,16 @@ + + + + eu.etaxonomy + taxeditor-parent + 4.7.0-SNAPSHOT + + + 4.0.0 + eu.etaxonomy.taxeditor.workbench + eclipse-plugin + + Workbench Bundle + Provides the e4 application model and basic UI elements like main menu, toolbar and standard commands + + -- 2.30.2