Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Oomph setup for master->main branch change #3359

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
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
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
Loading