Sharing eclipse specific settings across workspaces:
- Go to
${old_workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings - Copy everything under the above directory to
${new_workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings
This is going to make sure that the ${new_workspace} is having the same configuration as the ${old_workspace}
Hope this helps. Update in case of any issues.