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

Difference between revisions of "SWTBot/Contributing"

m (change svn url)
(Getting the source)
Line 5: Line 5:
 
You can use a git mirror of that repository:
 
You can use a git mirror of that repository:
  
{{codeblock|git clone git://github.com/ketan/SWTBot.git}}
+
{{codeblock|git clone git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git}}
+
 
You can also browse the repository using a web interface: [http://github.com/ketan/swtbot Git]
+
You can also browse the repository using [https://git.eclipse.org/c/swtbot/org.eclipse.swtbot.git/ a web interface] or even by monitoring the [https://github.com/eclipse/swtbot mirror of the repository on GitHub].
  
 
== Building SWTBot ==
 
== Building SWTBot ==

Revision as of 10:00, 15 September 2011


SWTBot
Website
Update Sites
Community
Mailing List
Forums/Newsgroups
IRC
Contribute
Open Bugzilla tickets
Open Gerrit reviews
Browse Source
Continuous Integration


Getting the source

You can use a git mirror of that repository:

git clone git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git

You can also browse the repository using a web interface or even by monitoring the mirror of the repository on GitHub.

Building SWTBot

See org.eclipse.swtbot.releng/readme.txt in the repository for instructions on how to build SWTBot.

See Dev Setup For Recorder Branch to setup your development environment with the branch that contains the recorder.

Contributing

Patches and contributions are always welcome! There are many general articles about contributing to Eclipse projects:

See also

Back to the top