blob: 5cec52a0c2ce9c71acdaeef154c7a21b69db8e2e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.tycho.extras.pde.tests</groupId>
<artifactId>dependent-on-bundle-with-nested-jar</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-dependency-tools-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>list-dependencies</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>p2-repo</id>
<url>${p2-repo}</url>
<layout>p2</layout>
</repository>
</repositories>
</project>