[eclipse/xtext#1282] Update to EMF 2.20: fix tycho build

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2019-12-13 11:20:54 +01:00 committed by Sebastian Zarnekow
parent 83249956d4
commit a358326650
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@
<tycho-version>1.5.1</tycho-version>
<root-dir>${basedir}/..</root-dir>
<JENKINS_URL>https://ci.eclipse.org/xtext</JENKINS_URL>
<upstreamBranch>master</upstreamBranch>
<upstreamBranch>emf220Update</upstreamBranch>
</properties>
<repositories>

View file

@ -6,6 +6,10 @@
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0"/>
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.20"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1"/>
<unit id="org.eclipse.emf.mwe2.language.sdk.feature.group" version="0.0.0"/>