Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Changelogs and specific version updates

On 13.06.2013 18:17, Pascal Rapicault wrote:
I'm not sure if you are talking about the GUI aspects or just the capabilities of the model  .
But on the model side each IU has an update descriptor (IUpdateDescriptor) which contain a description, a priority, and a few other things.
At this point, this information is never shown in the p2 UI.

I see -- I have missed IUpdateDescriptor.getDescription. Is there expectation that HTML should work there?
Regarding UI -- I assume there are no current plans to make it show description?

As for choosing which update gets installed, if you are using the UpdateOperation (see class of this name in the
org.eclipse.equinox.p2.operations bundle) then you will see that you can chose which update to apply.

Yep, but does it have any UI support? When I try with a test update site having versions 1.79 and 1.80 of certain
IU, the "Check for Updates" dialog box offers only 1.80 as installation option, and I see no checkboxes that would
show me older versions.


--
Vladimir Prus
CodeSourcery / Mentor Graphics
http://www.mentor.com/embedded-software/


Back to the top