blob: 94aca175e791c73a3e7a7cc653761e65f02388e9 [file]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.babel.core</groupId>
<artifactId>org.eclipse.babel.core</artifactId>
<version>0.8.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<tycho-version>0.16.0</tycho-version>
</properties>
<build>
<plugins>
<plugin>
<!-- enable tycho build extension -->
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<repositories>
<!-- configure p2 repository to resolve against -->
<repository>
<id>indigo</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/indigo/</url>
</repository>
</repositories>
<parent>
<groupId>org.eclipse.babel.tapiji.tools</groupId>
<artifactId>org.eclipse.babel.tapiji.tools.parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<relativePath>../org.eclipse.babel.tapiji.tools.parent</relativePath>
</parent>
</project>