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 2015/10/23 12:47:32 UTC

svn commit: r1710168 - /sling/trunk/installer/console/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java

Author: rombert
Date: Fri Oct 23 10:47:32 2015
New Revision: 1710168

URL: http://svn.apache.org/viewvc?rev=1710168&view=rev
Log:
SLING-5188 - Some WebConsole plugins are placed in the 'main' category

Place the OSGi installer console plugin under the OSGi category

Modified:
    sling/trunk/installer/console/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java

Modified: sling/trunk/installer/console/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java
URL: http://svn.apache.org/viewvc/sling/trunk/installer/console/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java?rev=1710168&r1=1710167&r2=1710168&view=diff
==============================================================================
--- sling/trunk/installer/console/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java (original)
+++ sling/trunk/installer/console/src/main/java/org/apache/sling/installer/core/impl/console/OsgiInstallerWebConsolePlugin.java Fri Oct 23 10:47:32 2015
@@ -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")