I am developing an Eclipse plugin based on a bunch of core Eclipse plugins like SWT, JDT, GEF and others.
I need my plugin for compatibility with Eclipse 3.3, as many potential clients still use it. However, I personally like the new features in Eclipse 3.4 and would like to use it for my development. This means that I need a PDE to reference code 3.3, and when debugging, an instance of 3.3.
Any tips on how this can be achieved?
Thanks.
zvikico
source share