How to remove old versions of Eclipse plugins?

后端 未结 11 2138
南方客
南方客 2020-12-13 02:06

After update, old Eclipse plugins remain in \"plugins\" folder (there are also leftovers in \"features\" folder).

Is there a way to remove those automatically?

11条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 03:09

    With Ganymede (3.4), the correct way to manage your plugins would be to drop them in the 'dropins' folder:

    \[eclipse\]/dropins/eclemma1.3.1/eclipse/(plugins|features)
    

    That plugin will be detected by the 'p2' provisioning mechanism and used, but not copied in the plugins and features directories of eclipse. It stays in the dropins folder.

    When you will drop eclemma1.3.2, all you have to do is delete eclemma1.3.1 from your dropins directory, and that old version is gone.

提交回复
热议问题