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 2008/05/16 16:44:08 UTC

svn commit: r657087 - /felix/trunk/webconsole/pom.xml

Author: cziegeler
Date: Fri May 16 07:44:08 2008
New Revision: 657087

URL: http://svn.apache.org/viewvc?rev=657087&view=rev
Log:
Correct bundle symbolic name and add vendor.

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=657087&r1=657086&r2=657087&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Fri May 16 07:44:08 2008
@@ -60,6 +60,10 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Bundle-SymbolicName>
+                            ${artifactId}
+                        </Bundle-SymbolicName>
+                        <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>
                             org.apache.felix.webconsole.internal.OsgiManagerActivator
                         </Bundle-Activator>