taxeditor / eu.etaxonomy.taxeditor.help / pom.xml @ e8268306
History | View | Annotate | Download (679 Bytes)
1 |
<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 |
|
3 |
<parent>
|
4 |
<groupId>eu.etaxonomy</groupId> |
5 |
<artifactId>taxeditor-parent</artifactId> |
6 |
<version>3.8.0-SNAPSHOT</version> |
7 |
</parent>
|
8 |
|
9 |
<modelVersion>4.0.0</modelVersion> |
10 |
<artifactId>eu.etaxonomy.taxeditor.help</artifactId> |
11 |
<packaging>eclipse-plugin</packaging> |
12 |
|
13 |
<name>Help Bundle</name> |
14 |
<description>Provides help and documentation for the Taxonomic Editor application</description> |
15 |
<url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorHelpBundle</url> |
16 |
|
17 |
</project>
|
18 |
|
19 |
|