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 ----- Ursprungligt meddelande ----- Från: "frank jakop" <[email protected]> Till: [email protected] 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 [email protected] https://dev.eclipse.org/mailman/listinfo/p2-dev
_______________________________________________ p2-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/p2-dev
