Skip to content

Commit

Permalink
Adjust Oomph setup for master->main branch change
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare authored and akurtakov committed Jan 12, 2024
1 parent 178782d commit 3453518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup/Tycho.setup
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.tycho="
value="https://raw.githubusercontent.com/eclipse-tycho/tycho/master/setup/Tycho.setup->${git.cloneTycho.location|uri}/setup/Tycho.setup"
value="https://raw.githubusercontent.com/eclipse-tycho/tycho/main/setup/Tycho.setup->${git.cloneTycho.location|uri}/setup/Tycho.setup"
vm="true"/>
<setupTask
xsi:type="setup.p2:P2Task"
Expand Down Expand Up @@ -191,9 +191,9 @@
xsi:type="projects:ProjectsBuildTask"
refresh="true"
clean="true"/>
<stream name="master"
label="master">
<description>Tycho Master</description>
<stream name="main"
label="main">
<description>Tycho Main</description>
</stream>
<logicalProjectContainer
xsi:type="setup:ProjectCatalog"
Expand Down
2 changes: 1 addition & 1 deletion setup/TychoDevelopmentConfiguration.setup
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
name="tycho.dev.workspace"
label="Tycho Development Workspace">
<stream
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='tycho']/@streams[name='master']"/>
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='tycho']/@streams[name='main']"/>
<description>The Tycho development environment workspace includes all modules and tests of Eclipse Tycho.</description>
</workspace>
<description>
Expand Down

0 comments on commit 3453518

Please sign in to comment.