forked from eclipse/Xpect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
26 lines (26 loc) · 1 KB
/
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
<?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>
<groupId>org.xpect</groupId>
<artifactId>org.xpect.root</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>0.19.0</tycho-version>
</properties>
<modules>
<module>org.xpect.releng/target-platforms</module>
<module>org.xpect</module>
<module>org.xpect.tests</module>
<module>org.xpect.ui</module>
<module>org.xpect.xtext.lib</module>
<module>org.xpect.xtext.lib.tests</module>
<module>org.xpect.sdk</module>
<module>org.eclipse.xtext.example.arithmetics.xpect.tests</module>
<module>org.eclipse.xtext.example.domainmodel.xpect.tests</module>
<module>org.xpect.releng/integration-tests</module>
<module>org.xpect.releng/p2-repository</module>
</modules>
</project>