forked from wso2-attic/developer-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
29 lines (28 loc) · 1.36 KB
/
pom.xml
File metadata and controls
29 lines (28 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.wso2.eclipse</groupId>
<artifactId>wso2-eclipse-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.wso2.developerstudio</groupId>
<artifactId>carbon-appserver-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<name>WSO2 App Server Eclipse Tools Parent</name>
<modules>
<module>org.wso2.wsf.ide.core</module>
<module>org.wso2.wsf.ide.consumption.core</module>
<module>org.wso2.wsf.ide.consumption.ui</module>
<module>org.wso2.wsf.ide.creation.core</module>
<module>org.wso2.wsf.ide.creation.ui</module>
<module>org.wso2.developerstudio.eclipse.axis2.rpcmessagereceiver</module>
<module>org.wso2.developerstudio.eclipse.artifact.axis2</module>
<module>org.wso2.developerstudio.eclipse.artifact.webapp</module>
<module>org.wso2.developerstudio.eclipse.artifact.jaxws</module>
<module>org.wso2.developerstudio.eclipse.artifact.axis2serviceclient</module>
<module>org.wso2.developerstudio.eclipse.artifact.jaxrs</module>
</modules>
</project>