Any way to automate Eclipse workspace setup?

前端 未结 3 577
南笙
南笙 2020-12-17 03:40

I recently started setting up a new Eclipse Workspace for a new project I am working on. It requires checking out from a variety of CVS repositories, including setting up a

3条回答
  •  自闭症患者
    2020-12-17 04:09

    You can find an overview of Scripting Tools/Plugins in the eclipse wiki.

    To save RampUpTime for new employees you could also:

    • File -> Import -> Install Software Items from File for a base-setup of plugins.
    • Share your perferences with File -> Import -> Remote Preferences

提交回复
热议问题