taxeditor / eu.etaxonomy.taxeditor.application / pom.xml @ 6f3fbd20
History | View | Annotate | Download (1.35 KB)
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.application</artifactId> |
13 |
<packaging>jar</packaging> |
14 |
<version>3.0</version> |
15 |
<name>Application</name> |
16 |
<description>All plugins are combined into this application.</description> |
17 |
<url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor</url> |
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.navigation</artifactId> |
26 |
</dependency>
|
27 |
<dependency>
|
28 |
<groupId>eu.etaxonomy</groupId> |
29 |
<artifactId>eu.etaxonomy.taxeditor.editor</artifactId> |
30 |
</dependency>
|
31 |
<dependency>
|
32 |
<groupId>eu.etaxonomy</groupId> |
33 |
<artifactId>eu.etaxonomy.taxeditor.printpublisher</artifactId> |
34 |
</dependency>
|
35 |
<dependency>
|
36 |
<groupId>org.eclipse.equinox.p2</groupId> |
37 |
<artifactId>operations</artifactId> |
38 |
</dependency>
|
39 |
</dependencies>
|
40 |
</project>
|