I'm building an Eclipse RCP application, and am in the process of setting up the target platform.
In "Eclipse Rich Client Platform" 2nd edition it is noted that one should uncheck the "include required software" option when adding the RCP SDK
to the target definition, and install the Delta Pack
. This is mentioned across the web as well.
A second option, however, is to uncheck the "include required software" option, so that one can select "include all environments". This isn't mentioned in the book, but it is mentioned acros the web.
So my question basically is: When unchecking the "include required software", should I then (in terms of a "best practice" or similar)
- leave the "include all environments" unchecked, and install a Delta Pack, or
- check the "include all environments" option?
And furthermore, if 2. is preferrable, do I still have to install the Delta Pack, or is checking the option "include all environments" a full replacement for installing a Delta Pack?
Further info that might (?) influence answers: I plan to build with Tycho...
Many thanks in advance to all who help me!