You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2011/06/24 15:27:09 UTC

svn commit: r1139301 - /felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml

Author: mcculls
Date: Fri Jun 24 13:27:08 2011
New Revision: 1139301

URL: http://svn.apache.org/viewvc?rev=1139301&view=rev
Log:
FELIX-1039: add some extra metadata to the maven lifecycle/handler configuration

Modified:
    felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml

Modified: felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml?rev=1139301&r1=1139300&r2=1139301&view=diff
==============================================================================
--- felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ felix/trunk/bundleplugin/src/main/resources/META-INF/plexus/components.xml Fri Jun 24 13:27:08 2011
@@ -58,6 +58,8 @@
         <language>java</language>
         <extension>jar</extension>
         <addedToClasspath>true</addedToClasspath>
+        <packaging>bundle</packaging>
+        <classifier></classifier>
       </configuration>
     </component>
   </components>