blob: 2262fd6314662c5e90f109fc1074e0bc298f9c8b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.gmf-runtime</groupId>
<artifactId>tests</artifactId>
<version>1.6.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.gmf.tests.runtime.emf.ui</groupId>
<artifactId>org.eclipse.gmf.tests.runtime.emf.ui</artifactId>
<version>1.5.0.qualifier</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<testSuite>org.eclipse.gmf.tests.runtime.emf.ui</testSuite>
<testClass>org.eclipse.gmf.tests.runtime.emf.ui.AllTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<argLine>${tycho.testArgLine} -ea</argLine>
<dependencies>
<!-- Need to add this dependency to have platform-specific fragment -->
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.gmf.tests.runtime.feature.group</artifactId><!-- maybe best to use org.eclipse.gmf.runtime.rcp-feature -->
<version>0.0.0</version>
</dependency>
</dependencies>
</configuration>
</plugin>
</plugins>
</build>
</project>