Importing/Exporting Project Preferences

前端 未结 4 1638
清歌不尽
清歌不尽 2020-12-02 17:08

Having a bit of a problem,

Due to the source-control set-up we use, each bug/enhancement is worked on in a new branch. This is fine, but when in Eclipse, we need to

4条回答
  •  攒了一身酷
    2020-12-02 17:56

    The project-specific settings (contrary to the already mentioned workspace-specific settings) are stored in two hidden files in the project: .classpath and .project, which you might be able to reuse to setup your projects.

提交回复
热议问题