Project

General

Profile

Download (2.08 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project>
3

    
4
	<parent>
5
		<groupId>eu.etaxonomy</groupId>
6
		<artifactId>taxeditor-parent</artifactId>
7
		<version>3.4.0-SNAPSHOT</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<artifactId>eu.etaxonomy.taxeditor.test</artifactId>
11
	<packaging>eclipse-test-plugin</packaging>
12
	<name>UI Test Bundle</name>
13
	<description>Holds all UI tests for the Taxonomic Editor</description>
14
<!-- 	<build> -->
15
<!-- 		<plugins> -->
16
<!-- 			<plugin> -->
17
<!-- 				<groupId>org.eclipse.tycho</groupId> -->
18
<!-- 				<artifactId>tycho-maven-plugin</artifactId> -->
19
<!-- 				<version>${tycho.version}</version> -->
20
<!-- 				<extensions>true</extensions> -->
21
<!-- 			</plugin> -->
22
<!-- 			<plugin> -->
23
<!-- 				<groupId>org.eclipse.tycho</groupId> -->
24
<!-- 				<artifactId>target-platform-configuration</artifactId> -->
25
<!-- 				<version>${tycho.version}</version> -->
26
<!-- 				<configuration> -->
27
<!-- 					<resolver>p2</resolver> -->
28
<!-- 				</configuration> -->
29
<!-- 			</plugin> -->
30
<!-- 			<plugin> -->
31
<!-- 				<groupId>org.eclipse.tycho</groupId> -->
32
<!-- 				<artifactId>tycho-surefire-plugin</artifactId> -->
33
<!-- 				<version>${tycho.version}</version> -->
34
<!-- 				<configuration> -->
35
<!-- 					<useUIHarness>true</useUIHarness> -->
36
<!-- 					<useUIThread>false</useUIThread> -->
37
<!-- 					<includes> -->
38
<!-- 						<include>**/*Test.java</include> -->
39
<!-- 					</includes> -->
40
<!-- 					<product>eu.etaxonomy.taxeditor.application.eu_etaxonomy_taxeditor_product -->
41
<!-- 					</product> -->
42
<!-- 					<application>eu.etaxonomy.taxeditor.application.application -->
43
<!-- 					</application> -->
44
<!-- 					<dependency> <type>p2-installable-unit</type> <artifactId>eu.etaxonomy.taxeditor.product</artifactId> -->
45
<!-- 						<version>0.0.0</version> </dependency> --> 
46
<!-- 				</configuration> -->
47
<!-- 			</plugin> -->
48
<!-- 		</plugins> -->
49
<!-- 	</build> -->
50
	<dependencies>
51
		<dependency>
52
			<groupId>junit</groupId>
53
			<artifactId>junit</artifactId>
54
			<version>4.11</version>
55
			<scope>test</scope>
56
		</dependency>
57
	</dependencies>
58
</project>
(4-4/4)