This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.threads-3.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git
commit 6d5d355049f740fcd6563ff5fdc7a59dde264a16 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Oct 6 15:14:59 2010 +0000 Add a web console label git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/threads@1005078 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java b/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java index 9adc5e5..1e1d92e 100644 --- a/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java +++ b/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java @@ -45,6 +45,7 @@ public class WebConsolePrinter implements ConfigurationPrinter { props.put(Constants.SERVICE_DESCRIPTION, "Apache Sling Thread Pool Configuration Printer"); props.put(Constants.SERVICE_VENDOR, "The Apache Software Foundation"); + props.put("felix.webconsole.label", "slingthreadpools"); plugin = bundleContext.registerService(ConfigurationPrinter.class.getName(), propertiesPrinter, props); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
