How to make your Eclipse plugin list survive an Eclipse upgrade

If you are playing around with the Linux version of Flex Builder, CFEclipse, or generally mucking about with your Eclipse, or need to upgrade to a new Eclipse version, you've no doubt been annoyed at the way this removes all your carefully installed plug-ins.
Fortunately there is a way to keep them across Eclipse re-installs.

All you need to do is create a few magic directories and one file:

# mkdir -p ~/eclipse-plugins/eclipse/features
# mkdir -p ~/eclipse-plugins/eclipse/plugins
# cat ~/eclipse-plugins/eclipse/.eclipseextension
name=My Eclipse Plugins
id=my.eclipse.plugins
version=1.0.0
#

Then in Eclipse itself, go to Help, Updates, Manage.
Right click the top of the tree, and choose Add, Extension location.
Pick the directory you created above.
Eclipse will want to restart so your should probably let it.

The next time you install a new plug-in, make sure on the final install screen you change the 'installation directory'.

The next time you have to blow away Eclipse, you can just re-add the extension location to get all the plug-ins installed into it back, hurrah !

Hi, I've been using

I've been using MyEclipse + Flex Builder 2 plugin, as well as a bunch 
of other plugins (RadRails, Database Explorer, SVN, etc) for about 6 
months. 

The makers of MyEclipse tell me they don't officially support Flex 
Builder. So when I eventually upgrade to FB3, I'm considering 
installing the FB3 application by itself. 

Since FB3 is based on Eclipse, can I then recreate my existing 
development environment by installing the other plugins mentioned above?

 Is MyEclipse not available

 Is MyEclipse not available as a plugin too ?

Tom

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
topical-homopterousif you are reading this, don't click it as it will mark you as a spammer
if you are reading this, don't click it as it will mark you as a spammer