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.
Dowloading the project
The project consists of two plugins: the main plugin, org.eclipse.soc.ohftest
; and the test plugin, org.eclipse.soc.ohftest.tests
. The main plugin only has dependencies on Eclipse core and ui elements, and should work in most any Eclipse installation. The tests plugin has a dependency on the main plugin, and additionally on the junit plugin, which also comes with the standard Eclipse distribution.
The project can be downloaded using CVS, using the following settings:
Host name: org.eclipse.soc
Repository path: /cvsroot/soc
User: anonymous
Password: (leave blank)
Connection type: pserver
The plugins are in the org.eclipse.soc.ohftest/plugins
directory.