mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
6 lines
154 B
Groovy
6 lines
154 B
Groovy
ext.title = 'Xtext Language IDE Support'
|
|
description = 'Xtext Language generic IDE support.'
|
|
|
|
dependencies {
|
|
compile project(':org.eclipse.xtext.ide')
|
|
}
|