Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tasse2016-09-28 15:59:02 +0000
committerPatrick Tasse2016-09-28 15:59:02 +0000
commitc517477de465c5cecf88eb472669383ef665bfe3 (patch)
tree008a28570f08eb318c911804f43158a5bc4afa7c /devtools/oomph
parent469600ea5498c4bf9ad855a039829d8f3b5a7193 (diff)
downloadorg.eclipse.swtbot-c517477de465c5cecf88eb472669383ef665bfe3.tar.gz
org.eclipse.swtbot-c517477de465c5cecf88eb472669383ef665bfe3.tar.xz
org.eclipse.swtbot-c517477de465c5cecf88eb472669383ef665bfe3.zip
Up to 2.6.0
Change-Id: I1c41441d9f9dda47338bb10ac811fc4704ce9971 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Diffstat (limited to 'devtools/oomph')
-rw-r--r--devtools/oomph/SWTBot.setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/devtools/oomph/SWTBot.setup b/devtools/oomph/SWTBot.setup
index a1247d68..2b230c9c 100644
--- a/devtools/oomph/SWTBot.setup
+++ b/devtools/oomph/SWTBot.setup
@@ -366,9 +366,9 @@
<setupTask
xsi:type="pde:APIBaselineTask"
name="swtbot-latest"
- version="2.4.0"
- location="${installation.location}/api/v2.4/"
- remoteURI="http://download.eclipse.org/technology/swtbot/releases/2.4.0/repository.zip"/>
+ version="2.5.0"
+ location="${installation.location}/api/v2.5/"
+ remoteURI="http://download.eclipse.org/technology/swtbot/releases/2.5.0/repository.zip"/>
<setupTask
xsi:type="projects:ProjectsImportTask">
<sourceLocator

Back to the top