taxeditor / eu.etaxonomy.taxeditor.printpublisher / pom.xml @ e8268306
History | View | Annotate | Download (651 Bytes)
1 |
<?xml version="1.0"?>
|
---|---|
2 |
<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"> |
3 |
<parent>
|
4 |
<artifactId>taxeditor-parent</artifactId> |
5 |
<groupId>eu.etaxonomy</groupId> |
6 |
<version>3.8.0-SNAPSHOT</version> |
7 |
</parent>
|
8 |
|
9 |
<modelVersion>4.0.0</modelVersion> |
10 |
<groupId>eu.etaxonomy</groupId> |
11 |
<artifactId>eu.etaxonomy.taxeditor.printpublisher</artifactId> |
12 |
<packaging>eclipse-plugin</packaging> |
13 |
|
14 |
<name>Printpublisher Bundle</name> |
15 |
<description /> |
16 |
<url>http://wp5.e-taxonomy.eu/printpublisher</url> |
17 |
|
18 |
</project>
|