Index: manual/src/main/webapp/developers-guide/branding-console.conf =================================================================== --- manual/src/main/webapp/developers-guide/branding-console.conf (revision 1102523) +++ manual/src/main/webapp/developers-guide/branding-console.conf (working copy) @@ -93,6 +93,19 @@ prompt = my-user@my-karaf> {code} +h2. Configuring Karaf to use the branding bundle + +In order for Karaf to pick up the branding jar please edit the +$KARAF_HOME/etc/custom.properties file to include the following: + + org.osgi.framework.system.packages.extra = \ + org.apache.karaf.branding; \ + com.sun.org.apache.xalan.internal.xsltc.trax; \ + com.sun.org.apache.xerces.internal.dom; \ + com.sun.org.apache.xerces.internal.jaxp; \ + com.sun.org.apache.xerces.internal.xni + + h2. Installing the branding bundle Build your branding bundle: