Skip to content

Commit

Permalink
Migrate PDE.setup to use github URIs for eclipse.pde.ui (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Apr 2, 2022
1 parent f803234 commit 73b8426
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions releng/org.eclipse.pde.ui.setup/PDE.setup
Expand Up @@ -140,29 +140,23 @@
label="UI">
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.pde.ui"
remoteURI="pde/eclipse.pde.ui">
id="github.clone.pde.ui"
remoteURI="eclipse-pde/eclipse.pde.ui">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit">
<value>eclipse.git.gerrit.remoteURIs</value>
<value>github.remoteURIs</value>
</detail>
<detail
key="label">
<value>PDE UI Git or Gerrit Repository</value>
<value>PDE UI Github Repository</value>
</detail>
<detail
key="target">
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="gerrit">
<properties
key="createchangeid"
value="true"/>
</configSections>
<description>PDE Core</description>
</setupTask>
<setupTask
Expand All @@ -173,7 +167,7 @@
<requirement
name="*"/>
<sourceLocator
rootFolder="${git.clone.pde.ui.location}"/>
rootFolder="${github.clone.pde.ui.location}"/>
</targlet>
</setupTask>
<setupTask
Expand Down Expand Up @@ -225,7 +219,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.pde"
value="=https://git.eclipse.org/c/pde/eclipse.pde.ui.git/plain/releng/org.eclipse.pde.ui.setup/PDE.setup->${git.clone.pde.ui.location|uri}/releng/org.eclipse.pde.ui.setup/PDE.setup"
value="=https://raw.githubusercontent.com/eclipse-pde/eclipse.pde.ui/master/releng/org.eclipse.pde.ui.setup/PDE.setup->${github.clone.pde.ui.location|uri}/releng/org.eclipse.pde.ui.setup/PDE.setup"
vm="true">
<description>Set an Oomph redirection system property to redirect the logical location of this setup to its physical location in the Git clone.</description>
</setupTask>
Expand Down

0 comments on commit 73b8426

Please sign in to comment.