removed some of the cruft and redundant copies of junit.jar

This commit is contained in:
James Strachan
2012-03-21 09:09:09 +00:00
parent 81294d43ae
commit e740c47e29
9 changed files with 18 additions and 20 deletions
Binary file not shown.
+1 -1
View File
@@ -3,7 +3,7 @@ import kotlin.modules.*
fun project() {
module("kunit") {
// TODO how to refer to the dir of the module?
classpath += "kunit/lib/junit-4.9.jar"
classpath += "lib/junit-4.9.jar"
addSourceFiles("src/main/kotlin")
}