I'm organizing a build of an Eclipse RCP.
Using the p2-director
, one property is the profile
. The Eclipse documentation only states the below explanation, which isn't that clear in my view.
-profile: the profile id containing the description of the targeted product. This ID is is defined by the eclipse.p2.profile property contained in the config.ini of the targeted product. For the Eclipse SDK the ID is "SDKProfile"
So my question is this:
What is the profile used for, what does it describes and how can I ensure I use it properly?
Does anybody have a better explanation or a link to a proper documentation?
SDKProfile
, although within one RCP app it won't hurt to call it that. – Welldone