blob: c15b28fe1482d2a5e2f4f2e63596654512441c08 [file] [log] [blame]
dependencies {
ecj group: "org.eclipse.jdt.core.compiler", name: "ecj", version: "4.4.2"
compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.core", version: springframeworkVersion
compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.context", version: springframeworkVersion
compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.beans", version: springframeworkVersion
compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.web", version: springframeworkVersion
compile("org.eclipse.virgo.mirrored:org.apache.commons.logging:${commonsLoggingVersion}")
}
apply plugin: 'application'
mainClassName = "org.eclipse.virgo.samples.recipe.uploading.internal.FileUploader"
run {
args 'sample.txt'
}