Skip to content

Commit f87e1ee

Browse files
authored
Merge pull request #235 from merks/pr-update-setup
Update ECF's setup
2 parents 7262c39 + 512925a commit f87e1ee

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

releng/org.eclipse.ecf.releng/ECF.setup

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<setupTask
9797
xsi:type="git:GitCloneTask"
9898
id="github.clone.ecf"
99-
remoteURI="eclipse/ecf">
99+
remoteURI="eclipse-ecf/ecf">
100100
<annotation
101101
source="http://www.eclipse.org/oomph/setup/InducedChoices">
102102
<detail
@@ -338,6 +338,10 @@
338338
name="com.ibm.icu.base"
339339
optional="true"
340340
max="0"/>
341+
<requirement
342+
name="bndtools.core"/>
343+
<requirement
344+
name="bndtools.main.feature.feature.group"/>
341345
<sourceLocator
342346
rootFolder="${github.clone.ecf.location}"
343347
locateNestedProjects="true">
@@ -427,6 +431,10 @@
427431
url="https://download.eclipse.org/modeling/emf/emf/builds/release/latest"/>
428432
<repository
429433
url="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/>
434+
<repository
435+
url="https://bndtools.org/bndtools.p2.repo/7.1.0"/>
436+
<repository
437+
url="https://download.eclipse.org/egit/updates-stable-nightly"/>
430438
</repositoryList>
431439
<repositoryList
432440
name="Old">
@@ -608,7 +616,7 @@
608616
<setupTask
609617
xsi:type="setup:EclipseIniTask"
610618
option="-Doomph.redirection.ecf"
611-
value="=https://raw.githubusercontent.com/eclipse/ecf/master/releng/org.eclipse.ecf.releng/ECF.setup->${github.clone.ecf.location|uri}/releng/org.eclipse.ecf.releng/ECF.setup"
619+
value="=https://raw.githubusercontent.com/eclipse-ecf/ecf/master/releng/org.eclipse.ecf.releng/ECF.setup->${github.clone.ecf.location|uri}/releng/org.eclipse.ecf.releng/ECF.setup"
612620
vm="true">
613621
<description>
614622
Set an Oomph redirection system property to redirect the logical location of this setup to its physical location in the Git clone.

0 commit comments

Comments
 (0)