Author: fmeschbe
Date: Fri Dec 11 12:29:17 2009
New Revision: 889590

URL: http://svn.apache.org/viewvc?rev=889590&view=rev
Log:
SLING-1233 Move prototype web console branding to prime time

Added:
    sling/trunk/bundles/extensions/webconsolebranding/
      - copied from r885700, sling/whiteboard/fmeschbe/webconsolebranding/
Modified:
    sling/trunk/bundles/extensions/webconsolebranding/pom.xml
    
sling/trunk/bundles/extensions/webconsolebranding/src/main/resources/META-INF/webconsole.properties

Modified: sling/trunk/bundles/extensions/webconsolebranding/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolebranding/pom.xml?rev=889590&r1=885700&r2=889590&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/webconsolebranding/pom.xml (original)
+++ sling/trunk/bundles/extensions/webconsolebranding/pom.xml Fri Dec 11 
12:29:17 2009
@@ -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>

Modified: 
sling/trunk/bundles/extensions/webconsolebranding/src/main/resources/META-INF/webconsole.properties
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolebranding/src/main/resources/META-INF/webconsole.properties?rev=889590&r1=885700&r2=889590&view=diff
==============================================================================
--- 
sling/trunk/bundles/extensions/webconsolebranding/src/main/resources/META-INF/webconsole.properties
 (original)
+++ 
sling/trunk/bundles/extensions/webconsolebranding/src/main/resources/META-INF/webconsole.properties
 Fri Dec 11 12:29:17 2009
@@ -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


Reply via email to