Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Thanh Ha | 323d4f1 | 2014-03-06 10:30:02 -0500 | [diff] [blame^] | 3 | Copyright (c) 2012, 2014 Eclipse Foundation and others. |
Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -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 |
| 11 | --> |
| 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.sourceediting</groupId> |
| 18 | <artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId> |
Thanh Ha | b18bf9a | 2013-10-11 11:38:33 -0400 | [diff] [blame] | 19 | <version>3.6.0-SNAPSHOT</version> |
Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -0400 | [diff] [blame] | 20 | <relativePath>../../</relativePath> |
| 21 | </parent> |
| 22 | |
| 23 | <groupId>org.eclipse.webtools.sourceediting</groupId> |
| 24 | <artifactId>org.eclipse.wst.xml.xpath.core.tests</artifactId> |
| 25 | <version>1.1.0-SNAPSHOT</version> |
Thanh Ha | 323d4f1 | 2014-03-06 10:30:02 -0500 | [diff] [blame^] | 26 | <packaging>eclipse-test-plugin</packaging> |
| 27 | |
| 28 | <properties> |
| 29 | <testSuite>${project.artifactId}</testSuite> |
| 30 | <testClass>org.eclipse.wst.xml.xpath.core.tests.XPathCoreTests</testClass> |
| 31 | </properties> |
Thanh Ha | 6c6667d | 2013-07-05 18:53:21 -0400 | [diff] [blame] | 32 | </project> |