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

Difference between revisions of "Equinox/p2/Getting Started"

< Equinox‎ | p2
(Using the console)
Line 14: Line 14:
  
 
[[Category:Provisioning]]
 
[[Category:Provisioning]]
 +
[[Category:Equinox]]

Revision as of 10:33, 3 May 2007

Getting the code

  1. Create a CVS repository connection to ":pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse". Hint: Select the quoted text, open the CVS Repositories view, and select "Paste Connection" or hit Ctrl+V to add the connection
  2. Expand HEAD -> equinox-incubator > provisioning
  3. Checkout org.eclipse.equinox.prov.releng
  4. File > Import > Team Project Set. Select "projectSet.psf" in the releng project checked out above
  5. Follow the instructions in com.thoughtworks.xstream/README.txt to load the xstream code (this is temporary until we sort out a story for XML serialization)

Running the tests

Using the console

Back to the top