1、eclipse不同workspace共用同一设置:
See:https://stackoverflow.com/questions/2078476/how-to-share-eclipse-configuration-over-different-workspaces
1).Go to ${old_workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings
2).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}