You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2010/03/19 16:25:11 UTC

svn commit: r925268 - /felix/trunk/utils/pom.xml

Author: gnodet
Date: Fri Mar 19 15:25:11 2010
New Revision: 925268

URL: http://svn.apache.org/viewvc?rev=925268&view=rev
Log:
[utils] make the artifact a plain jar instead of a bundle

Modified:
    felix/trunk/utils/pom.xml

Modified: felix/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/utils/pom.xml?rev=925268&r1=925267&r2=925268&view=diff
==============================================================================
--- felix/trunk/utils/pom.xml (original)
+++ felix/trunk/utils/pom.xml Fri Mar 19 15:25:11 2010
@@ -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>