blob: 206e19ac4e0153128a39ea832859bf0e9ccf1160 [file] [log] [blame]
Carl Andersone91988c2013-09-10 12:03:08 -04001<?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
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
17 <parent>
18 <groupId>org.eclipse</groupId>
19 <artifactId>wtp-parent</artifactId>
Carl Andersonbd7f61b2013-10-23 18:30:38 -040020 <version>3.6.0-SNAPSHOT</version>
Carl Andersone91988c2013-09-10 12:03:08 -040021 <relativePath>../wtp-parent</relativePath>
22 </parent>
23
24 <groupId>org.eclipse.webtools.common</groupId>
25 <artifactId>org.eclipse.webtools.common.tests</artifactId>
Carl Andersonbd7f61b2013-10-23 18:30:38 -040026 <version>3.6.0-SNAPSHOT</version>
Carl Andersone91988c2013-09-10 12:03:08 -040027 <packaging>pom</packaging>
28
Carl Anderson898f39f2014-11-18 20:27:19 -050029 <properties>
30 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/webtools-common/webtools.common.tests.git</tycho.scmUrl>
31 </properties>
32
Carl Andersone91988c2013-09-10 12:03:08 -040033 <modules>
34 <module>features/org.eclipse.wst.common_tests.feature</module>
35
36 <module>tests/org.eclipse.wst.common.tests</module>
37 <module>tests/org.eclipse.wst.common.tests.collector</module>
38 <module>tests/org.eclipse.wst.common.tests.ui</module>
39 <module>tests/org.eclipse.wst.common.tests.validation</module>
40 <module>tests/org.eclipse.wst.common.tests.validation.guard</module>
41 <module>tests/org.eclipse.wst.common.uriresolver.tests</module>
42 <module>tests/org.eclipse.wst.internet.cache.tests</module>
43 </modules>
44</project>