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 39401798a8756725a0d89f5085318a7c60153026 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Oct 23 10:47:32 2015 +0000 SLING-5188 - Some WebConsole plugins are placed in the 'main' category Place the OSGi installer console plugin under the OSGi category git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1710168 13f79535-47bb-0310-9956-ffa450edef68 --- .../installer/core/impl/console/OsgiInstallerWebConsolePlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 499b336..33f02ec 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,7 +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.category", value="OSGi"), @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]>.
