TaT StandaloneModuleBrandingTips
Standalone Module Branding Tips
Contributed By; Tonny Kohar
Adapted from http://blogs.kiyut.com/tonny/2008/05/08/standalone-module-branding-tips/
If you build a “standalone” module for your Netbeans RCP based application, during development you will notice that it will display the original Netbeans IDE/RCP splash screen rather than your branded application splash screen.
To enable your own branded splash during development you can add the following on the module project properties
note: it is tested on Netbeans 6.1
# replace the token with your own branding token branding.token=your-branding-name eg: sketsa branding.dir=none
