ref #6566 Add pom.xml to workbench plugin and adapt MANIFEST.MF
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 19 Apr 2017 04:54:48 +0000 (06:54 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 19 Apr 2017 04:54:48 +0000 (06:54 +0200)
eu.etaxonomy.taxeditor.workbench/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.workbench/pom.xml [new file with mode: 0644]

index 43d4e57422533fea750d20bfbf1b2d53684b99c7..29c64cf26c0b5e26af0a07aa8a02000802acb70f 100644 (file)
@@ -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 (file)
index 0000000..b49c712
--- /dev/null
@@ -0,0 +1,16 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>eu.etaxonomy</groupId>
+    <artifactId>taxeditor-parent</artifactId>
+    <version>4.7.0-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>eu.etaxonomy.taxeditor.workbench</artifactId>
+  <packaging>eclipse-plugin</packaging>
+
+  <name>Workbench Bundle</name>
+  <description>Provides the e4 application model and basic UI elements like main menu, toolbar and standard commands</description>
+
+</project>