2016-10-23 13:49:27 +00:00
|
|
|
/*
|
|
|
|
* Base project version and versions of common dependencies.
|
|
|
|
*/
|
|
|
|
|
2017-10-27 06:38:01 +00:00
|
|
|
version = '2.14.0-SNAPSHOT'
|
2016-06-09 13:48:56 +00:00
|
|
|
|
|
|
|
ext.versions = [
|
|
|
|
'xtext': version,
|
2017-10-27 06:38:01 +00:00
|
|
|
'xtext_bootstrap': '2.13.0',
|
2017-01-06 12:37:53 +00:00
|
|
|
'gradle_plugins': '0.1.0',
|
2017-10-27 06:38:01 +00:00
|
|
|
'xtext_gradle_plugin': '1.0.19',
|
2017-10-11 08:22:30 +00:00
|
|
|
'lsp4j': '[0.3.0,0.4)',
|
2016-06-09 13:48:56 +00:00
|
|
|
'log4j': '1.2.16',
|
2017-01-09 15:25:06 +00:00
|
|
|
'equinoxCommon' : '3.8.0',
|
2017-01-09 15:31:19 +00:00
|
|
|
'equinoxRegistry' : '3.6.100',
|
2017-01-09 15:45:30 +00:00
|
|
|
'eclipseCore': '3.12.0',
|
2017-01-16 13:44:49 +00:00
|
|
|
'eclipseOSGI' : '3.11.2',
|
2016-07-25 13:16:10 +00:00
|
|
|
'emfCommon': '[2.10.1,3)',
|
|
|
|
'emfEcore': '[2.10.2,3)',
|
2017-08-16 05:14:36 +00:00
|
|
|
'emfChange': '[2.10.0,3)',
|
2017-09-27 22:39:34 +00:00
|
|
|
'emfMwe': '1.3.21.201705291010',
|
|
|
|
'emfMwe2': '2.9.1.201705291010',
|
2016-06-09 13:48:56 +00:00
|
|
|
'xpand': '2.0.0',
|
|
|
|
'guice': '3.0',
|
|
|
|
'antlr': '3.2',
|
2017-12-13 08:00:48 +00:00
|
|
|
'asm': '6.0',
|
2016-06-17 16:07:05 +00:00
|
|
|
'icu': '52.1',
|
|
|
|
'junit': '4.12'
|
2016-06-09 13:48:56 +00:00
|
|
|
]
|