blob: ec9d96440e573d2aae3a8088087dd0d2527af220 [file] [log] [blame]
alagardef77812b2011-11-29 09:39:51 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2011 Fabian Steeg <fsteeg@gmail.com> -->
3
4<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6 <modelVersion>4.0.0</modelVersion>
7
8 <parent>
9 <groupId>org.eclipse.mylyn.docs.intent-group</groupId>
10 <artifactId>intent-parent</artifactId>
11 <version>0.7.0-SNAPSHOT</version>
12 <relativePath>../..</relativePath>
13 </parent>
14
15 <artifactId>org.eclipse.mylyn.docs.intent.markup.ui</artifactId>
16 <packaging>eclipse-plugin</packaging>
17
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.eclipse.tycho</groupId>
22 <artifactId>tycho-source-plugin</artifactId>
23 </plugin>
24 </plugins>
25 </build>
26
27</project>