Skip to content

Commit ac6f3fa

Browse files
committed
Switch to 2024-09 stream
Also explicitly use swtbot-latest repo as per https://www.eclipse.org/lists/swtbot-dev/msg00890.html it might fix issues seen in master build.
1 parent 715bf72 commit ac6f3fa

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
</environment>
175175
</environments>
176176
<target>
177-
<file>${maven.multiModuleProjectDirectory}/releng/org.eclipse.linuxtools.target/linuxtools-e4.32.target</file>
177+
<file>${maven.multiModuleProjectDirectory}/releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target</file>
178178
</target>
179179
</configuration>
180180
</plugin>

releng/org.eclipse.linuxtools.target/linuxtools-e4.32.target releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="linuxtools-e4.32" sequenceNumber="3">
3+
<target name="linuxtools-e4.33" sequenceNumber="3">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<unit id="com.github.jnr.a64asm" version="1.0.0.v20230715-0746"/>
@@ -11,7 +11,7 @@
1111
<unit id="org.apache.httpcomponents.httpclient" version="4.5.14"/>
1212
<unit id="org.codelibs.nekohtml" version="2.1.3.v20240413-0800"/>
1313
<unit id="org.codelibs.nekohtml.source" version="2.1.3.v20240413-0800"/>
14-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
14+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
1515
</location>
1616
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
1717
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
@@ -36,7 +36,7 @@
3636
<unit id="jakarta.activation-api" version="0.0.0"/>
3737
<unit id="jakarta.inject.jakarta.inject-api" version="2.0.1"/>
3838
<unit id="bcprov" version="0.0.0"/>
39-
<repository location="https://download.eclipse.org/eclipse/updates/4.32-I-builds/"/>
39+
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/"/>
4040
</location>
4141
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
4242
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
@@ -55,15 +55,18 @@
5555
<repository location="https://ci.eclipse.org/cdt/job/cdt/job/main/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository/"/>
5656
</location>
5757
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
58-
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
59-
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
6058
<unit id="org.eclipse.dstore.core" version="0.0.0"/>
6159
<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
6260
<unit id="org.eclipse.ptp.rdt.sync.feature.group" version="0.0.0"/>
6361
<unit id="org.eclipse.zest.feature.group" version="0.0.0"/>
6462
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
6563
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
66-
<repository location="https://download.eclipse.org/releases/2024-06/"/>
64+
<repository location="https://download.eclipse.org/releases/2024-09/"/>
65+
</location>
66+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
67+
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
68+
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
69+
<repository location="https://download.eclipse.org/technology/swtbot/releases/latest/"/>
6770
</location>
6871
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
6972
<unit id="org.eclipse.reddeer.eclipse.feature.feature.group" version="0.0.0"/>
@@ -283,4 +286,4 @@
283286
<launcherArgs>
284287
<programArgs>-consolelog</programArgs>
285288
</launcherArgs>
286-
</target>
289+
</target>

0 commit comments

Comments
 (0)