Skip to content

Commit 73b8426

Browse files
authored
Migrate PDE.setup to use github URIs for eclipse.pde.ui (#5)
#4
1 parent f803234 commit 73b8426

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

releng/org.eclipse.pde.ui.setup/PDE.setup

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,29 +140,23 @@
140140
label="UI">
141141
<setupTask
142142
xsi:type="git:GitCloneTask"
143-
id="git.clone.pde.ui"
144-
remoteURI="pde/eclipse.pde.ui">
143+
id="github.clone.pde.ui"
144+
remoteURI="eclipse-pde/eclipse.pde.ui">
145145
<annotation
146146
source="http://www.eclipse.org/oomph/setup/InducedChoices">
147147
<detail
148148
key="inherit">
149-
<value>eclipse.git.gerrit.remoteURIs</value>
149+
<value>github.remoteURIs</value>
150150
</detail>
151151
<detail
152152
key="label">
153-
<value>PDE UI Git or Gerrit Repository</value>
153+
<value>PDE UI Github Repository</value>
154154
</detail>
155155
<detail
156156
key="target">
157157
<value>remoteURI</value>
158158
</detail>
159159
</annotation>
160-
<configSections
161-
name="gerrit">
162-
<properties
163-
key="createchangeid"
164-
value="true"/>
165-
</configSections>
166160
<description>PDE Core</description>
167161
</setupTask>
168162
<setupTask
@@ -173,7 +167,7 @@
173167
<requirement
174168
name="*"/>
175169
<sourceLocator
176-
rootFolder="${git.clone.pde.ui.location}"/>
170+
rootFolder="${github.clone.pde.ui.location}"/>
177171
</targlet>
178172
</setupTask>
179173
<setupTask
@@ -225,7 +219,7 @@
225219
<setupTask
226220
xsi:type="setup:EclipseIniTask"
227221
option="-Doomph.redirection.pde"
228-
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"
222+
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"
229223
vm="true">
230224
<description>Set an Oomph redirection system property to redirect the logical location of this setup to its physical location in the Git clone.</description>
231225
</setupTask>

0 commit comments

Comments
 (0)