blob: 032497377d5e4cd15590971a1a5a1e9fd3bcbad2 [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>Sample Splash - application feature</name>
<groupId>sample.splash</groupId>
<artifactId>sample.splash.app.feature</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>sample.splash</groupId>
<artifactId>sample.splash.app.releng</artifactId>
<relativePath>../sample.splash.app.releng/pom.xml</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>