1 |
abe15925
|
p.ciardelli
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2 |
b6f47468
|
n.hoffmann
|
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 |
029fff36
|
Patric Plitzner
|
<version>3.4.0-SNAPSHOT</version>
|
8 |
b6f47468
|
n.hoffmann
|
</parent>
|
9 |
|
|
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
|
12 |
|
|
<packaging>eclipse-plugin</packaging>
|
13 |
|
|
|
14 |
|
|
<name>Bulkeditor Bundle</name>
|
15 |
|
|
<description></description>
|
16 |
|
|
<url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
|
17 |
|
|
|
18 |
abe15925
|
p.ciardelli
|
</project>
|