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
405 B
Groovy
13 lines
405 B
Groovy
ext.title = 'Xtext Utilities'
|
|
description = 'Utility classes used throughout Xtext.'
|
|
|
|
dependencies {
|
|
api "org.eclipse.xtend:org.eclipse.xtend.lib:$versions.xtext"
|
|
api 'log4j:log4j'
|
|
api 'org.eclipse.emf:org.eclipse.emf.common'
|
|
api 'org.eclipse.emf:org.eclipse.emf.ecore'
|
|
api 'com.google.inject:guice'
|
|
}
|
|
|
|
// Set the value of the Maven-Version attribute
|
|
manifestReplacements.put('unspecified', version)
|