Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-printpublisher/pom.xml
14 14
	
15 15
	<packaging>jar</packaging>
16 16
	
17
	<version>1.0</version>
17
	<version>3.0</version>
18 18
	
19 19
	<name>Printpublisher Bundle</name>
20 20
	
21
	<url>http://maven.apache.org</url>
21
	<url>http://wp5.e-taxonomy.eu/printpublisher</url>
22
	
22 23
	<dependencies>
23 24
		<dependency>
24
			<groupId>junit</groupId>
25
			<artifactId>junit</artifactId>
26
			<version>3.8.1</version>
27
			<scope>test</scope>
25
	  		<groupId>eu.etaxonomy</groupId>
26
	  		<artifactId>cdmlib-print</artifactId>
27
	  	</dependency>
28
		<dependency>
29
	  		<groupId>eu.etaxonomy</groupId>
30
	  		<artifactId>taxeditor-store</artifactId>
31
	  	</dependency>
32
	  	<dependency>
33
	  		<groupId>eu.etaxonomy</groupId>
34
	  		<artifactId>taxeditor-editor</artifactId>
35
	  	</dependency>
36
		<dependency>
37
			<groupId>org.eclipse</groupId>
38
			<artifactId>jface</artifactId>
28 39
		</dependency>
29 40
	</dependencies>
30 41
</project>

Also available in: Unified diff