Please bear with me as I am new to this.
One of the articles I was reading suggested
you create a branding plugin to keep all the branding stuff in so I put
all that into the com.mitel.swb
plugin and tend to refer to that as
the branding plugin, it has the splash, icons etc, obviously the wrong
terminology.
So when the feature asked for a branding
plugin I assumed (wrongly) that it wanted that one. So originally two of
the features pointed to com.mitel.swb
and one I forgot to fill in. It appears
that when the branding plugin is missing from a feature it does not appear
in the feature list. Also if no features have
a branding plugin the feature button
does not appear. I removed all the branding plugins from the features and
exported the product and the feature
button does indeed not appear.
I notice your feature
seems to have the same id as the branding plugin, should they not be different.
<feature
id="myclient.ui"
label="%featureName"
version="1.0.0"
provider-name="%providerName"
plugin="myclient.ui"
My third feature contains a single fragment
with help for the swb plugin. If I put a branding plugin name in there
then it does appear, I also
get a warning from the feature editor
saying it can't find the plugin (I assume because its a fragment). If I
remove it from the feature then it also disappears
from the feature list in
help about. Can't win on that one.