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-installer-console.git
commit 39558b719783d98c14a2d363022ecb45e1235d07 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Oct 22 13:53:49 2015 +0000 SLING-5188 - Some WebConsole plugins are placed in the 'main' category Added missing felix.webconsole.category property. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1710018 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java b/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java index 8be72dd..499b336 100644 --- a/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java +++ b/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java @@ -52,6 +52,7 @@ import org.osgi.framework.Constants; @Property(name=Constants.SERVICE_DESCRIPTION, value="Apache Sling OSGi Installer Web Console Plugin"), @Property(name="felix.webconsole.label", value="osgi-installer"), @Property(name="felix.webconsole.title", value="OSGi Installer"), + @Property(name="felix.webconsole.category", value="Sling"), @Property(name="felix.webconsole.configprinter.modes", value={"zip", "txt"}) }) @SuppressWarnings("serial") -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
