Details
Description
On branded karaf based distribution, the branding is not available to child instances created with admin:create.
The main reason is that the org.apache.karaf.branding package is not defined in org.osgi.framework.system.packages.extra out of the box, so when the Admin/Instance service is copying resources it is left out.
Since its pretty harmless to have that directive defined out of the box, we should do that to ensure that branding is correctly setup for instances.