You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2007/09/17 16:24:31 UTC

svn commit: r576453 - /felix/trunk/prefs/pom.xml

Author: cziegeler
Date: Mon Sep 17 07:24:30 2007
New Revision: 576453

URL: http://svn.apache.org/viewvc?rev=576453&view=rev
Log:
Use artifact name as symbolic name.

Modified:
    felix/trunk/prefs/pom.xml

Modified: felix/trunk/prefs/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/prefs/pom.xml?rev=576453&r1=576452&r2=576453&view=diff
==============================================================================
--- felix/trunk/prefs/pom.xml (original)
+++ felix/trunk/prefs/pom.xml Mon Sep 17 07:24:30 2007
@@ -66,6 +66,9 @@
                 <configuration>
                     <instructions>
                         <Bundle-Category>osgi</Bundle-Category>
+                        <Bundle-SymbolicName>
+                            ${artifactId}
+                        </Bundle-SymbolicName>
                         <Export-Package>
                             org.apache.felix.prefs,
                             org.osgi.service.prefs;version=1.1