Project

General

Profile

Download (1.24 KB) Statistics
| Branch: | Tag: | Revision:
1 abe15925 p.ciardelli
<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 89675a72 n.hoffmann
      <version>3.0</version>
8 abe15925 p.ciardelli
  </parent>
9
  
10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12 a49c25e1 n.hoffmann
  <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
13 abe15925 p.ciardelli
  <packaging>jar</packaging>
14 89675a72 n.hoffmann
  <version>3.0</version>
15 abe15925 p.ciardelli
  <name>Bulkeditor Bundle</name>
16
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorBulkeditorBundle</url>
17
  <dependencies>
18
      <dependency>
19
    		<groupId>eu.etaxonomy</groupId>
20 6f3fbd20 n.hoffmann
    		<artifactId>eu.etaxonomy.taxeditor.store</artifactId>
21 abe15925 p.ciardelli
    	</dependency>
22 3be6ef3e n.hoffmann
    	<dependency>
23
			<groupId>org.eclipse.ui</groupId>
24
			<artifactId>editors</artifactId>
25
		</dependency>
26
		<dependency>
27
			<groupId>org.eclipse.core</groupId>
28
			<artifactId>filebuffers</artifactId>
29
		</dependency>
30
		<dependency>
31
			<groupId>org.eclipse.ui.workbench</groupId>
32
			<artifactId>texteditor</artifactId>
33
		</dependency>
34
		<dependency>
35
			<groupId>org.eclipse.core</groupId>
36
			<artifactId>resources</artifactId>
37
		</dependency>
38 abe15925 p.ciardelli
  </dependencies>
39
</project>