blob: f0d153e86c32af763ef404bc4a4c4e7ac1fd1024 [file] [log] [blame]
<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>
<name>DnDSample - application bundle</name>
<groupId>org.eclipse.fx.testcases.dnd</groupId>
<artifactId>org.eclipse.fx.testcases.dnd.app</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.eclipse.fx.testcases.dnd</groupId>
<artifactId>org.eclipse.fx.testcases.dnd.app.releng</artifactId>
<relativePath>../org.eclipse.fx.testcases.dnd.app.releng/pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
<build>
<resources>
<resource>
<directory>.</directory>
<includes>
<include>META-INF/</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>