mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00

https://github.com/eclipse/xtext/issues/1548 Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
13 lines
268 B
Groovy
13 lines
268 B
Groovy
ext.title = 'Xtext Wizard'
|
|
description = 'Platform-independent component for creating new Xtext projects.'
|
|
|
|
dependencies {
|
|
api project(':org.eclipse.xtext')
|
|
api 'args4j:args4j'
|
|
}
|
|
|
|
sourceSets.main.resources.srcDir 'resources'
|
|
|
|
sourcesJar {
|
|
exclude '**/gradlew/**'
|
|
}
|