diff options
| author | Laurent Redor | 2018-12-03 16:51:40 +0000 |
|---|---|---|
| committer | Laurent Redor | 2018-12-06 17:23:20 +0000 |
| commit | bf90a1f406eb4de22bc9065f290881e4acfe21df (patch) | |
| tree | acd7fae3a712ec957f1baaa373d757dd8b5d2c9a | |
| parent | 5090bd5c78d54772d892fb0a036541b0c70f326e (diff) | |
| download | org.eclipse.sirius-bf90a1f406eb4de22bc9065f290881e4acfe21df.tar.gz org.eclipse.sirius-bf90a1f406eb4de22bc9065f290881e4acfe21df.tar.xz org.eclipse.sirius-bf90a1f406eb4de22bc9065f290881e4acfe21df.zip | |
[542480] Use SwtBot 2.8 instead of 2.7
The version SwtBot 2.8 is not a release. But this version is enough
stable to be consumed (see forum exchanges [1] for details).
[1] https://www.eclipse.org/forums/index.php/mv/msg/1096393/1799256/#msg_1799256
Bug: 542480
Change-Id: If33d4e8a8055e335345cb9fe2fcaef2c8f30be7b
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
10 files changed, 44 insertions, 33 deletions
diff --git a/releng/org.eclipse.sirius.targets/capella/sirius_oxygen.targetplatform b/releng/org.eclipse.sirius.targets/capella/sirius_oxygen.targetplatform index b071fe9348..d88dce5472 100644 --- a/releng/org.eclipse.sirius.targets/capella/sirius_oxygen.targetplatform +++ b/releng/org.eclipse.sirius.targets/capella/sirius_oxygen.targetplatform @@ -1,7 +1,7 @@ target "sirius_capella_oxygen" include "../modules/orbit.tpd" -include "../modules/swtbot-2.7.tpd" +include "../modules/swtbot-2.8.tpd" include "../modules/shared-license.tpd" include "../modules/aql-3.7.tpd" include "../modules/acceleo-3.7.tpd" diff --git a/releng/org.eclipse.sirius.targets/modules/swtbot-2.8.tpd b/releng/org.eclipse.sirius.targets/modules/swtbot-2.8.tpd new file mode 100644 index 0000000000..a7c894a8f0 --- /dev/null +++ b/releng/org.eclipse.sirius.targets/modules/swtbot-2.8.tpd @@ -0,0 +1,11 @@ +target "swtbot-2.8" + +with source, requirements + +location SWTBot-2_8 "http://download.eclipse.org/technology/swtbot/milestones/2018-12-m3" { + org.eclipse.swtbot.eclipse.feature.group [2.8.0,2.9.0) + org.eclipse.swtbot.eclipse.gef.feature.group [2.8.0,2.9.0) + org.eclipse.swtbot.feature.group [2.8.0,2.9.0) + org.eclipse.swtbot.forms.feature.group [2.8.0,2.9.0) + org.eclipse.swtbot.ide.feature.group [2.8.0,2.9.0) +} diff --git a/releng/org.eclipse.sirius.targets/sirius_canary.target b/releng/org.eclipse.sirius.targets/sirius_canary.target index 6375c983df..28a3b33352 100644 --- a/releng/org.eclipse.sirius.targets/sirius_canary.target +++ b/releng/org.eclipse.sirius.targets/sirius_canary.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="sirius_canary" sequenceNumber="1535290054"> +<target name="sirius_canary" sequenceNumber="1543855088"> <locations> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.eclipse.license.feature.group" version="0.0.0"/> @@ -79,12 +79,12 @@ <repository id="GEF-LastSuccessful" location="https://ci.eclipse.org/gef/job/gef-legacy-master/lastSuccessfulBuild/artifact/update-site/"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> - <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.7.0.201805151425"/> - <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.7.0.201805151425"/> - <unit id="org.eclipse.swtbot.feature.group" version="2.7.0.201805151425"/> - <unit id="org.eclipse.swtbot.forms.feature.group" version="2.7.0.201805151425"/> - <unit id="org.eclipse.swtbot.ide.feature.group" version="2.7.0.201805151425"/> - <repository id="SWTBot-2_7" location="http://download.eclipse.org/technology/swtbot/milestones/photon-m7/"/> + <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.forms.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.ide.feature.group" version="2.8.0.201811271510"/> + <repository id="SWTBot-2_8" location="http://download.eclipse.org/technology/swtbot/milestones/2018-12-m3"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.eclipse.emf.feature.group" version="0.0.0"/> diff --git a/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform b/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform index 96ebd6139b..8c693fab7b 100644 --- a/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform +++ b/releng/org.eclipse.sirius.targets/sirius_canary.targetplatform @@ -32,7 +32,7 @@ location GEF-LastSuccessful "https://ci.eclipse.org/gef/job/gef-legacy-master/la } // We can not depend on the actual latest SWTbot build, it has too many API breaks compared to our reference version -include "modules/swtbot-2.7.tpd" +include "modules/swtbot-2.8.tpd" location EMF-Nightly "http://download.eclipse.org/modeling/emf/emf/builds/nightly/latest" { org.eclipse.emf.feature.group lazy diff --git a/releng/org.eclipse.sirius.targets/sirius_oxygen.target b/releng/org.eclipse.sirius.targets/sirius_oxygen.target index a56afbccde..6e54a39537 100644 --- a/releng/org.eclipse.sirius.targets/sirius_oxygen.target +++ b/releng/org.eclipse.sirius.targets/sirius_oxygen.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="sirius_oxygen" sequenceNumber="1539244504"> +<target name="sirius_oxygen" sequenceNumber="1543853930"> <locations> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.apache.log4j" version="0.0.0"/> @@ -20,12 +20,12 @@ <repository id="Orbit" location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> - <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.forms.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.ide.feature.group" version="2.7.0.201806111355"/> - <repository id="SWTBot-2_7" location="http://download.eclipse.org/technology/swtbot/releases/2.7.0/"/> + <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.forms.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.ide.feature.group" version="2.8.0.201811271510"/> + <repository id="SWTBot-2_8" location="http://download.eclipse.org/technology/swtbot/milestones/2018-12-m3"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.eclipse.license.feature.group" version="0.0.0"/> diff --git a/releng/org.eclipse.sirius.targets/sirius_oxygen.targetplatform b/releng/org.eclipse.sirius.targets/sirius_oxygen.targetplatform index b295836996..f20e30ab25 100644 --- a/releng/org.eclipse.sirius.targets/sirius_oxygen.targetplatform +++ b/releng/org.eclipse.sirius.targets/sirius_oxygen.targetplatform @@ -1,7 +1,7 @@ target "sirius_oxygen" include "modules/orbit.tpd" -include "modules/swtbot-2.7.tpd" +include "modules/swtbot-2.8.tpd" include "modules/shared-license.tpd" include "modules/aql-3.7.tpd" include "modules/acceleo-3.7.tpd" diff --git a/releng/org.eclipse.sirius.targets/sirius_photon.target b/releng/org.eclipse.sirius.targets/sirius_photon.target index 3f1cbca06c..8daa9eb810 100644 --- a/releng/org.eclipse.sirius.targets/sirius_photon.target +++ b/releng/org.eclipse.sirius.targets/sirius_photon.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="sirius_photon" sequenceNumber="1539244504"> +<target name="sirius_photon" sequenceNumber="1543855090"> <locations> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.apache.log4j" version="0.0.0"/> @@ -20,12 +20,12 @@ <repository id="Orbit" location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> - <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.forms.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.ide.feature.group" version="2.7.0.201806111355"/> - <repository id="SWTBot-2_7" location="http://download.eclipse.org/technology/swtbot/releases/2.7.0/"/> + <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.forms.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.ide.feature.group" version="2.8.0.201811271510"/> + <repository id="SWTBot-2_8" location="http://download.eclipse.org/technology/swtbot/milestones/2018-12-m3"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.eclipse.license.feature.group" version="0.0.0"/> diff --git a/releng/org.eclipse.sirius.targets/sirius_photon.targetplatform b/releng/org.eclipse.sirius.targets/sirius_photon.targetplatform index 4890444ff4..f1cffa8ff6 100644 --- a/releng/org.eclipse.sirius.targets/sirius_photon.targetplatform +++ b/releng/org.eclipse.sirius.targets/sirius_photon.targetplatform @@ -1,7 +1,7 @@ target "sirius_photon" include "modules/orbit.tpd" -include "modules/swtbot-2.7.tpd" +include "modules/swtbot-2.8.tpd" include "modules/shared-license.tpd" include "modules/aql-3.7.tpd" include "modules/acceleo-3.7.tpd" diff --git a/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.target b/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.target index 37d1c04ab1..d940de4b1d 100644 --- a/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.target +++ b/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="sirius_simrel-2018-09" sequenceNumber="1539244504"> +<target name="sirius_simrel-2018-09" sequenceNumber="1543855088"> <locations> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.apache.log4j" version="0.0.0"/> @@ -20,12 +20,12 @@ <repository id="Orbit" location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> - <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.forms.feature.group" version="2.7.0.201806111355"/> - <unit id="org.eclipse.swtbot.ide.feature.group" version="2.7.0.201806111355"/> - <repository id="SWTBot-2_7" location="http://download.eclipse.org/technology/swtbot/releases/2.7.0/"/> + <unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.eclipse.gef.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.forms.feature.group" version="2.8.0.201811271510"/> + <unit id="org.eclipse.swtbot.ide.feature.group" version="2.8.0.201811271510"/> + <repository id="SWTBot-2_8" location="http://download.eclipse.org/technology/swtbot/milestones/2018-12-m3"/> </location> <location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> <unit id="org.eclipse.license.feature.group" version="0.0.0"/> diff --git a/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.targetplatform b/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.targetplatform index f0c66c7bc9..154f60fdc8 100644 --- a/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.targetplatform +++ b/releng/org.eclipse.sirius.targets/sirius_simrel-2018-09.targetplatform @@ -1,7 +1,7 @@ target "sirius_simrel-2018-09" include "modules/orbit.tpd" -include "modules/swtbot-2.7.tpd" +include "modules/swtbot-2.8.tpd" include "modules/shared-license.tpd" include "modules/aql-3.7.tpd" include "modules/acceleo-3.7.tpd" |
