Http://www.eclipsezone.com/eclipse/forums/t28376.html
Sometimes you wowould like to remove an obsolete workspace from eclipse. Suppose you have made a test workspace to try some things out and now you don't wont and don't need it anymore.
If you remove the workspace from your disk, it'll still appear in the workspace launcher, when you start up eclipse.
So, how do you get rid of it?
Ecplise is storing the workspace information in a preferences file called "org. eclipse. UI. IDE. prefs ". this file is located under "% eclipse_home %/configuration /. settings "and contains a key named" recent_workspaces ". the value of this key contains a comma seperated list of workspaces, more precisely the path to the workspaces. if you delete one of the entries, it'll disappear from the workspace launcher.
What you have to do is the following:
* Exit eclipse
* Delete the workspace from your disk
* Delete the path pointing to your obsolet workspace in the mentioned preferences File
* Start eclipse
You shouldn't see the workspace anymore in your workspace Launcher