blob: 4b065f08a4eb60a01b9d96e826f0c43ec9e97eb9 [file] [log] [blame]
jmollerbcd7b9e2011-03-18 00:11:36 +00001<?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/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <groupId>org.eclipse.wst.xml.xpath2</groupId>
8 <artifactId>org.eclipse.wst.xml.xpath2-parent</artifactId>
9 <version>2.0.0-SNAPSHOT</version>
10 <relativePath>../../development/athena/org.eclipse.wst.xml.xpath2.releng</relativePath>
11 </parent>
12
13 <artifactId>org.eclipse.wst.xml.xpath2.wtptypes.tests</artifactId>
14 <version>2.0.0-SNAPSHOT</version>
15 <packaging>eclipse-test-plugin</packaging>
16 <name>PsychoPath XPath 2.0 Processor: Tests for WTP type support</name>
17
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.sonatype.tycho</groupId>
22 <artifactId>maven-osgi-test-plugin</artifactId>
23 <version>${tycho-version}</version>
24 <configuration>
jmollerdf4c5842011-03-18 01:42:51 +000025 <testSuite>org.eclipse.wst.xml.xpath2.wtptypes.tests</testSuite>
jmollerbcd7b9e2011-03-18 00:11:36 +000026 <testClass>org.eclipse.wst.xml.xpath2.wtptypes.test.AllXPath2TestsForWTP</testClass>
27 </configuration>
28 </plugin>
29 </plugins>
30 </build>
31</project>