Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox/p2/Examples"

< Equinox‎ | p2
 
 
Line 1: Line 1:
 
* [[Equinox/p2/Adding_Self-Update_to_an_RCP_Application | Adding Self Update to an RCP application]]
 
* [[Equinox/p2/Adding_Self-Update_to_an_RCP_Application | Adding Self Update to an RCP application]]
 +
 +
== Getting the code ==
 +
# Get the most recent 3.6 build available (http://download.eclipse.org/eclipse/downloads/)
 +
# 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
 +
# Expand '''HEAD > org.eclipse.equinox > p2'''
 +
# Checkout "org.eclipse.equinox.p2.releng"
 +
# 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.

Latest revision as of 17:33, 22 March 2010

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