开发者

How does Eclipse determine which projects to load for a particular workspace?

开发者 https://www.devze.com 2023-01-12 21:26 出处:网络
Does anyone know how Eclipse determines which projects are in a particular workspace? Is there a config file somewhere with this info? I have struggled (in vain) for several hours trying to figure thi

Does anyone know how Eclipse determines which projects are in a particular workspace? Is there a config file somewhere with this info? I have struggled (in vain) for several hours trying to figure this out. I'd like to be able to edit this config / che开发者_如何学Pythonck it into SVN...


I think Eclipse works much better if you manage just the individual projects in your version control system.

You can publish the set of projects that make up a workspace as a Project Set File (an XML file that can be created as Export > Team > Project Set), which you could put in your repository. This file contains the repository location for all projects, so that they can be checked out all at once.


I agree with Thilo that it is not a good idea to put the workspace metadata into your version control system.

However, in the spirit of answering the question and letting others make their own value decisions: The directory ${workspace_loc}/.metadata/.plugins/org.eclipse.core.resources/.projects should contain one directory for each project that eclipse uses to keep track of where the project is on disk and a whole bunch of other information.

0

精彩评论

暂无评论...
验证码 换一张
取 消