jmoller | bcd7b9e | 2011-03-18 00:11:36 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -0400 | [diff] [blame^] | 2 | <!-- |
| 3 | Copyright (c) 2011, 2013 Eclipse Foundation and others. |
| 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 | Jesper Moller - Initial implementation |
| 11 | Thanh Ha (Eclipse Foundation) - CBI Webtools implementation |
| 12 | --> |
jmoller | bcd7b9e | 2011-03-18 00:11:36 +0000 | [diff] [blame] | 13 | |
Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -0400 | [diff] [blame^] | 14 | <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" |
| 15 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 16 | <modelVersion>4.0.0</modelVersion> |
| 17 | <parent> |
| 18 | <groupId>org.eclipse.webtools.sourceediting</groupId> |
| 19 | <artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId> |
| 20 | <version>3.5.0-SNAPSHOT</version> |
| 21 | <relativePath>../../</relativePath> |
| 22 | </parent> |
jmoller | bcd7b9e | 2011-03-18 00:11:36 +0000 | [diff] [blame] | 23 | |
Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -0400 | [diff] [blame^] | 24 | <groupId>org.eclipse.webtools.sourceediting</groupId> |
| 25 | <artifactId>org.eclipse.wst.xml.xpath2.wtptypes.tests</artifactId> |
| 26 | <version>2.0.0-SNAPSHOT</version> |
| 27 | <packaging>eclipse-plugin</packaging> |
| 28 | <name>PsychoPath XPath 2.0 Processor: Tests for WTP type support</name> |
jmoller | bcd7b9e | 2011-03-18 00:11:36 +0000 | [diff] [blame] | 29 | |
Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -0400 | [diff] [blame^] | 30 | <build> |
| 31 | <plugins> |
| 32 | <plugin> |
| 33 | <groupId>org.eclipse.tycho</groupId> |
| 34 | <artifactId>tycho-surefire-plugin</artifactId> |
| 35 | <version>${tycho.version}</version> |
| 36 | <configuration> |
| 37 | <testSuite>org.eclipse.wst.xml.xpath2.wtptypes.tests</testSuite> |
| 38 | <testClass>org.eclipse.wst.xml.xpath2.wtptypes.test.AllXPath2TestsForWTP</testClass> |
| 39 | </configuration> |
| 40 | </plugin> |
| 41 | </plugins> |
| 42 | </build> |
| 43 | </project> |