In my RCP app, I would like to point a property (osgi.java.profile
) to a file, and would prefer using paths relative to my installation and config dir.
Is there a definitive spec on what kind of variables are supported in config.ini?
@config.dir seems to be supported, there are references in the builtin, and it's always mentioned as typical example (e.g this SO answer ) However, looking at docs like Eclipse help/Runtime Options, it mentions a few "symbolic locations" like @user.home; however that seems fairly limited and doesn't include @config.dir.
Have even dug into org.eclipse.osgi
sources as well, and found no references to this (I did find LocationManager and its hard coded variable substitutions for @user.dir & co).
Can I refer to arbitrary system properties there in some way?
Is this @config.dir a special case, only handled by P2? UPDATE: this seems to be the case.. looking at Eclipse SDK, About .. Configuration dialog shows @config.dir unresolved, probably taken literally by the Equinox..
Thanks for any hints.
From org.eclipse.core.runtime.adaptor.LocationManager, here are the special tokens: