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

svn commit: r572669 - /felix/trunk/metatype/pom.xml

Author: fmeschbe
Date: Tue Sep  4 06:32:05 2007
New Revision: 572669

URL: http://svn.apache.org/viewvc?rev=572669&view=rev
Log:
Fix wrong Bundle Symbolic Name

Modified:
    felix/trunk/metatype/pom.xml

Modified: felix/trunk/metatype/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/metatype/pom.xml?rev=572669&r1=572668&r2=572669&view=diff
==============================================================================
--- felix/trunk/metatype/pom.xml (original)
+++ felix/trunk/metatype/pom.xml Tue Sep  4 06:32:05 2007
@@ -44,6 +44,9 @@
                 <configuration>
                     <instructions>
                         <Bundle-Category>osgi</Bundle-Category>
+                        <Bundle-SymbolicName>
+                            ${artifactId}
+                        </Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.felix.metatype,
                             org.osgi.service.metatype; version=1.1