Skip to content

Commit 6193f5f

Browse files
HannesWellmerks
authored andcommitted
Update platform setup to redirect 4.39 to 4.40 and I-build 4.40 to 4.41
1 parent 8d815a9 commit 6193f5f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

oomph/Platform.setup

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
174174
</setupTask>
175175
<setupTask
176176
xsi:type="setup:VariableTask"
177-
disabled="true"
178177
type="BOOLEAN"
179178
name="early.redirection.4.41"
180179
defaultValue="true"
@@ -184,21 +183,18 @@
184183
</setupTask>
185184
<setupTask
186185
xsi:type="setup:CompoundTask"
187-
disabled="true"
188186
filter="(early.redirection.4.41=true)"
189187
name="EarlyRedirection">
190188
<setupTask
191189
xsi:type="setup:RedirectionTask"
192-
disabled="true"
193190
sourceURL="https://download.eclipse.org/eclipse/updates/4.40-I-builds"
194191
targetURL="https://download.eclipse.org/eclipse/updates/4.41-I-builds">
195192
<description>Redirect 4.40 I-builds to 4.41 I-builds</description>
196193
</setupTask>
197194
<setupTask
198195
xsi:type="setup:RedirectionTask"
199-
disabled="true"
200196
sourceURL="https://download.eclipse.org/eclipse/updates/4.39/R-4.39-202602260420"
201-
targetURL="https://download.eclipse.org/eclipse/updates/4.50/tbd">
197+
targetURL="https://download.eclipse.org/eclipse/updates/4.40-I-builds/I20260528-0011">
202198
<description>Redirect the release 4.39 build to the final 4.40 I-build which should point at the simple repository to avoid redirecting to 4.40 while it's still empty before the actual release</description>
203199
</setupTask>
204200
</setupTask>

0 commit comments

Comments
 (0)