Project

General

Profile

« Previous | Next » 

Revision e78d65db

Added by Patrick Plitzner about 7 years ago

ref #6566 Add pom.xml to workbench plugin and adapt MANIFEST.MF

View differences:

eu.etaxonomy.taxeditor.workbench/META-INF/MANIFEST.MF
1 1
Manifest-Version: 1.0
2 2
Bundle-ManifestVersion: 2
3
Bundle-Name: Workbench
3
Bundle-Name: Workbench Bundle
4 4
Bundle-SymbolicName: eu.etaxonomy.taxeditor.workbench;singleton:=true
5
Bundle-Version: 1.0.0.qualifier
5
Bundle-Version: 4.7.0.qualifier
6 6
Bundle-Activator: eu.etaxonomy.taxeditor.workbench.Activator
7 7
Require-Bundle: org.eclipse.ui,
8 8
 org.eclipse.core.runtime,
......
15 15
 org.eclipse.equinox.p2.operations;bundle-version="2.4.200"
16 16
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
17 17
Bundle-ActivationPolicy: lazy
18
Bundle-Vendor: EDIT
eu.etaxonomy.taxeditor.workbench/pom.xml
1
<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">
2

  
3
  <parent>
4
    <groupId>eu.etaxonomy</groupId>
5
    <artifactId>taxeditor-parent</artifactId>
6
    <version>4.7.0-SNAPSHOT</version>
7
  </parent>
8

  
9
  <modelVersion>4.0.0</modelVersion>
10
  <artifactId>eu.etaxonomy.taxeditor.workbench</artifactId>
11
  <packaging>eclipse-plugin</packaging>
12

  
13
  <name>Workbench Bundle</name>
14
  <description>Provides the e4 application model and basic UI elements like main menu, toolbar and standard commands</description>
15

  
16
</project>

Also available in: Unified diff