This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.extensions.webconsolebranding-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-webconsolebranding.git
commit 5a8a867c0a55952b25004faf17841ceb15648d25 Author: Felix Meschberger <[email protected]> AuthorDate: Tue Feb 2 15:39:58 2010 +0000 Add commented webconsole.brand.name property -- we do not overwrite this new property yet, but we keep a hint for its potential presence git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@905673 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/META-INF/webconsole.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/webconsole.properties b/src/main/resources/META-INF/webconsole.properties index 89e70cd..d304b39 100644 --- a/src/main/resources/META-INF/webconsole.properties +++ b/src/main/resources/META-INF/webconsole.properties @@ -24,6 +24,7 @@ # Apache Sling application. # This is the Apache Sling Product +# webconsole.brand.name = Apache Felix Web Console webconsole.product.name = Apache Sling webconsole.product.url = http://sling.apache.org webconsole.product.image = /res/sling/logo.png -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
