Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specifying a target folder for Eclipse 3.4+ plugins when installing via Software Updates

After searching around I see that eclipse 3.4/3.5 now allow you to use their 'dropin' folder to manually install plugins.

This works well in a situation where you have already downloaded the feature and plugin files, however in cases where you use the Software Updates feature to simply point to a URL and download a plugin, you don't appear to have control over what folder the plugin is installed into.

Is it possible to force plugins to be installed to an arbitrary dropin folder, or otherwise export a plugin to a location so that it can be shared with other people's eclipse installations?

I'd prefer not to have to comb through the plugin info and manually determine which plugin jars to copy into a dropin folder :P

Thanks

like image 886
Gegtik Avatar asked Nov 15 '22 15:11

Gegtik


1 Answers

I think the answer in this thread and the mentioned blog post of Michael Scharf can be useful for you, although the procedure is not as simple as it should be :(

like image 103
Csaba_H Avatar answered Jan 19 '23 23:01

Csaba_H