Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse/xtext#1228] added support for 2018-09 tp in oomph
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Jul 23, 2018
1 parent ff46a52 commit b2d4a34
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions releng/org.eclipse.xtext.contributor/Xtext.setup
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
label="Target Platform">
<annotation
source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="2018-09"
label="Eclipse 2018-09 - 4.9"/>
<choice
value="Photon"
label="Eclipse Photon- 4.8"/>
Expand Down Expand Up @@ -860,6 +863,39 @@
<repository
url="${p2.cbi.analyzer}"/>
</repositoryList>
<repositoryList
name="2018-09">
<repository
url="${p2.xtext}"/>
<repository
url="${p2.mwe2}"/>
<repository
url="${p2.antlr-gen}"/>
<repository
url="${p2.gef}"/>
<repository
url="${p2.m2e}/1.8"/>
<repository
url="${p2.swtbot}"/>
<repository
url="${p2.orbit}"/>
<repository
url="${p2.emf}"/>
<repository
url="${p2.draw2d}"/>
<repository
url="http://download.eclipse.org/eclipse/updates/4.9-I-builds"/>
<repository
url="${p2.xpand}"/>
<repository
url="${p2.buildship}"/>
<repository
url="${p2.webtools}"/>
<repository
url="${p2.lsp4j}"/>
<repository
url="${p2.cbi.analyzer}"/>
</repositoryList>
<repositoryList
name="Oxygen">
<repository
Expand Down

0 comments on commit b2d4a34

Please sign in to comment.