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/09/21 17:33:09 UTC

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

Author: mcculls
Date: Wed Sep 21 15:33:09 2011
New Revision: 1173718

URL: http://svn.apache.org/viewvc?rev=1173718&view=rev
Log:
Remove empty classifier stanza, which can cause the maven-assembly-plugin to add a spurious dash (since it only checks for null classifiers and not empty strings)

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=1173718&r1=1173717&r2=1173718&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 Wed Sep 21 15:33:09 2011
@@ -59,7 +59,6 @@
         <extension>jar</extension>
         <addedToClasspath>true</addedToClasspath>
         <packaging>bundle</packaging>
-        <classifier></classifier>
       </configuration>
     </component>
   </components>