commit | 2d299cbb5c1be24d0f388f5d6408784c912c2fa3 | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Wed Sep 21 15:33:09 2011 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Wed Sep 21 15:33:09 2011 +0000 |
tree | f3c253793c13e876e06e0100f21d3d907e9381b0 | |
parent | bac89a6dde9e4fa9546ae6379dd50b02459d6af4 [diff] |
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) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1173718 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/resources/META-INF/plexus/components.xml b/bundleplugin/src/main/resources/META-INF/plexus/components.xml index a25ff20..1e3e83c 100644 --- a/bundleplugin/src/main/resources/META-INF/plexus/components.xml +++ b/bundleplugin/src/main/resources/META-INF/plexus/components.xml
@@ -59,7 +59,6 @@ <extension>jar</extension> <addedToClasspath>true</addedToClasspath> <packaging>bundle</packaging> - <classifier></classifier> </configuration> </component> </components>