Skip to content

Commit 55b6ccb

Browse files
committed
Update the platform setup to redirect 4.35 to 4.36 and 4.36 to 4.37
1 parent a902e5c commit 55b6ccb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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.37"
180179
defaultValue="true"
@@ -184,21 +183,18 @@
184183
</setupTask>
185184
<setupTask
186185
xsi:type="setup:CompoundTask"
187-
disabled="true"
188186
filter="(early.redirection.4.37=true)"
189187
name="EarlyRedirection">
190188
<setupTask
191189
xsi:type="setup:RedirectionTask"
192-
disabled="true"
193190
sourceURL="https://download.eclipse.org/eclipse/updates/4.36-I-builds"
194191
targetURL="https://download.eclipse.org/eclipse/updates/4.37-I-builds">
195192
<description>Redirect 4.36 I-builds to 4.37 I-builds</description>
196193
</setupTask>
197194
<setupTask
198195
xsi:type="setup:RedirectionTask"
199-
disabled="true"
200196
sourceURL="https://download.eclipse.org/eclipse/updates/4.35/R-4.35-202502280140"
201-
targetURL="https://download.eclipse.org/eclipse/updates/4.36-I-builds/tbd">
197+
targetURL="https://download.eclipse.org/eclipse/updates/4.36-I-builds/I20250528-1830">
202198
<description>Redirect the release 4.35 build to the final 4.36 I-build which should point at the simple repository to avoid redirecting to 4.36 while it's still empty before the actual release</description>
203199
</setupTask>
204200
</setupTask>

0 commit comments

Comments
 (0)