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/Releases"

(New page: Use Eclipse Install mechanism to install SWTBot. From Eclipse, use 'Help > Install New Software..." with the following sites == SWTBot 2.1.1 (Snapshot) == === p2 Site === Latest snapshot...)
 
Line 1: Line 1:
 +
{{SWTBot}}
 +
 
Use Eclipse Install mechanism to install SWTBot. From Eclipse, use 'Help > Install New Software..." with the following sites
 
Use Eclipse Install mechanism to install SWTBot. From Eclipse, use 'Help > Install New Software..." with the following sites
 +
 +
== Latest Release ==
 +
 +
Latest release is always available at http://download.eclipse.org/technology/swtbot/releases/latest/. It is current SWTBot 2.1.0.
 +
 +
== Latest Snaoshot ==
 +
 +
Snapshots build for current development streams are always available at http://download.eclipse.org/technology/swtbot/snapshots . It is currently SWTBot 2.1.1.
  
 
== SWTBot 2.1.1 (Snapshot) ==
 
== SWTBot 2.1.1 (Snapshot) ==
  
 
=== p2 Site ===
 
=== p2 Site ===
Latest snapshot build (produced by CI builds from the last commit) are always available at http://download.eclipse.org/technology/swtbot/snapshots . It is currently SWTBot 2.1.1.
+
 
 +
See [[#Latest Snaoshot]]
  
 
=== Changelog ===
 
=== Changelog ===
Line 14: Line 25:
 
=== p2 Site ===
 
=== p2 Site ===
  
Latest release is always available at http://download.eclipse.org/technology/swtbot/releases/latest/. It is current SWTBot 2.1.0 (tested on Juno and later, most likely compatible with older Helios, Indigo, Juno, Kepler and later).
+
http://download.eclipse.org/technology/swtbot/releases/2.1.0/
  
 
=== Changelog ===
 
=== Changelog ===
  
 
* Fixes to support Eclipse 4.2
 
* Fixes to support Eclipse 4.2
* [SWTBot/Test Recorder and Generator|Test Recorder and Generator]
+
* [[SWTBot/Generator|Test Recorder and Generator]]
 
* Stop using <tt>org.junit4 bundle</tt> in favor of <tt>org.junit;bundle-version="4,5,0"</tt>
 
* Stop using <tt>org.junit4 bundle</tt> in favor of <tt>org.junit;bundle-version="4,5,0"</tt>
  

Revision as of 04:53, 25 March 2013


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


Use Eclipse Install mechanism to install SWTBot. From Eclipse, use 'Help > Install New Software..." with the following sites

Latest Release

Latest release is always available at http://download.eclipse.org/technology/swtbot/releases/latest/. It is current SWTBot 2.1.0.

Latest Snaoshot

Snapshots build for current development streams are always available at http://download.eclipse.org/technology/swtbot/snapshots . It is currently SWTBot 2.1.1.

SWTBot 2.1.1 (Snapshot)

p2 Site

See #Latest Snaoshot

Changelog

To be completed with actual development

SWTBot 2.1.0 (Latest release)

p2 Site

http://download.eclipse.org/technology/swtbot/releases/2.1.0/

Changelog

Breaking changes

  • Some bundles and features containing junit4 in their ids were renamed to contains junit instead.

SWTBot 2.0.5

Compatible with Eclipse Helios, Indigo and Juno (with some more or less important bugs)

p2 Site

http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site

Other downloads

http://download.eclipse.org/technology/swtbot/helios/dev-build/

Change log

TODO: link to old changelog


SWTBot 2.0.4

Compatible with Eclipse Galileo

p2 Site

http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site

Other downloads

http://download.eclipse.org/technology/swtbot/galileo/dev-build/

Change log

TODO: link to old changelog


SWTBot 2.0.3

Compatible with Eclipse Ganymede

p2 Site

http://download.eclipse.org/technology/swtbot/ganymede/dev-build/update-site

Other downloads

http://download.eclipse.org/technology/swtbot/ganymede/dev-build/

Change log

TODO: link to old changelog

Back to the top