This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git
commit 05767a96cd6db462220c8eaf89105d67496421f7 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Sep 19 08:15:37 2017 +0000 SLING-7138 - Some web console plugins in the 'Sling' category don't appear git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1808841 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/event/impl/jobs/console/WebConsolePlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/event/impl/jobs/console/WebConsolePlugin.java b/src/main/java/org/apache/sling/event/impl/jobs/console/WebConsolePlugin.java index 00b08ad..a2956e4 100644 --- a/src/main/java/org/apache/sling/event/impl/jobs/console/WebConsolePlugin.java +++ b/src/main/java/org/apache/sling/event/impl/jobs/console/WebConsolePlugin.java @@ -64,7 +64,7 @@ property = { Constants.SERVICE_VENDOR + "=The Apache Software Foundation", "felix.webconsole.label=slingevent", "felix.webconsole.title=Jobs", - "felix.webconsole.category=SLING", + "felix.webconsole.category=Sling", JobConsumer.PROPERTY_TOPICS + "=sling/webconsole/test" }) public class WebConsolePlugin extends HttpServlet implements JobConsumer { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
