1 <?xml version="1.0" encoding="UTF-8"?>
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/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.eclipse.egit</groupId>
7 <version>4.2.1-SNAPSHOT</version>
8 <artifactId>egit-parent</artifactId>
10 <artifactId>org.eclipse.egit.ui.importer.tests</artifactId>
11 <packaging>eclipse-test-plugin</packaging>
13 <name>Git Team Provider (experimental auto-import wizard, incubation)</name>
16 <uitest.vmparams>-Dorg.eclipse.swtbot.search.timeout=30000 -Xmx1024m -XX:MaxPermSize=384m</uitest.vmparams>
29 <ui.test.vmargs>${uitest.vmparams} -XstartOnFirstThread</ui.test.vmargs>
41 <ui.test.vmargs>${test.vmparams} ${uitest.vmparams}</ui.test.vmargs>
49 <groupId>org.eclipse.tycho</groupId>
50 <artifactId>tycho-source-plugin</artifactId>
53 <groupId>org.eclipse.tycho</groupId>
54 <artifactId>target-platform-configuration</artifactId>
56 <dependency-resolution>
59 <type>eclipse-plugin</type>
60 <id>org.eclipse.egit.ui.importer</id>
61 <versionRange>0.0.0</versionRange>
64 </dependency-resolution>
68 <groupId>org.eclipse.tycho</groupId>
69 <artifactId>tycho-surefire-plugin</artifactId>
71 <useUIHarness>true</useUIHarness>
72 <useUIThread>false</useUIThread>
73 <argLine>${ui.test.vmargs}</argLine>
74 <application>org.eclipse.ui.ide.workbench</application>
77 <type>eclipse-plugin</type>
78 <artifactId>org.eclipse.egit.ui.importer</artifactId>
81 <type>eclipse-plugin</type>
82 <artifactId>org.eclipse.equinox.event</artifactId>