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

SWTBot/Contributing

< SWTBot
Revision as of 02:09, 12 March 2009 by Unnamed Poltroon (Talk) (Get the source)

Get the source

The source code of the SWTBot project can be found in the Subversion repository. It contains the usual SVN directory structure TRUNK, BRANCHES, and TAGS. The development version of the code (HEAD) can be found in TRUNK.

Browse the repository:

You can check out from the SVN/git repository all the single plug-ins by hand, and refer to the readme.txt file inside the org.eclipse.swtbot.releng plugin to setup your environment.

Contributing

There are many articles about contributing to Eclipse projects like Remy Suens blog or the Mylyn Contributor reference.

Back to the top