taxeditor / eu.etaxonomy.taxeditor.navigation / pom.xml @ 9fb97d48
History | View | Annotate | Download (699 Bytes)
1 | c91fa0aa | Cherian Mathew | <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 | b6f47468 | n.hoffmann | |
3 | <parent>
|
||
4 | <groupId>eu.etaxonomy</groupId> |
||
5 | <artifactId>taxeditor-parent</artifactId> |
||
6 | 9fb97d48 | Patrick Plitzner | <version>5.1.0-SNAPSHOT</version> |
7 | b6f47468 | n.hoffmann | </parent>
|
8 | |||
9 | <modelVersion>4.0.0</modelVersion> |
||
10 | <artifactId>eu.etaxonomy.taxeditor.navigation</artifactId> |
||
11 | <packaging>eclipse-plugin</packaging> |
||
12 | |||
13 | <name>Navigation Bundle</name> |
||
14 | <description>Provides navigational views such as the Taxonomic Tree or Search Views</description> |
||
15 | <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorNavigationBundle</url> |
||
16 | |||
17 | e8409423 | n.hoffmann | </project>
|
18 |