view eclipse/com.redhat.thermostat.eclipse.target_platform/src/main/resources/thermostat-juno.target @ 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 2d799b581c7b
children 9aae3ae1716f
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="Thermostat Eclipse" sequenceNumber="29">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.sdk" version="4.2.2.M20130204-1200"/>
<repository location="http://download.eclipse.org/releases/juno"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.redhat.thermostat.client.feature.feature.group" version="0.12.0.SNAPSHOT"/>
<repository location="file:${eclipse-root}/composite-repo/target/composite-repo/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.redhat.thermostat.eclipse.test.deps.feature.feature.group" version="0.12.0.SNAPSHOT"/>
<repository location="file:${eclipse-root}/test-deps-p2-repository/target/repository/"/>
</location>
<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/2.1.0/"/>
</location>
</locations>
</target>