blob: e45cf244fd062aec5acf3462e3e47862cbbdbfed [file] [log] [blame]
Thanh Ha7a650c22013-07-04 22:41:18 -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>
Thanh Hac740a852013-10-11 11:33:59 -040020 <version>3.6.0-SNAPSHOT</version>
Thanh Ha7a650c22013-07-04 22:41:18 -040021 <relativePath>../wtp-parent</relativePath>
22 </parent>
23
24 <groupId>org.eclipse.webtools.jsf</groupId>
25 <artifactId>org.eclipse.webtools.jsf.tests</artifactId>
Ian Trimble089ad562013-09-18 16:46:50 -070026 <version>3.6.0-SNAPSHOT</version>
Thanh Ha7a650c22013-07-04 22:41:18 -040027 <packaging>pom</packaging>
28
Ian Trimblec5362de2014-10-10 10:27:00 -070029 <properties>
30 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/jsf/webtools.jsf.tests.git</tycho.scmUrl>
31 </properties>
32
Thanh Ha7a650c22013-07-04 22:41:18 -040033 <modules>
34 <module>jsf/features/org.eclipse.jst.jsf.tests.feature</module>
35 <module>jsf/tests/org.eclipse.jst.jsf.common.runtime.tests</module>
36 <module>jsf/tests/org.eclipse.jst.jsf.contentassist.tests</module>
37 <module>jsf/tests/org.eclipse.jst.jsf.context.symbol.tests</module>
38 <module>jsf/tests/org.eclipse.jst.jsf.core.tests</module>
39 <module>jsf/tests/org.eclipse.jst.jsf.designtime.tests</module>
40 <module>jsf/tests/org.eclipse.jst.jsf.facesconfig.tests</module>
41 <module>jsf/tests/org.eclipse.jst.jsf.facesconfig.ui.test</module>
42 <module>jsf/tests/org.eclipse.jst.jsf.metadataprocessingtests2</module>
43 <module>jsf/tests/org.eclipse.jst.jsf.metadata.tests</module>
44 <module>jsf/tests/org.eclipse.jst.jsf.test.util</module>
45 <module>jsf/tests/org.eclipse.jst.jsf.ui.tests</module>
46 <module>jsf/tests/org.eclipse.jst.jsf.validation.el.tests</module>
47 <module>jsf/tests/org.eclipse.jst.pagedesigner.tests</module>
48 </modules>
49</project>