blob: e6298a3448f42a2f76d5bc22ae0a8e6859891aa8 [file] [log] [blame]
description = 'Bundlor for Ant'
dependencies {
ecj group: "org.eclipse.jdt.core.compiler", name: "ecj", version: "${ecjVersion}"
compile project(':org.eclipse.virgo.bundlor')
compile project(':org.eclipse.virgo.bundlor.blint')
compile "org.apache.ant:ant:${apacheAntVersion}"
testCompile "junit:junit:${junitVersion}"
}