I want to customize the splash screen of an eclipse
were my Deployable Feature
is installed.
I do not want to export a RCP - only a Deployable Feature
.
Setting another SplashScreen-Image
works fine, as long as it is a file called "splash.bmp" within my "product"-plugin (where I'm trying to handle all the branding stuff). Unfortunately, the bmp file format does not support transparency.
I already went through lots of examples and documentations, but without success yet. Is that even possible?