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:33:48 UTC

[sling-org-apache-sling-extensions-webconsolebranding] annotated tag org.apache.sling.extensions.webconsolebranding-1.0.0 created (now a9e6811)

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

rombert pushed a change 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.


      at a9e6811  (tag)
 tagging 883ebd3ccadb6513cb0b52a6c060bcee7fa27f75 (commit)
      by Felix Meschberger
      on Sat Aug 21 14:09:56 2010 +0000

- Log -----------------------------------------------------------------
org.apache.sling.extensions.webconsolebranding-1.0.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new dd214bc  Prototype branding for Felix Web Console (requires patch from FELIX-1015)
     new 7ad3ed4  SLING-1233 Move prototype web console branding to prime time
     new fab95d3  SLING-1233 Set correct <scm> element
     new 8d8e8a8  Fix project name to inline it with Sling project names
     new 5a8a867  Add commented webconsole.brand.name property -- we do not overwrite this new property yet, but we keep a hint for its potential presence
     new 6a2405f  Use released parent pom.
     new 28a0369  SLING-1620 63px high Sling logo
     new 3cde9b1  SLING-1621 Set the brand name to "Apache Sling Web Console"
     new c82aa6b  Prevent JavaDoc reporting to run (nothing to JavaDoc here) and refer to the JIRA version ID for the changes plugin
     new f390d54  [maven-release-plugin] prepare release org.apache.sling.extensions.webconsolebranding-1.0.0
     new 883ebd3  [maven-scm] copy for tag org.apache.sling.extensions.webconsolebranding-1.0.0

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-org-apache-sling-extensions-webconsolebranding] 07/11: SLING-1620 63px high Sling logo

Posted by ro...@apache.org.
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 28a0369adba330711aeb8695802a43c5f5b7ab9c
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Fri Jul 30 20:21:43 2010 +0000

    SLING-1620 63px high Sling logo
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@980940 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/res/sling/logo.png | Bin 11984 -> 6270 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/res/sling/logo.png b/src/main/resources/res/sling/logo.png
index e29d72b..f2fadd8 100644
Binary files a/src/main/resources/res/sling/logo.png and b/src/main/resources/res/sling/logo.png differ

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 09/11: Prevent JavaDoc reporting to run (nothing to JavaDoc here) and refer to the JIRA version ID for the changes plugin

Posted by ro...@apache.org.
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 c82aa6bdf4b91d95df93e064773c07be87ce06a8
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Sat Aug 21 13:36:55 2010 +0000

    Prevent JavaDoc reporting to run (nothing to JavaDoc here) and refer to the JIRA version ID for the changes plugin
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@987754 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2f3a7c0..40a42ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,10 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolebranding</url>
     </scm>
 
+    <properties>
+        <site.jira.version.id>12314456</site.jira.version.id>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -63,4 +67,16 @@
             </plugin>
         </plugins>
     </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
 </project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 02/11: SLING-1233 Move prototype web console branding to prime time

Posted by ro...@apache.org.
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 7ad3ed44b667476baf0fc1d365a43e7cebf4e745
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Fri Dec 11 12:29:17 2009 +0000

    SLING-1233 Move prototype web console branding to prime time
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@889590 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                           | 5 +----
 src/main/resources/META-INF/webconsole.properties | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b122f3..63e5687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>sling</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>5-incubator</version>
+        <version>8</version>
     </parent>
 
     <groupId>org.apache.sling</groupId>
@@ -46,9 +46,6 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-DocURL>
-                            ...branding_URL...
-                        </Bundle-DocURL>
                         <Fragment-Host>
                             org.apache.felix.webconsole
                         </Fragment-Host>
diff --git a/src/main/resources/META-INF/webconsole.properties b/src/main/resources/META-INF/webconsole.properties
index 9703e94..89e70cd 100644
--- a/src/main/resources/META-INF/webconsole.properties
+++ b/src/main/resources/META-INF/webconsole.properties
@@ -25,7 +25,7 @@
 
 # This is the Apache Sling Product
 webconsole.product.name = Apache Sling
-webconsole.product.url = http://incubator.apache.org/sling
+webconsole.product.url = http://sling.apache.org
 webconsole.product.image = /res/sling/logo.png
 
 # Apache Sling is provided by the Apache Software Foundation

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 03/11: SLING-1233 Set correct element

Posted by ro...@apache.org.
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 fab95d3ca1e20527dc84c70e3ab4a48ec4f43114
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Fri Dec 11 12:33:57 2009 +0000

    SLING-1233 Set correct <scm> element
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@889594 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 63e5687..a2aae46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,12 @@
         through the /META-INF/webconsole.properties.
     </description>
         
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolebranding</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 06/11: Use released parent pom.

Posted by ro...@apache.org.
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 6a2405fd84982c4361ea5f1d9a83a40333100f90
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon May 17 13:42:29 2010 +0000

    Use released parent pom.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@945149 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 910c23e..2f3a7c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>sling</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>8</version>
+        <version>9</version>
     </parent>
 
     <groupId>org.apache.sling</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 08/11: SLING-1621 Set the brand name to "Apache Sling Web Console"

Posted by ro...@apache.org.
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 3cde9b1f006cf183935ba849ea40d6f1dbcd72ae
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Fri Jul 30 20:30:01 2010 +0000

    SLING-1621 Set the brand name to "Apache Sling Web Console"
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@980943 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/META-INF/webconsole.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/META-INF/webconsole.properties b/src/main/resources/META-INF/webconsole.properties
index d304b39..3808dd4 100644
--- a/src/main/resources/META-INF/webconsole.properties
+++ b/src/main/resources/META-INF/webconsole.properties
@@ -24,7 +24,7 @@
 # Apache Sling application.
 
 # This is the Apache Sling Product
