[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: How to add plugins manually (3.5M4)?

R.M.Morrien schrieb:
Great! It works. Even in my personal configuration area.

Now I know to use dropins it is much easier to find relevant documentation like:
http://wiki.eclipse.org/Equinox_p2_Getting_Started#Disk_layout


I do like the options dropins gives me to structure my plugins.

Thank you very much!

Martijn

great to hear that it works for you
if you have some eclipse installations and want to share dropins,
then you can start eclipse with

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/YourPath/YourSharedDropinFolder


and in this shared dropins folder you can place plug-ins same way as with dropins of eclipse installation


then P2 watches both dropins folders: the one from eclipse installation and the shared one

ekke