[utils] make the artifact a plain jar instead of a bundle
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@925268 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/utils/pom.xml b/utils/pom.xml
index 1a2c3ea..55ff8b0 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -24,7 +24,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <packaging>bundle</packaging>
<name>Apache Felix Utils</name>
<description>Utility classes for OSGi.</description>
<version>0.1.0-SNAPSHOT</version>
@@ -50,22 +49,6 @@
<target>1.4</target>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>2.0.0</version>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Export-Package>
- org.apache.felix.utils*;version=${project.version};-noimport:=true
- </Export-Package>
- <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
- <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
- <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
- </instructions>
- </configuration>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>