Thanh Ha | 3888f3d | 2013-07-05 15:40:37 -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 |
| 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 Ha | 882a8ee | 2013-10-11 11:38:13 -0400 | [diff] [blame] | 20 | <version>3.6.0-SNAPSHOT</version> |
Thanh Ha | 3888f3d | 2013-07-05 15:40:37 -0400 | [diff] [blame] | 21 | <relativePath>../wtp-parent</relativePath> |
| 22 | </parent> |
| 23 | |
| 24 | <groupId>org.eclipse.webtools.sourceediting</groupId> |
| 25 | <artifactId>org.eclipse.webtools.sourceediting.xpath</artifactId> |
Thanh Ha | 882a8ee | 2013-10-11 11:38:13 -0400 | [diff] [blame] | 26 | <version>3.6.0-SNAPSHOT</version> |
Thanh Ha | 3888f3d | 2013-07-05 15:40:37 -0400 | [diff] [blame] | 27 | <packaging>pom</packaging> |
| 28 | |
Thanh Ha | abe1368 | 2014-08-13 16:42:49 -0400 | [diff] [blame] | 29 | <properties> |
| 30 | <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.xpath.git</tycho.scmUrl> |
| 31 | </properties> |
| 32 | |
Thanh Ha | 3888f3d | 2013-07-05 15:40:37 -0400 | [diff] [blame] | 33 | <modules> |
| 34 | <module>bundles/org.eclipse.wst.xml.xpath2</module> |
| 35 | <module>bundles/org.eclipse.wst.xml.xpath2.processor</module> |
| 36 | <module>bundles/org.eclipse.wst.xml.xpath2.wtptypes</module> |
| 37 | <module>bundles/org.eclipse.wst.xml.xpath.core</module> |
| 38 | <module>bundles/org.eclipse.wst.xml.xpath.ui</module> |
| 39 | |
| 40 | <module>docs/org.eclipse.wst.xml.xpath2.processor.doc.user</module> |
| 41 | <module>docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc</module> |
| 42 | |
| 43 | <module>features/org.eclipse.wst.xml.xpath2.processor.feature</module> |
| 44 | <module>features/org.eclipse.wst.xml.xpath2.processor.sdk.feature</module> |
| 45 | </modules> |
| 46 | </project> |