blob: f7b1050a2abf231ca20a60cfede027be3cfe047c [file] [log] [blame]
Thanh Haba100f32013-08-12 10:58:21 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012, 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 Thanh Ha (Eclipse Foundation) - initial implementation
Mickael Istria253e2c12013-12-16 11:43:46 +010011 Mickael Istria (Red Hat Inc.) - 419113 Enable tests with Tycho
Thanh Haba100f32013-08-12 10:58:21 -050012-->
13
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.jsdt</groupId>
19 <artifactId>org.eclipse.webtools.jsdt.tests</artifactId>
Thanh Ha95caf782013-10-11 11:32:50 -040020 <version>3.6.0-SNAPSHOT</version>
Thanh Haba100f32013-08-12 10:58:21 -050021 <relativePath>../../</relativePath>
22 </parent>
23
24 <groupId>org.eclipse.webtools.jsdt</groupId>
25 <artifactId>org.eclipse.wst.jsdt.debug.rhino.tests</artifactId>
26 <version>1.0.400-SNAPSHOT</version>
Mickael Istria253e2c12013-12-16 11:43:46 +010027 <packaging>eclipse-test-plugin</packaging>
28
29 <properties>
30 <testSuite>${project.artifactId}</testSuite>
31 <testClass>org.eclipse.wst.jsdt.debug.rhino.tests.RhinoDebugTestSuite</testClass>
32 </properties>
Thanh Haba100f32013-08-12 10:58:21 -050033</project>