Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 1 | <?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
|
nickboldt | 282c246 | 2018-02-07 13:53:45 -0500 | [diff] [blame] | 11 | Nick Boldt, Red Hat - update to Tycho 1.1
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 12 | -->
|
| 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 |
|
| 18 | <parent>
|
| 19 | <groupId>org.eclipse</groupId>
|
| 20 | <artifactId>wtp-parent</artifactId>
|
nickboldt | 6db6f32 | 2018-02-15 14:40:53 -0500 | [diff] [blame] | 21 | <version>3.10.0-SNAPSHOT</version>
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 22 | <relativePath>../wtp-parent</relativePath>
|
| 23 | </parent>
|
| 24 |
|
| 25 | <groupId>org.eclipse.webtools.releng</groupId>
|
| 26 | <artifactId>org.eclipse.webtools.releng</artifactId>
|
Thanh Ha | 27b6110 | 2013-10-11 11:34:44 -0400 | [diff] [blame] | 27 | <version>3.6.0-SNAPSHOT</version>
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 28 | <packaging>pom</packaging>
|
| 29 |
|
Thanh Ha | 0592829 | 2014-05-27 13:29:15 -0400 | [diff] [blame] | 30 | <properties>
|
| 31 | <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/webtools/webtools.releng.git</tycho.scmUrl>
|
| 32 | </properties>
|
| 33 |
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 34 | <modules>
|
| 35 | <module>org.eclipse.wtp.releng.versionchecker</module>
|
| 36 | <module>org.eclipse.wtp.releng.webupdatesite</module>
|
| 37 |
|
| 38 | <!-- docs -->
|
nickboldt | 67569a1 | 2018-02-22 08:14:01 -0500 | [diff] [blame^] | 39 | <!-- <module>docs/org.eclipse.jst.doc.isv</module> -->
|
| 40 | <!-- <module>docs/org.eclipse.wst.doc.isv</module> -->
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 41 |
|
| 42 | <!-- assembly -->
|
nickboldt | 67569a1 | 2018-02-22 08:14:01 -0500 | [diff] [blame^] | 43 | <!-- <module>assembly/features/org.apache.axis.feature</module> -->
|
| 44 | <!-- <module>assembly/features/org.apache.wsil4j.feature</module> -->
|
| 45 | <!-- <module>assembly/features/org.eclipse.jst.sdk</module> -->
|
| 46 | <!-- <module>assembly/features/org.eclipse.jst.tests</module> -->
|
| 47 | <!-- <module>assembly/features/org.eclipse.thirdparty.assembly</module> -->
|
| 48 | <!-- <module>assembly/features/org.eclipse.wst.sdk</module> -->
|
| 49 | <!-- <module>assembly/features/org.eclipse.wst.tests.feature</module> -->
|
| 50 | <!-- <module>assembly/features/org.eclipse.wtp.requiredpreques</module> -->
|
| 51 | <!-- <module>assembly/features/org.eclipse.wtp.xml.dev.feature</module> -->
|
| 52 | <!-- <module>assembly/features/org.uddi4j.feature</module> -->
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 53 |
|
nickboldt | 67569a1 | 2018-02-22 08:14:01 -0500 | [diff] [blame^] | 54 | <!-- <module>assembly/plugins/org.eclipse.jst</module> -->
|
| 55 | <!-- <module>assembly/plugins/org.eclipse.wst</module> -->
|
| 56 | <!-- <module>assembly/plugins/org.eclipse.wtp.xml.dev</module> -->
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 57 |
|
| 58 | <!-- features -->
|
nickboldt | 67569a1 | 2018-02-22 08:14:01 -0500 | [diff] [blame^] | 59 | <!-- <module>features/org.eclipse.wst.doc.isv.feature</module> -->
|
| 60 | <!-- <module>features/org.eclipse.wst.doc.user.feature</module> -->
|
| 61 | <!-- <module>features/org.eclipse.wtp.capabilities</module> -->
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 62 | <module>features/org.eclipse.wtp.releng.fixups.feature</module>
|
| 63 | <module>features/org.eclipse.wtp.releng.tests.feature</module>
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 64 | <module>features/org.eclipse.wtp.releng.tools.feature</module>
|
| 65 |
|
| 66 | <!-- plugins -->
|
nickboldt | 67569a1 | 2018-02-22 08:14:01 -0500 | [diff] [blame^] | 67 | <!-- <module>plugins/org.eclipse.wtp.capabilities</module> -->
|
| 68 | <!-- <module>plugins/org.eclipse.wtp.epp.package.capabilities</module> -->
|
| 69 | <!-- <module>plugins/org.eclipse.wtp.epp.package.jee.intro</module> -->
|
| 70 | <!-- <module>plugins/org.eclipse.wtp.feature.branding.template</module> -->
|
| 71 | <!-- <module>plugins/org.eclipse.wtp.jee</module> -->
|
Carl Anderson | d6c2858 | 2013-09-26 16:11:53 -0400 | [diff] [blame] | 72 | <module>plugins/org.eclipse.wtp.releng.fixups</module>
|
| 73 | <module>plugins/org.eclipse.wtp.releng.tools</module>
|
| 74 |
|
| 75 | <!-- tests -->
|
| 76 | <module>tests/org.eclipse.wtp.releng.tests</module>
|
| 77 | </modules>
|
Thanh Ha | 27b6110 | 2013-10-11 11:34:44 -0400 | [diff] [blame] | 78 | </project>
|