Bug 309874 - [discovery] provide RCP example for discovery based extension install
Summary: [discovery] provide RCP example for discovery based extension install
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.5   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.6   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 290973
  Show dependency tree
 
Reported: 2010-04-20 16:56 EDT by Steffen Pingel CLA
Modified: 2010-04-25 01:36 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2010-04-20 16:56:03 EDT
Extend one of the P2 example applications with a P2 discovery based extension install mechanism:

* Contribute a menu item that displays the extension install wizard
* Support installation of a sample extension from the wizard
* Provide releng project to build RCP application
Comment 1 Steffen Pingel CLA 2010-04-25 01:36:33 EDT
I have added two new sample projects under dev.eclipse.org:/cvsroot/rt/org.eclipse.equinox/p2/examples/:

 org.eclipse.p2.examples.rcp.discovery
 org.eclipse.p2.examples.rcp.discovery.releng 

The first one is a 2.0 version of the org.eclipse.p2.examples.rcp.cloud example. If the repository location in the p2.inf of the cloud example is pointed to the repository that contains a build of the discovery example the check for updates in the cloud example will succeed. I am planning on posting more details to http://wiki.eclipse.org/Equinox/p2/Discovery in the next couple of days.