Reputation: 7590
Is there an easy way to get a list of the plugins from an old version of Eclipse into the latest version. I have my current version with all the plugins I want. Now I want to upgrade to the nice shiny and new version but I need to make sure all my current list of plugins work. I would prefer to have to hunt and peck to install plugins in the latest version. I would think there would be a file in the old installation I could just copy into the new installation and tell eclipse install all these plugins if compatible.
Thanks
Upvotes: 33
Views: 16746
Reputation: 22070
If your old version is at least 3.7, then you can do this:
Upvotes: 63
Reputation: 3124
From your new eclipse you can also Use.
Upvotes: 9
Reputation: 2020
There are two main issues with copying the old plugins to a new version of Eclipse.
Generally the simplest way to get the correct plugins is to use the Eclipse tools to get the plugins from their update sites. This ensures you have the correct / latest version that works with the version of Eclipse you are now using.
You can get the list of updates sites used from the old Eclipse by selecting Windows / Preferences / "Install/Update" / Available Software Sites. Select the update sites you want to keep, then click Export... You can then import them into the new Eclipse. Just beware update sites that are Eclipse version specific!
Upvotes: 0