You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2012/10/22 08:49:04 UTC

svn commit: r1400778 - /karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/branding-console.conf

Author: ffang
Date: Mon Oct 22 06:49:03 2012
New Revision: 1400778

URL: http://svn.apache.org/viewvc?rev=1400778&view=rev
Log:
[KARAF-1963]incorrect statement in developers-guide/branding-console.html

Modified:
    karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/branding-console.conf

Modified: karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/branding-console.conf
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/branding-console.conf?rev=1400778&r1=1400777&r2=1400778&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/branding-console.conf (original)
+++ karaf/branches/karaf-2.2.x/manual/src/main/webapp/developers-guide/branding-console.conf Mon Oct 22 06:49:03 2012
@@ -98,7 +98,7 @@ In order for Karaf to pick up the brandi
 $KARAF_HOME/etc/custom.properties file to include the following: 
 
   org.osgi.framework.system.packages.extra = \ 
-    org.apache.karaf.branding;
+    org.apache.karaf.branding
 
 
 h2. Installing the branding bundle
@@ -111,4 +111,4 @@ mvn install
 
 and simply drop the generated jar file into the Karaf lib directory.
 
-Start Karaf and you will see your branded Karaf console.
\ No newline at end of file
+Start Karaf and you will see your branded Karaf console.