blob: ac9c84dfe98e5d62feb9775035f743add3171fb9 [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/maven-v4_0_0.xsd">
<parent>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>bundles</artifactId>
<version>1.0.0.RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemini.blueprint.iandt.blueprint</groupId>
<artifactId>error.bundle</artifactId>
<packaging>jar</packaging>
<name>Eclipse Gemini Blueprint Test Bundle: Error bundle</name>
<description>An OSGi bundle that fails on startup</description>
<url>http://www.eclipse.org/gemini/blueprint/</url>
</project>