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/02/04 07:24:05 UTC

svn commit: r1067093 - /felix/trunk/scr/pom.xml

Author: fmeschbe
Date: Fri Feb  4 06:24:05 2011
New Revision: 1067093

URL: http://svn.apache.org/viewvc?rev=1067093&view=rev
Log:
Add Bundle-Category to manifest

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1067093&r1=1067092&r2=1067093&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Fri Feb  4 06:24:05 2011
@@ -167,6 +167,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Bundle-Category>osgi</Bundle-Category>
                         <Bundle-SymbolicName>
                             ${artifactId}
                         </Bundle-SymbolicName>