I'm developing an RCP application where I need to install, update and
uninstall some features programmatically. Right now I'm using the
org.eclipse.update.operations.OperationManager to create my install,
update and uninstall operations.
As Eclipse Ganymede offers P2 to handle updates/installs I wonder if
there are examples how to perform the same commands using p2. Is this
possible and how complicated will this be?
After spending hours and hours with the P2 UI code I still haven't got an
idea how it really works. As I've already spent a lot of time to solve
this issue I would be very grateful for any advise.