• Entries (RSS)
  • Comments (RSS)

Remove recent workspaces from WID workspace selector dialog box

Posted by | Posted in Websphere Process Server / Integration Developer | Posted on 04-06-2008

Tagged Under : , ,

Remove recent workspaces from WID workspace selector dialog box.

If we want to remove or edit the recent workspace list from WebSphere Integration Developer Workspace launcher dialog box, follow the following instructions.

Go to WID_INSTALL_DIR\eclipse\configuration\org.eclipse.ui.ide\ and edit the recentWorkspaces.xml. There will be some entries like

<recentWorkspaces maxLength="5">
<workspace path="D:\Workspace\WID"/>
</recentWorkspaces>

Remove the entry you want and save the file. Next time when you start the WID, it wouldn’t show the unwanted workspace again.

Share

Read More

Post a Comment