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
Line 3: Line 3:
 
== Getting the code ==
 
== Getting the code ==
  
# Create a CVS repository connection to
+
# 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
 
+
# Expand HEAD -> equinox-incubator > provisioning
  :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
+
# Checkout org.eclipse.equinox.prov.releng
 
+
# File > Import > Team Project Set. Select "projectSet.psf" in the releng project checked out above
Hint: Select the above, open the CVS Repositories view, and select "Paste Connection" or hit Ctrl+V to add the connection
+
# 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)
 
+
# Expand
+
 
+
  
 
== Running the tests ==
 
== Running the tests ==
  
 
== Using the console ==
 
== Using the console ==

Revision as of 18:13, 5 April 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