xtext-core/org.eclipse.xtext.xtext.wizard/build.gradle

14 lines
268 B
Groovy
Raw Permalink Normal View History

ext.title = 'Xtext Wizard'
description = 'Platform-independent component for creating new Xtext projects.'
dependencies {
api project(':org.eclipse.xtext')
api 'args4j:args4j'
}
2016-06-17 16:07:05 +00:00
sourceSets.main.resources.srcDir 'resources'
sourcesJar {
exclude '**/gradlew/**'
}