blob: 359fe0416d75ee4226ef3dc1df730f31806f9696 [file] [log] [blame]
asobolev2b6b5232011-09-13 08:41:20 +00001<?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>
asobolev2b6b5232011-09-13 08:41:20 +00006 <parent>
Alexander Kurtakov1a9f22b2017-04-27 22:39:35 +03007 <groupId>org.eclipse.dltk.core</groupId>
8 <artifactId>all</artifactId>
Dawid Pakułada8f2712020-03-20 19:38:48 +01009 <version>6.2.0-SNAPSHOT</version>
Alexander Kurtakov1a9f22b2017-04-27 22:39:35 +030010 <relativePath>../pom.xml</relativePath>
asobolev2b6b5232011-09-13 08:41:20 +000011 </parent>
Kaloyan Raevaa227542014-10-17 15:38:38 +030012 <groupId>org.eclipse.dltk.mylyn</groupId>
13 <artifactId>mylyn</artifactId>
asobolev2b6b5232011-09-13 08:41:20 +000014 <packaging>pom</packaging>
Dawid Pakuła10784192016-05-19 14:20:42 +020015 <properties>
16 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git</tycho.scmUrl>
17 </properties>
asobolev2b6b5232011-09-13 08:41:20 +000018
19 <modules>
20 <module>features/org.eclipse.dltk.mylyn-feature</module>
21 <module>features/org.eclipse.dltk.mylyn.sdk</module>
22 <module>plugins/org.eclipse.dltk.mylyn</module>
asoboleva51660e2011-09-14 05:03:48 +000023 <!-- <module>update.site</module> -->
asobolev2b6b5232011-09-13 08:41:20 +000024 </modules>
25</project>