From: Patrick Plitzner Date: Wed, 19 Apr 2017 04:54:48 +0000 (+0200) Subject: ref #6566 Add pom.xml to workbench plugin and adapt MANIFEST.MF X-Git-Tag: 4.7.0^2~65 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/e78d65db363c5f3edfa4a4ae0274cac2bfff1aea?hp=4ed259bcacd26bcc619c62ef09dc122d52ce06d0 ref #6566 Add pom.xml to workbench plugin and adapt MANIFEST.MF --- 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 + +