The workspace is c:\cpdev\workspace. I have a project called keyview and its located in c:\cpdev\workspace\keyview53\keyview. I’ve deleted that project and created another project called cpRuss. I want to rename the Keyview53 to Projects and have the cpRuss project reside in c:\cpdev\workspace\Projects\cpRuss. Using refactor or move doesn’t work.
My config is:
eclipse: 3.0.2
myeclipse 3.8.4+QF2
recentWorkspaces.xml is:
<?xml version=”1.0″ encoding=”UTF-8″?>
<launchWorkspaceData>
<protocol version=”1″/>
<alwaysAsk showDialog=”1″/>
<recentWorkspaces maxLength=”5″>
<workspace path=”C:\eclipse\workspace”/>
<workspace path=”C:\eclipse\workspace\Projects”/>
<workspace path=”C:\cpdev\workspace\Projects”/>
<workspace path=”C:\cpdev\workspace\Projects_clean”/>
</recentWorkspaces>
</launchWorkspaceData>