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

Dowloading the project

Revision as of 11:46, 17 August 2007 by S.bejakovic.gmail.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Back to the top