Add Bundle-Category to manifest

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1067093 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index bdcfb6d..a5ee3c6 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -167,6 +167,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Bundle-Category>osgi</Bundle-Category>
                         <Bundle-SymbolicName>
                             ${artifactId}
                         </Bundle-SymbolicName>