So I'm working on an RCP app and would like to configure my app to allow
updates using p2.
I've added the following required plugins to my RCP MANIFEST.MF:
org.eclipse.equinox.p2.ui
org.eclipse.equinox.p2.ui.sdk
org.eclipse.equinox.p2.ui.sdk.scheduler
(then I click add required plugins to my launch/product config to get
the rest)
Anyways, I'm able to launch my app, and have the
Help->Check For Updates
Help->Install New Software
options, but when I try to install software, I'm "missing" the top part
of the UI. I have the filter input, the name/version TableViewer, the
details section, the checkbox section, and the back/next/cancel section.
I'm only missing the part I want: the "work with"/ add button section...
My suspicion is I'm just missing a required plugin, but maybe I need to
change some config settings, or actually do some coding :)