Skip to content

Commit a2780e4

Browse files
committed
Update the platform setup to redirect 4.36 to 4.37 and 4.37 to 4.38
1 parent 68caadb commit a2780e4

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

0 commit comments

Comments
 (0)