Project

General

Profile

Download (642 Bytes) Statistics
| Branch: | Tag: | Revision:
1 29b09b3a Patric Plitzner
<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 69040a4b Andreas Kohlbecker
    <version>3.9.0-SNAPSHOT</version>
8 29b09b3a Patric Plitzner
  </parent>
9
10
  <modelVersion>4.0.0</modelVersion>
11
  <artifactId>eu.etaxonomy.taxeditor.molecular</artifactId>
12
  <packaging>eclipse-plugin</packaging>
13
14
  <name>Molecular Bundle</name>
15
  <description>Provides editors, views and operations for handling molecular data and alignments</description>
16
17
</project>