In my RCP application, I would like to specify the property ( osgi.java.profile ) in a file and would rather use paths relative to my dir installation and configuration.
Is there a specific specification of which variables are supported in config.ini?
@ config.dir seems to be supported, there are links in the built-in, and it is always referred to as a typical example (for example, this SO answer ) However, looking at documents such as Eclipse help / "Run-time parameters" , it is mentioned several "symbolic places" such as @ user.home; however this seems rather limited and does not include @ config.dir.
And they even dug org.eclipse.osgi into the sources, and did not find references to this (I found the LocationManager and its hard-coded variable replacements for @ user.dir and co). Is there any way to refer to arbitrary properties of the system?
Is this @ config.dir special case handled only by P2? UPDATE: it seems to be so. looking at the Eclipse SDK, About .. The configuration dialog shows @ config.dir unresolved, probably taken literally Equinox ..
Thanks for any tips.
inger
source share