Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Showsplash in product.ini file

Hi all,

I have a small problem with the splash screen for my RCP product built with tycho 0.20.0.

In config.ini there is a correct line:
osgi.splashPath=platform\:/base/plugins/myproduct.plugin

But in the product.ini file I have:
-showsplash
org.eclipse.platform


If I delete the lines from product.ini file or change org.eclipse.platform to
myproduct.plugin the correct splash is loaded.

How to correct the lines in product.ini file?

Regards,
Bojan



Back to the top