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.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-webconsolebranding.git
commit 7375594cdb8ef7c98ab60e808f49b0c05f70814d Author: Stefan Seifert <[email protected]> AuthorDate: Mon May 15 09:19:23 2017 +0000 SLING-2696 update to new sling logo (thanks to Chris Millar) keeping a PNG version of the new logo in launchpad as well because some integration tests depend on it git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@1795152 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/META-INF/webconsole.properties | 2 +- src/main/resources/res/sling/logo.png | Bin 6270 -> 0 bytes src/main/resources/res/sling/logo.svg | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/webconsole.properties b/src/main/resources/META-INF/webconsole.properties index 3808dd4..a19e36a 100644 --- a/src/main/resources/META-INF/webconsole.properties +++ b/src/main/resources/META-INF/webconsole.properties @@ -27,7 +27,7 @@ webconsole.brand.name = Apache Sling Web Console webconsole.product.name = Apache Sling webconsole.product.url = http://sling.apache.org -webconsole.product.image = /res/sling/logo.png +webconsole.product.image = /res/sling/logo.svg # Apache Sling is provided by the Apache Software Foundation # webconsole.vendor.name = The Apache Software Foundation diff --git a/src/main/resources/res/sling/logo.png b/src/main/resources/res/sling/logo.png deleted file mode 100644 index f2fadd8..0000000 Binary files a/src/main/resources/res/sling/logo.png and /dev/null differ diff --git a/src/main/resources/res/sling/logo.svg b/src/main/resources/res/sling/logo.svg new file mode 100644 index 0000000..ac3c0e7 --- /dev/null +++ b/src/main/resources/res/sling/logo.svg @@ -0,0 +1,19 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<svg id="Sling_Logo" data-name="Sling Logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 392"><defs><linearGradient id="linear-gradient" x1="-8576.57" y1="2068.26" x2="-8523.42" y2="2006.11" gradientTransform="matrix(-1, -0.01, -0.01, 1, -8384.13, -1821.1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f69923"/><stop offset="0.31" stop-color="#f79a23"/><stop offset="0.84" stop-color="#e97826"/></linearGradient><linearGradie [...] \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
