blob: 72778760113bbc9d1a878f784a144adc986c923d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.tycho.extras.pde.tests</groupId>
<artifactId>parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>dependent</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<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>
</project>