smwikipedia
smwikipedia

Reputation: 64423

Where is "Product Configuration" for Eclipse Mars to config plugin locations?

I want to share plugins among different eclipse instances. I found this article about changing eclipse plugin location. It use the Help > Software Updates > Manager Configuration to do that. But I can't find in latest eclipse mars. Where is it? Or is this approach deprecated?

Upvotes: 1

Views: 54

Answers (1)

E-Riz
E-Riz

Reputation: 33024

p2 Bundle Pooling, which is the capability you're looking for, is not easy to work with "by hand," it's really intended to be used by tools, not humans (in my opinion). The good news is that you can use the Eclipse Installer (Oomph) and tell it to use bundle pooling.

Upvotes: 3

Related Questions