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:26 UTC

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