Project

General

Profile

Download (1.35 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
<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 89675a72 n.hoffmann
    <version>3.0</version>
8 e8409423 n.hoffmann
  </parent>
9
 
10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12 a49c25e1 n.hoffmann
  <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
13 e8409423 n.hoffmann
  <packaging>jar</packaging>
14 89675a72 n.hoffmann
  <version>3.0</version>
15 e8409423 n.hoffmann
  <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 6f3fbd20 n.hoffmann
  		<artifactId>eu.etaxonomy.taxeditor.store</artifactId>
22 e8409423 n.hoffmann
  	</dependency>
23
  	<dependency>
24
  		<groupId>eu.etaxonomy</groupId>
25 6f3fbd20 n.hoffmann
  		<artifactId>eu.etaxonomy.taxeditor.navigation</artifactId>
26 e8409423 n.hoffmann
  	</dependency>
27
  	<dependency>
28
  		<groupId>eu.etaxonomy</groupId>
29 6f3fbd20 n.hoffmann
  		<artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
30 e8409423 n.hoffmann
  	</dependency>
31 3be6ef3e n.hoffmann
  	<dependency>
32
  		<groupId>eu.etaxonomy</groupId>
33 6f3fbd20 n.hoffmann
  		<artifactId>eu.etaxonomy.taxeditor.printpublisher</artifactId>
34 3be6ef3e n.hoffmann
  	</dependency>
35
  	<dependency>
36
  		<groupId>org.eclipse.equinox.p2</groupId>
37
  		<artifactId>operations</artifactId>
38
  	</dependency>
39 e8409423 n.hoffmann
  </dependencies>
40
</project>