in my app, i have define a splash screen via product file, and when I start the application, the splash is shown as expected.
but, after I generated a build with tycho (via hudson), the config.ini of my application ends up as follow:
osgi.splashPath=platform\:/base/plugins/br
and the splash screen is never shown. So. I have to edit the file manually and set this line to
osgi.splashPath=platform\:/base/plugins/my_plugin_id
any ideas? any workaround?
thanks in advance