You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:41:27 UTC

[sling-org-apache-sling-installer-console] 17/22: SLING-5188 - Some WebConsole plugins are placed in the 'main' category

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.installer.console-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git

commit e81ad2b86ca80ce847e1a6aebf71a2f54b084df6
Author: Robert Munteanu <ro...@apache.org>
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/installer/console@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
"commits@sling.apache.org" <co...@sling.apache.org>.