Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Equinox/p2/Examples

< Equinox‎ | p2

Getting the code

  1. Get the most recent 3.6 build available (http://download.eclipse.org/eclipse/downloads/)
  2. Create a CVS repository location for ":pserver:anonymous@dev.eclipse.org:/cvsroot/rt". Hint: Select the quoted text, open the CVS Repositories view, and select Paste Connection or hit Ctrl+V to add the connection
  3. Expand HEAD > org.eclipse.equinox > p2
  4. Checkout "org.eclipse.equinox.p2.releng"
  5. Import the "examples.psf" project set by right clicking on the file in the Package Explorer and clicking Import Project Set... in the releng project you just checked out.

Back to the top