| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| 27 | 28 | 29 | 30 | 1 | 2 | 3 |
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
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 !




Saved me
Thanks for sharing this info.
Installing the eclipse flex plugin indeed ruined my SVN (subclipse) install. I removed flex, reinstalled subclipse, created the dirs and file you said to, reinstalled flex and svn is still working!
Cheers,
Oren
Hi, I've been using
How to install Flex plugin into MyEclipse6
Hi,
I'm using MyEclipse from last few months.Now i want to install Flex plugin into MyEclipse6. I downloaded the Flex plugin for My Eclipse.But while installing it's showing a message like Uncompatable Eclipse with this...Please help me to solve this.
Thanks
Jayavardhan
Try asking with full details
Try asking with full details on something like the FlexCoders Yahoo Groups mailing list.
Is MyEclipse not available
Is MyEclipse not available as a plugin too ?
Tom