What is the recommended target platform setup? Or: How can I build and run my RCP app against a different version of the Eclipse base?
With the default setup of the Eclipse SDK, plug-ins are developed against the same plug-in configuration used by the IDE itself. However, it is possible to configure the IDE to build, run and deploy against a different version of the eclipse base, via the Plug-in Development > Target Platform preference page. Configuring the target platform is highly recommended in order to avoid introducing unwanted dependencies on IDE plug-ins into your RCP app.
Related Questions
- How do I configure Setup Manager to build configuration sets that use a user name and password that is different from the user name and password that I used when I first installed the OPK?
- What is the recommended target platform setup? Or: How can I build and run my RCP app against a different version of the Eclipse base?
- What version of Microsoft Visual Studio is required to build the Platform SDK samples?