Skip to content

Commit

Permalink
updated Oomph setup for the new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 28, 2024
1 parent 67554c1 commit 06dbc8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releng/org.eclipse.xtext.contributor/Xtext.setup
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="imageURI">
<value>https://raw.githubusercontent.com/eclipse/xtext/a63587dc6c480b9641f86843a1cc18411a8d5d70/xtext-website/images/xtext-bullet.png</value>
<value>https://raw.githubusercontent.com/eclipse-xtext/xtext/a63587dc6c480b9641f86843a1cc18411a8d5d70/xtext-website/images/xtext-bullet.png</value>
</detail>
<detail
key="siteURI">
Expand Down Expand Up @@ -375,7 +375,7 @@
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.xtext"
remoteURI="eclipse/xtext"
remoteURI="eclipse-xtext/xtext"
checkoutBranch="${xtext.git.branch}">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
Expand Down Expand Up @@ -581,7 +581,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.xtext"
value="=https://raw.githubusercontent.com/eclipse/xtext/main/releng/org.eclipse.xtext.contributor/Xtext.setup->${git.clone.xtext.location|uri}/releng/org.eclipse.xtext.contributor/Xtext.setup"
value="=https://raw.githubusercontent.com/eclipse-xtext/xtext/main/releng/org.eclipse.xtext.contributor/Xtext.setup->${git.clone.xtext.location|uri}/releng/org.eclipse.xtext.contributor/Xtext.setup"
vm="true"/>
<setupTask
xsi:type="projects:ProjectsBuildTask"
Expand Down

0 comments on commit 06dbc8c

Please sign in to comment.