Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Standalone plugin update via p2

Hi,

I think the following two commands should be sufficient. To start with, obtain the list of all features explicitly installed into Eclipse (aka roots):
> /path/to/eclipse -nosplash -application org.eclipse.equinox.p2.director -listInstalledRoots
Then, perform an update operation for the desired roots against desired p2 repos:
> /path/to/eclipse -nosplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/kepler -uninstallIU root1,root2,etc -installIU root1,root2,root3

Kind regards,
Mikhail Kalkov


Från: "frank jakop" <frank.jakop@xxxxxxxxx>
Till: p2-dev@xxxxxxxxxxx
Skickat: onsdag, 21 aug 2013 7:10:27
Ämne: [p2-dev] Standalone plugin update via p2

Good morning,

up to Indigo there was a nice possibility to update my eclipse installation's plugins headless via org.eclipse.update.standalone application.


This has been replaced with the p2 API since Juno, relating to 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=311590

Is there any documentation how to achieve a headless update for an eclipse installation with the p2 API?


Best Regards

Frank
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top