Steven Hung | 2c57f3a | 2013-09-05 17:42:16 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!--
|
eyuen | 564ba8f | 2019-01-30 20:05:45 -0500 | [diff] [blame] | 3 | Copyright (c) 2012, 2017 Eclipse Foundation and others.
|
Steven Hung | 2c57f3a | 2013-09-05 17:42:16 -0400 | [diff] [blame] | 4 | All rights reserved. This program and the accompanying materials
|
| 5 | are made available under the terms of the Eclipse Distribution License v1.0
|
| 6 | which accompanies this distribution, and is available at
|
| 7 | http://www.eclipse.org/org/documents/edl-v10.php
|
| 8 |
|
| 9 | Contributors:
|
| 10 | Thanh Ha (Eclipse Foundation) - initial implementation
|
eyuen | 564ba8f | 2019-01-30 20:05:45 -0500 | [diff] [blame] | 11 | --> |
Steven Hung | 2c57f3a | 2013-09-05 17:42:16 -0400 | [diff] [blame] | 12 |
|
| 13 | <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"
|
| 14 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
| 15 | <modelVersion>4.0.0</modelVersion>
|
| 16 | <parent>
|
| 17 | <groupId>org.eclipse.webtools.servertools</groupId>
|
eyuen | f7a307e | 2017-10-10 13:58:13 -0400 | [diff] [blame] | 18 | <artifactId>org.eclipse.webtools.servertools</artifactId>
|
Steven Hung | b4656d9 | 2013-09-18 17:10:01 -0400 | [diff] [blame] | 19 | <version>3.6.0-SNAPSHOT</version>
|
Steven Hung | 2c57f3a | 2013-09-05 17:42:16 -0400 | [diff] [blame] | 20 | <relativePath>../../</relativePath>
|
| 21 | </parent>
|
| 22 |
|
| 23 | <groupId>org.eclipse.webtools.servertools</groupId>
|
| 24 | <artifactId>org.eclipse.jst.server.tomcat.ui.tests</artifactId>
|
Steven Hung | ce4450d | 2019-10-25 17:15:52 -0400 | [diff] [blame] | 25 | <version>1.1.200-SNAPSHOT</version>
|
eyuen | 547519a | 2014-05-06 13:46:00 -0400 | [diff] [blame] | 26 | <packaging>eclipse-test-plugin</packaging>
|
| 27 |
|
| 28 | <properties>
|
| 29 | <testSuite>${project.artifactId}</testSuite>
|
| 30 | <testClass>org.eclipse.jst.server.tomcat.ui.tests.AllTests</testClass>
|
| 31 | </properties>
|
| 32 |
|
| 33 | <build>
|
| 34 | <plugins>
|
| 35 | <plugin>
|
| 36 | <groupId>org.eclipse.tycho</groupId>
|
| 37 | <artifactId>tycho-surefire-plugin</artifactId>
|
| 38 | <version>${tycho.version}</version>
|
| 39 | <configuration>
|
| 40 | <useUIHarness>true</useUIHarness>
|
| 41 | <useUIThread>true</useUIThread>
|
| 42 | </configuration>
|
| 43 | </plugin>
|
| 44 | </plugins>
|
| 45 | </build>
|
Steven Hung | 2c57f3a | 2013-09-05 17:42:16 -0400 | [diff] [blame] | 46 | </project>
|