Project

General

Profile

« Previous | Next » 

Revision 707b6237

Added by Niels Hoffmann over 12 years ago

Merged with trunk

View differences:

eu.etaxonomy.taxeditor.printpublisher/pom.xml
1 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">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 4
	<parent>
4 5
		<artifactId>taxeditor-parent</artifactId>
5 6
		<groupId>eu.etaxonomy</groupId>
6
		<version>3.0</version>
7
		<version>3.0.6-SNAPSHOT</version>
7 8
	</parent>
8
	
9

  
9 10
	<modelVersion>4.0.0</modelVersion>
10
	
11 11
	<groupId>eu.etaxonomy</groupId>
12
	
13 12
	<artifactId>eu.etaxonomy.taxeditor.printpublisher</artifactId>
14
	
15
	<packaging>jar</packaging>
16
	
17
	<version>3.0</version>
13
	<packaging>eclipse-plugin</packaging>
18 14
	
19 15
	<name>Printpublisher Bundle</name>
20
	
16
	<description></description>
21 17
	<url>http://wp5.e-taxonomy.eu/printpublisher</url>
22
	
23
	<dependencies>
24
		<dependency>
25
	  		<groupId>eu.etaxonomy</groupId>
26
	  		<artifactId>cdmlib-print</artifactId>
27
	  	</dependency>
28
		<dependency>
29
	  		<groupId>eu.etaxonomy</groupId>
30
	  		<artifactId>eu.etaxonomy.taxeditor.store</artifactId>
31
	  	</dependency>
32
	  	<dependency>
33
	  		<groupId>eu.etaxonomy</groupId>
34
	  		<artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
35
	  	</dependency>
36
		<dependency>
37
			<groupId>org.eclipse</groupId>
38
			<artifactId>jface</artifactId>
39
		</dependency>
40
	</dependencies>
18

  
41 19
</project>

Also available in: Unified diff