# HG changeset patch # User Elliott Baron # Date 1374186909 14400 # Node ID 946ff3438d75e25409ad1aa57d5a27e5117b0ffb # Parent f7961cf1e44073f4610115b4313b050ce0d4f596 Fix Eclipse target definition (SWTBot) One of the Eclipse test dependencies, SWTBot, has recently put out a new release. The update site we were referencing points to the newest release, but the target definition expects a specific version. SWTBot has an update site that points specifically to the release we were using, so I have modified our target definition and tests to use that update site instead. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-July/007517.html diff -r f7961cf1e440 -r 946ff3438d75 eclipse/com.redhat.thermostat.eclipse.target_platform/src/main/resources/thermostat-juno.target --- a/eclipse/com.redhat.thermostat.eclipse.target_platform/src/main/resources/thermostat-juno.target Thu Jul 18 18:33:49 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.target_platform/src/main/resources/thermostat-juno.target Thu Jul 18 18:35:09 2013 -0400 @@ -16,7 +16,7 @@ - + diff -r f7961cf1e440 -r 946ff3438d75 eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml Thu Jul 18 18:33:49 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml Thu Jul 18 18:35:09 2013 -0400 @@ -22,7 +22,7 @@ swtbot p2 - http://download.eclipse.org/technology/swtbot/releases/latest/ + http://download.eclipse.org/technology/swtbot/releases/2.1.0/ local_client