It is now possible to drag a taxon onto another classification, previously it one...
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / 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.editor</artifactId>
13 <packaging>jar</packaging>
14 <version>3.0</version>
15 <name>Editor Bundle</name>
16 <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorEditorBundle</url>
17
18 <dependencies>
19 <dependency>
20 <groupId>eu.etaxonomy</groupId>
21 <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
22 </dependency>
23 <dependency>
24 <groupId>eu.etaxonomy</groupId>
25 <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
26 </dependency>
27 <dependency>
28 <groupId>org.eclipse.core</groupId>
29 <artifactId>resources</artifactId>
30 </dependency>
31 <dependency>
32 <groupId>org.eclipse.ui</groupId>
33 <artifactId>forms</artifactId>
34 </dependency>
35 <dependency>
36 <groupId>org.eclipse.ui</groupId>
37 <artifactId>editors</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.eclipse.ui.workbench</groupId>
41 <artifactId>texteditor</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>org.apache.commons</groupId>
45 <artifactId>commons-io</artifactId>
46 </dependency>
47 <dependency>
48 <groupId>com.google.api</groupId>
49 <artifactId>translate</artifactId>
50 </dependency>
51 </dependencies>
52 </project>