Fixes #2359
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <parent>
5 <groupId>eu.etaxonomy</groupId>
6 <artifactId>taxeditor-parent</artifactId>
7 <version>3.0</version>
8 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>eu.etaxonomy</groupId>
12 <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
13 <packaging>jar</packaging>
14 <version>3.0</version>
15 <name>Bulkeditor Bundle</name>
16 <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
17 <dependencies>
18 <dependency>
19 <groupId>eu.etaxonomy</groupId>
20 <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
21 </dependency>
22 <dependency>
23 <groupId>org.eclipse.ui</groupId>
24 <artifactId>editors</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.eclipse.core</groupId>
28 <artifactId>filebuffers</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>org.eclipse.ui.workbench</groupId>
32 <artifactId>texteditor</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.eclipse.core</groupId>
36 <artifactId>resources</artifactId>
37 </dependency>
38 </dependencies>
39 </project>