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 2011/10/18 17:27:29 UTC

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

Author: fmeschbe
Date: Tue Oct 18 15:27:29 2011
New Revision: 1185720

URL: http://svn.apache.org/viewvc?rev=1185720&view=rev
Log:
Label the bare build of the web console in the bundle name

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=1185720&r1=1185719&r2=1185720&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Tue Oct 18 15:27:29 2011
@@ -179,6 +179,9 @@
                                 <configuration>
                                     <classifier>bare</classifier>
                                     <instructions>
+                                        <Bundle-Name>
+                                            ${project.name} (Bare)
+                                        </Bundle-Name>
                                         <Bundle-SymbolicName>
                                             ${project.artifactId}.bare
                                         </Bundle-SymbolicName>