mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
12 lines
251 B
Groovy
12 lines
251 B
Groovy
ext.title = 'Xtext Wizard'
|
|
description = 'Platform-independent component for creating new Xtext projects.'
|
|
|
|
dependencies {
|
|
compile project(':org.eclipse.xtext')
|
|
}
|
|
|
|
sourceSets.main.resources.srcDir 'resources'
|
|
|
|
sourcesJar {
|
|
exclude '**/gradlew/**'
|
|
}
|