Project

General

Profile

« Previous | Next » 

Revision 707b6237

Added by Niels Hoffmann over 12 years ago

Merged with trunk

View differences:

eu.etaxonomy.taxeditor.store/pom.xml
4 4
  <parent>
5 5
	<groupId>eu.etaxonomy</groupId>
6 6
	<artifactId>taxeditor-parent</artifactId>
7
	<version>3.0</version>
7
	<version>3.0.6-SNAPSHOT</version>
8 8
  </parent>
9 9

  
10 10
  <modelVersion>4.0.0</modelVersion>
11
  <groupId>eu.etaxonomy</groupId>
12 11
  <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
13
  <packaging>jar</packaging>
14
  <version>3.0</version>
12
  <packaging>eclipse-plugin</packaging>
13
  
15 14
  <name>DataStore Bundle</name>
16 15
  <description>Enables access to a CDM DataStore and provides operations on the model</description>
17 16
  <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDataStoreBundle</url>
18
	
19
  <dependencies>
20
    <dependency>
21
  		<groupId>eu.etaxonomy</groupId>
22
  		<artifactId>cdmlib-services</artifactId>
23
  	</dependency>
24
  	<dependency>
25
  		<groupId>eu.etaxonomy</groupId>
26
  		<artifactId>cdmlib-io</artifactId>
27
  	</dependency>
28
  	<dependency>
29
  		<groupId>eu.etaxonomy</groupId>
30
  		<artifactId>cdmlib-ext</artifactId>
31
  	</dependency>
32
  	<dependency>
33
  		<groupId>eu.etaxonomy</groupId>
34
  		<artifactId>cdmlib-persistence</artifactId>
35
  	</dependency>
36
  	<dependency>
37
  		<groupId>org.eclipse.core</groupId>
38
  		<artifactId>commands</artifactId>
39
  	</dependency>
40
  	<dependency>
41
  		<groupId>org.eclipse.ui</groupId>
42
  		<artifactId>workbench</artifactId>
43
  	</dependency>
44
  	<dependency>
45
  		<groupId>org.eclipse.ui</groupId>
46
  		<artifactId>navigator</artifactId>
47
  	</dependency>
48
  	<dependency>
49
  		<groupId>org.eclipse.ui</groupId>
50
  		<artifactId>ide</artifactId>
51
  	</dependency>
52
  	<dependency>
53
  		<groupId>org.eclipse.equinox.p2.metadata</groupId>
54
  		<artifactId>repository</artifactId>
55
  	</dependency>
56
  	<dependency>
57
  		<groupId>org.eclipse.ecf</groupId>
58
  		<artifactId>filetransfer</artifactId>
59
  	</dependency>
60
  	<dependency>
61
  		<groupId>org.eclipse.ecf.provider</groupId>
62
  		<artifactId>filetransfer</artifactId>
63
  	</dependency>
64
  	<dependency>
65
  		<groupId>org.eclipse</groupId>
66
  		<artifactId>swt</artifactId>
67
  	</dependency>
68
  	<dependency>
69
  		<groupId>org.eclipse.swt.cocoa</groupId>
70
  		<artifactId>macosx</artifactId>
71
  	</dependency>
72
  </dependencies>
17

  
73 18
</project>

Also available in: Unified diff