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
24 changes: 14 additions & 10 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -174,28 +174,32 @@
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
disabled="true"
type="BOOLEAN"
name="early.redirection.4.40"
name="early.redirection.4.41"
defaultValue="true"
storageURI="scope://Workspace"
label="Early redirect to 4.40">
<description>Redirect 4.39 p2 repos to 4.39 and redirect 4.39 repos to 4.40 to begin development on the open master streams immediately.</description>
label="Early redirect to 4.41">
<description>Redirect 4.39 p2 repos to 4.40 and redirect 4.40 repos to 4.41 to begin development on the open master streams immediately.</description>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
filter="(early.redirection.4.40=true)"
disabled="true"
filter="(early.redirection.4.41=true)"
name="EarlyRedirection">
<setupTask
xsi:type="setup:RedirectionTask"
sourceURL="https://download.eclipse.org/eclipse/updates/4.39-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.40-I-builds">
<description>Redirect 4.39 I-builds to 4.40 I-builds</description>
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.40-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.41-I-builds">
<description>Redirect 4.40 I-builds to 4.41 I-builds</description>
</setupTask>
<setupTask
xsi:type="setup:RedirectionTask"
sourceURL="https://download.eclipse.org/eclipse/updates/4.38/R-4.38-202512010920"
targetURL="https://download.eclipse.org/eclipse/updates/4.39-I-builds/I20260226-0420">
<description>Redirect the release 4.38 build to the final 4.39 I-build which should point at the simple repository to avoid redirecting to 4.39 while it's still empty before the actual release</description>
disabled="true"
sourceURL="https://download.eclipse.org/eclipse/updates/4.39/R-4.39-202602260420"
targetURL="https://download.eclipse.org/eclipse/updates/4.50/tbd">
<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>
</setupTask>
</setupTask>
<project name="platform"
Expand Down
Loading