I usually move my .metadata folder, restart eclipse (which recreates the .metadata folder), import existing projects, and then turn off eclipse and restore the following folders from the old one. metadata to new:
.metadata \ .plugins \:
- org.eclipse.core.runtime
- org.eclipse.debug.core
- org.eclipse.debug.ui
- org.eclipse.search
- org.eclipse.ui.workbench
- org.eclipse.ui.workbench.texteditor
- org.tigris.subversion.subclipse.ui
This will restore a large number of settings that you had before, and save some time on reset. This list is not exhaustive, there are more settings folders that can be restored, but for me it was the most useful.
Stijn geukens
source share