I have an Eclipse RCP project that's targeted to Eclipse 3.4. Now that 3.5 is out and I'm using it, and while I don't have any reason to change my plugin to target the 3.5 platform, I'm left wondering how exactly is one supposed to do it.
I can't seem to find any option which lets me change a plugin's target platform after it's been created. The plugin.xml
has a line which says <?eclipse version="3.4"?>
. It can't be as simple as that right?