You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/10/06 17:14:59 UTC

svn commit: r1005078 - /sling/trunk/bundles/commons/threads/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java

Author: cziegeler
Date: Wed Oct  6 15:14:59 2010
New Revision: 1005078

URL: http://svn.apache.org/viewvc?rev=1005078&view=rev
Log:
Add a web console label

Modified:
    sling/trunk/bundles/commons/threads/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java

Modified: sling/trunk/bundles/commons/threads/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/threads/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java?rev=1005078&r1=1005077&r2=1005078&view=diff
==============================================================================
--- sling/trunk/bundles/commons/threads/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java (original)
+++ sling/trunk/bundles/commons/threads/src/main/java/org/apache/sling/commons/threads/impl/WebConsolePrinter.java Wed Oct  6 15:14:59 2010
@@ -45,6 +45,7 @@ public class WebConsolePrinter implement
         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);