blob: 11f78874036355c6b8dbff86e6e10a76fa51f481 [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>
25 <testClass>org.eclipse.wst.xml.xpath2.wtptypes.test.AllXPath2TestsForWTP</testClass>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30</project>