changeset 1177:946ff3438d75

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
author Elliott Baron <ebaron@redhat.com>
date Thu, 18 Jul 2013 18:35:09 -0400
parents f7961cf1e440
children 28e5e0f88e71
files eclipse/com.redhat.thermostat.eclipse.target_platform/src/main/resources/thermostat-juno.target eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.1.0.201302221524"/>
 <unit id="org.eclipse.swtbot.feature.group" version="2.1.0.201302221524"/>
-<repository location="http://download.eclipse.org/technology/swtbot/releases/latest/"/>
+<repository location="http://download.eclipse.org/technology/swtbot/releases/2.1.0/"/>
 </location>
 </locations>
 </target>
--- 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 @@
     <repository>
       <id>swtbot</id>
       <layout>p2</layout>
-      <url>http://download.eclipse.org/technology/swtbot/releases/latest/</url>
+      <url>http://download.eclipse.org/technology/swtbot/releases/2.1.0/</url>
     </repository>
     <repository>
       <id>local_client</id>