blob: 2e75efb20fa74cffd83a5899bdc4a4006ffa4eab [file] [log] [blame]
Alexander Kurtakovaa5866a2017-04-27 21:52:51 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.eclipse.dltk</groupId>
8 <artifactId>dltk.build.all</artifactId>
Dawid PakuĊ‚ab24b9b52018-06-24 13:46:36 +02009 <version>5.10.0-SNAPSHOT</version>
Alexander Kurtakovaa5866a2017-04-27 21:52:51 +030010 <relativePath>../org.eclipse.dltk.releng/pom.xml</relativePath>
11 </parent>
12 <groupId>org.eclipse.dltk.core</groupId>
13 <artifactId>all</artifactId>
14 <packaging>pom</packaging>
15 <properties>
16 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git</tycho.scmUrl>
17 </properties>
18
19 <modules>
20 <module>core</module>
21 <module>rse</module>
22 <module>mylyn</module>
23 </modules>
Alexander Kurtakovaa5866a2017-04-27 21:52:51 +030024</project>