-
Notifications
You must be signed in to change notification settings - Fork 21
/
pom.xml
32 lines (26 loc) · 1023 Bytes
/
pom.xml
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
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.examples.parent</artifactId>
<version>4.2.0-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<artifactId>org.eclipse.rap.examples.build</artifactId>
<packaging>pom</packaging>
<version>4.2.0-SNAPSHOT</version>
<name>RAP demo examples build</name>
<modules>
<!--
<module>../../../rap-gmap/com.eclipsesource.widgets.gmaps</module>
<module>../../../rap-gmap/org.eclipse.rap.demo.gmaps</module>
<module>../../../rap-demo-additions/org.eclipse.rap.demo.enrondata</module>
-->
<module>rapdemo</module>
<module>workbenchdemo</module>
<module>controlsdemo</module>
</modules>
</project>