You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:20:23 UTC

[sling-org-apache-sling-bundleresource-impl] 08/10: Register web console plugin with the Sling category

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.bundleresource.impl-2.2.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bundleresource-impl.git

commit 1927e2a9bf3c7adac23c9e4c400bc841eb927bb8
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Tue Sep 17 07:26:09 2013 +0000

    Register web console plugin with the Sling category
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/bundleresource@1523940 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/bundleresource/impl/BundleResourceWebConsolePlugin.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceWebConsolePlugin.java b/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceWebConsolePlugin.java
index 3aead53..b2c0142 100644
--- a/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceWebConsolePlugin.java
+++ b/src/main/java/org/apache/sling/bundleresource/impl/BundleResourceWebConsolePlugin.java
@@ -179,6 +179,7 @@ class BundleResourceWebConsolePlugin extends HttpServlet {
         props.put(Constants.SERVICE_PID, getClass().getName());
         props.put("felix.webconsole.label", LABEL);
         props.put("felix.webconsole.title", "Bundle Resource Provider");
+        props.put("felix.webconsole.category", "Sling");
 
         serviceRegistration = context.registerService(
             Servlet.class.getName(), this, props);

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.