blob: 8bc4289bd9bc788b424815ecb2bd7b9e6e6515bc [file] [log] [blame]
asobolev2b6b5232011-09-13 08:41:20 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <artifactId>mylyn</artifactId>
7 <groupId>org.eclipse.dltk.mylyn</groupId>
8 <version>1.0.0-SNAPSHOT</version>
9 <relativePath>../..</relativePath>
10 </parent>
11 <groupId>org.eclipse.dltk.mylyn</groupId>
12 <artifactId>org.eclipse.dltk.mylyn-feature</artifactId>
13 <version>4.0.0-SNAPSHOT</version>
14 <packaging>eclipse-feature</packaging>
15</project>