-# webconsole.brand.name = Apache Felix Web Console
+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
@@ -38,4 +38,4 @@ webconsole.product.image = /res/sling/logo.png
 webconsole.favicon = /res/sling/favicon.ico
 
 # We don't have a different stylesheet yet
-# webconsole.stylesheet = /res/ui/admin.css
\ No newline at end of file
+# webconsole.stylesheet = /res/ui/webconsole.css
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 11/11: [maven-scm] copy for tag org.apache.sling.extensions.webconsolebranding-1.0.0

Posted by ro...@apache.org.
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 883ebd3ccadb6513cb0b52a6c060bcee7fa27f75
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Sat Aug 21 14:09:56 2010 +0000

    [maven-scm] copy for tag org.apache.sling.extensions.webconsolebranding-1.0.0
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.webconsolebranding-1.0.0@987760 13f79535-47bb-0310-9956-ffa450edef68

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 10/11: [maven-release-plugin] prepare release org.apache.sling.extensions.webconsolebranding-1.0.0

Posted by ro...@apache.org.
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 f390d5467204adb41b2b336d5ef0a4ad9b6d5e2f
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Sat Aug 21 14:09:28 2010 +0000

    [maven-release-plugin] prepare release org.apache.sling.extensions.webconsolebranding-1.0.0
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@987759 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 40a42ff..2422dc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.extensions.webconsolebranding</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Web Console Branding</name>
@@ -39,9 +39,9 @@
     </description>
         
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolebranding</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.webconsolebranding-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.webconsolebranding-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.extensions.webconsolebranding-1.0.0</url>
     </scm>
 
     <properties>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 04/11: Fix project name to inline it with Sling project names

Posted by ro...@apache.org.
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 8d8e8a849a9990531829ee86386666d41626e9dd
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Sun Dec 20 21:15:41 2009 +0000

    Fix project name to inline it with Sling project names
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@892662 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a2aae46..910c23e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <version>0.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Branding plugin for the Apache Felix Web Console</name>
+    <name>Apache Sling Web Console Branding</name>
     <description>
         Apache Sling branding for the Apache Felix Web Console. This fragment
         attaches to the org.apache.felix.webconsole bundle to provide branding

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 05/11: Add commented webconsole.brand.name property -- we do not overwrite this new property yet, but we keep a hint for its potential presence

Posted by ro...@apache.org.
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 <fm...@apache.org>
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
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-extensions-webconsolebranding] 01/11: Prototype branding for Felix Web Console (requires patch from FELIX-1015)

Posted by ro...@apache.org.
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 dd214bc1dc5f5a240dceb91979597da04faf266b
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Mon Jun 29 14:27:03 2009 +0000

    Prototype branding for Felix Web Console (requires patch from FELIX-1015)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/whiteboard/fmeschbe/webconsolebranding@789340 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                           |  63 ++++++++++++++++++++++
 src/main/resources/META-INF/webconsole.properties |  40 ++++++++++++++
 src/main/resources/res/sling/favicon.ico          | Bin 0 -> 1150 bytes
 src/main/resources/res/sling/logo.png             | Bin 0 -> 11984 bytes
 4 files changed, 103 insertions(+)

diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..0b122f3
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>sling</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>5-incubator</version>
+    </parent>
+
+    <groupId>org.apache.sling</groupId>
+    <artifactId>org.apache.sling.extensions.webconsolebranding</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+
+    <name>Branding plugin for the Apache Felix Web Console</name>
+    <description>
+        Apache Sling branding for the Apache Felix Web Console. This fragment
+        attaches to the org.apache.felix.webconsole bundle to provide branding
+        through the /META-INF/webconsole.properties.
+    </description>
+        
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-DocURL>
+                            ...branding_URL...
+                        </Bundle-DocURL>
+                        <Fragment-Host>
+                            org.apache.felix.webconsole
+                        </Fragment-Host>
+                        <Export-Package>
+                            !*
+                        </Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file
diff --git a/src/main/resources/META-INF/webconsole.properties b/src/main/resources/META-INF/webconsole.properties
new file mode 100644
index 0000000..9703e94
--- /dev/null
+++ b/src/main/resources/META-INF/webconsole.properties
@@ -0,0 +1,40 @@
+#
+#  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.
+#
+
+
+#
+# This file contains branding properties to overwrite the defualt
+# branding of the Apache Felix Web Console when deployed in an
+# Apache Sling application.
+
+# This is the Apache Sling Product
+webconsole.product.name = Apache Sling
+webconsole.product.url = http://incubator.apache.org/sling
+webconsole.product.image = /res/sling/logo.png
+
+# Apache Sling is provided by the Apache Software Foundation
+# webconsole.vendor.name = The Apache Software Foundation
+# webconsole.vendor.url = http://www.apache.org
+# webconsole.vendor.image = /res/imgs/logo.png
+
+# Sling has its own favicon we use
+webconsole.favicon = /res/sling/favicon.ico
+
+# We don't have a different stylesheet yet
+# webconsole.stylesheet = /res/ui/admin.css
\ No newline at end of file
diff --git a/src/main/resources/res/sling/favicon.ico b/src/main/resources/res/sling/favicon.ico
new file mode 100644
index 0000000..a36e242
Binary files /dev/null and b/src/main/resources/res/sling/favicon.ico differ
diff --git a/src/main/resources/res/sling/logo.png b/src/main/resources/res/sling/logo.png
new file mode 100644
index 0000000..e29d72b
Binary files /dev/null and b/src/main/resources/res/sling/logo.png differ

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.