mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1178] bootstrap against 2.14
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
2ebb77e48c
commit
bfe26052dd
2 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ version = '2.15.0-SNAPSHOT'
|
|||
|
||||
ext.versions = [
|
||||
'xtext': version,
|
||||
'xtext_bootstrap': '2.13.0',
|
||||
'xtext_bootstrap': '2.14.0',
|
||||
'gradle_plugins': '0.1.0',
|
||||
'xtext_gradle_plugin': '1.0.20',
|
||||
'xtext_gradle_plugin': '1.0.21',
|
||||
'lsp4j': '0.4.0', // dont forget to adapt IdeProjectDescriptor + Tests
|
||||
'log4j': '1.2.16',
|
||||
'equinoxCommon' : '3.8.0',
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<target name="org.eclipse.xtext.helios.target" sequenceNumber="0">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0"/>
|
||||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.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">
|
||||
|
|
Loading…
Reference in a new issue