You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/06/29 16:27:03 UTC

svn commit: r789340 - in /sling/whiteboard/fmeschbe/webconsolebranding: ./ src/ src/main/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/res/ src/main/resources/res/sling/

Author: fmeschbe
Date: Mon Jun 29 14:27:03 2009
New Revision: 789340

URL: http://svn.apache.org/viewvc?rev=789340&view=rev
Log:
Prototype branding for Felix Web Console (requires patch from FELIX-1015)

Added:
    sling/whiteboard/fmeschbe/webconsolebranding/   (with props)
    sling/whiteboard/fmeschbe/webconsolebranding/pom.xml   (with props)
    sling/whiteboard/fmeschbe/webconsolebranding/src/
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/META-INF/
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/META-INF/webconsole.properties   (with props)
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/favicon.ico   (with props)
    sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/logo.png   (with props)

Propchange: sling/whiteboard/fmeschbe/webconsolebranding/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jun 29 14:27:03 2009
@@ -0,0 +1,4 @@
+.classpath
+.project
+target
+.settings

Added: sling/whiteboard/fmeschbe/webconsolebranding/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/fmeschbe/webconsolebranding/pom.xml?rev=789340&view=auto
==============================================================================
--- sling/whiteboard/fmeschbe/webconsolebranding/pom.xml (added)
+++ sling/whiteboard/fmeschbe/webconsolebranding/pom.xml Mon Jun 29 14:27:03 2009
@@ -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

Propchange: sling/whiteboard/fmeschbe/webconsolebranding/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/META-INF/webconsole.properties
URL: http://svn.apache.org/viewvc/sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/META-INF/webconsole.properties?rev=789340&view=auto
==============================================================================
--- sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/META-INF/webconsole.properties (added)
+++ sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/META-INF/webconsole.properties Mon Jun 29 14:27:03 2009
@@ -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

Propchange: sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/META-INF/webconsole.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/favicon.ico
URL: http://svn.apache.org/viewvc/sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/favicon.ico?rev=789340&view=auto
==============================================================================
Binary file - no diff available.

Propchange: sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = image/x-icon

Added: sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/logo.png
URL: http://svn.apache.org/viewvc/sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/logo.png?rev=789340&view=auto
==============================================================================
Binary file - no diff available.

Propchange: sling/whiteboard/fmeschbe/webconsolebranding/src/main/resources/res/sling/logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png