William Piers | aba2b0a | 2012-07-09 11:36:32 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2011 Obeo |
| 4 | |
| 5 | Cedric Brun <cedric.brun@obeo.fr> |
| 6 | --> |
| 7 | |
| 8 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 9 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 10 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 11 | <modelVersion>4.0.0</modelVersion> |
| 12 | |
| 13 | <parent> |
| 14 | <groupId>org.eclipse.mylyn.docs.intent-group</groupId> |
| 15 | <artifactId>intent-parent</artifactId> |
| 16 | <version>0.7.0-SNAPSHOT</version> |
| 17 | <relativePath>../..</relativePath> |
| 18 | </parent> |
| 19 | |
| 20 | <artifactId>org.eclipse.mylyn.docs.intent.modelingunit.update</artifactId> |
| 21 | <packaging>eclipse-plugin</packaging> |
| 22 | |
| 23 | <build> |
| 24 | <plugins> |
| 25 | <plugin> |
| 26 | <groupId>org.eclipse.tycho</groupId> |
| 27 | <artifactId>tycho-source-plugin</artifactId> |
| 28 | </plugin> |
| 29 | </plugins> |
| 30 | </build> |
| 31 | |
| 32 | </project> |