blob: 5d557eb0166c8f731f399a7ce8d338417932b217 [file] [log] [blame]
jmollerbcd7b9e2011-03-18 00:11:36 +00001<?xml version="1.0" encoding="UTF-8"?>
Thanh Ha6c6667d2013-07-05 18:53:21 -04002<!--
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-->
jmollerbcd7b9e2011-03-18 00:11:36 +000013
Thanh Ha6c6667d2013-07-05 18:53:21 -040014<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>
jmollerbcd7b9e2011-03-18 00:11:36 +000023
Thanh Ha6c6667d2013-07-05 18:53:21 -040024 <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>
jmollerbcd7b9e2011-03-18 00:11:36 +000029
Thanh Ha6c6667d2013-07-05 18:53:21 -040030 <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>