Fix FELIX-4139 - package conflict with ipojo-annotations and ipojo-runtime
annotations is not a bundle.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1497418 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/annotations/pom.xml b/ipojo/manipulator/annotations/pom.xml
index 42cafe0..e699c95 100644
--- a/ipojo/manipulator/annotations/pom.xml
+++ b/ipojo/manipulator/annotations/pom.xml
@@ -26,7 +26,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.annotations</artifactId>
<version>1.10.2-SNAPSHOT</version>
- <packaging>bundle</packaging>
<name>Apache Felix iPOJO Annotations</name>
<description>
@@ -47,32 +46,6 @@
<target>1.5</target>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.7</version>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Bundle-Name>Apache Felix iPOJO Annotations</Bundle-Name>
- <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
- <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
- <Bundle-Description>iPOJO Annotations</Bundle-Description>
- <Bundle-DocURL>
- http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/how-to-use-ipojo-annotations.html
- </Bundle-DocURL>
- <Export-Package>org.apache.felix.ipojo.annotations,
- org.apache.felix.ipojo.handler.temporal,
- org.apache.felix.ipojo.handlers.jmx,
- org.apache.felix.ipojo.extender,
- org.apache.felix.ipojo.whiteboard,
- org.apache.felix.ipojo.handlers.event,
- org.apache.felix.ipojo.transaction
- </Export-Package>
- </instructions>
- <obrRepository>NONE</obrRepository>
- </configuration>
- </plugin>
</plugins>
</build>
</project>