mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00

https://github.com/eclipse/xtext/issues/1548 Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
6 lines
150 B
Groovy
6 lines
150 B
Groovy
ext.title = 'Xtext Language IDE Support'
|
|
description = 'Xtext Language generic IDE support.'
|
|
|
|
dependencies {
|
|
api project(':org.eclipse.xtext.ide')
|
|
}
|