Skip to content

Commit

Permalink
Update the platform setup to redirect 4.29 to 4.30 and 4.30 to 4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Nov 29, 2023
1 parent 93214bd commit 7bee7cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,28 @@
filePattern="*.json"
defaultEditorID="org.eclipse.ui.genericeditor.GenericEditor"/>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
type="BOOLEAN"
name="early.redirection.4.31"
defaultValue="true"
storageURI="scope://Workspace"
label="Early redirect to 4.31">
<description>Redirect 4.29 p2 repos to 4.30 and redirect 4.30 repos 4.31 to begin development on the open master streams immediately.</description>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
filter="(early.redirection.4.31=true)"
name="EarlyRedirection">
<setupTask
xsi:type="setup:RedirectionTask"
sourceURL="https://download.eclipse.org/eclipse/updates/4.30-I-builds"
targetURL="https://download.eclipse.org/eclipse/updates/4.31-I-builds"/>
<setupTask
xsi:type="setup:RedirectionTask"
sourceURL="https://download.eclipse.org/eclipse/updates/4.29/R-4.29-202309031000"
targetURL="https://download.eclipse.org/eclipse/updates/4.30-I-builds"/>
</setupTask>
<project name="platform"
label="Ant, Base, Debug, Runtime, Resources, Team, User Assistance, and Update">
<setupTask
Expand Down

0 comments on commit 7bee7cd

Please sign in to comment.