Fabian Steeg | a880b66 | 2011-11-04 14:54:54 +0100 | [diff] [blame^] | 1 | <?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</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> |