kchong | 7b26e3d | 2013-09-24 12:22:13 -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>
|
kchong | 6bcea94 | 2013-10-23 20:23:32 -0400 | [diff] [blame] | 20 | <version>3.6.0-SNAPSHOT</version>
|
kchong | 7b26e3d | 2013-09-24 12:22:13 -0400 | [diff] [blame] | 21 | <relativePath>../wtp-parent</relativePath>
|
| 22 | </parent>
|
| 23 |
|
| 24 | <groupId>org.eclipse.webtools.webservices</groupId>
|
| 25 | <artifactId>org.eclipse.webtools.webservices.axis2</artifactId>
|
kchong | 6bcea94 | 2013-10-23 20:23:32 -0400 | [diff] [blame] | 26 | <version>3.6.0-SNAPSHOT</version>
|
kchong | 7b26e3d | 2013-09-24 12:22:13 -0400 | [diff] [blame] | 27 | <packaging>pom</packaging>
|
| 28 |
|
| 29 | <modules>
|
| 30 | <module>bundles/org.eclipse.jst.ws.axis2.consumption.core</module>
|
| 31 | <module>bundles/org.eclipse.jst.ws.axis2.consumption.ui</module>
|
| 32 | <module>bundles/org.eclipse.jst.ws.axis2.core</module>
|
| 33 | <module>bundles/org.eclipse.jst.ws.axis2.creation.core</module>
|
| 34 | <module>bundles/org.eclipse.jst.ws.axis2.creation.ui</module>
|
| 35 | <module>bundles/org.eclipse.jst.ws.axis2.ui</module>
|
| 36 |
|
| 37 | <module>docs/org.eclipse.jst.ws.axis2.ui.doc.user</module>
|
| 38 |
|
| 39 | <module>features/org.eclipse.jst.ws.axis2tools.feature</module>
|
| 40 | <module>features/org.eclipse.jst.ws.axis2tools_sdk.feature</module>
|
| 41 |
|
| 42 | <module>tests/org.eclipse.jst.ws.axis2.tests.performance</module>
|
| 43 | </modules>
|
| 44 | </project>
|