Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
disabled="true"
type="BOOLEAN"
name="early.redirection.4.38"
defaultValue="true"
Expand All @@ -184,21 +183,18 @@
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
disabled="true"
filter="(early.redirection.4.38=true)"
name="EarlyRedirection">
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.37-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.38-I-builds">
<description>Redirect 4.37 I-builds to 4.38 I-builds</description>
</setupTask>
<setupTask
xsi:type="setup:RedirectionTask"
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.36/R-4.36-202505281830"
targetURL="https://download.eclipse.org/eclipse/updates/4.3-I-builds/tbd">
targetURL="https://download.eclipse.org/eclipse/updates/4.37-I-builds/I20250828-0630">
<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>
</setupTask>
</setupTask>
Expand Down
Loading