allow packages to be excluded and added kotlin-jdbc to the API

This commit is contained in:
James Strachan
2012-03-13 07:13:52 +00:00
parent 1700777f9b
commit dc37fca143
5 changed files with 31 additions and 4 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ import kotlin.modules.*
fun project() {
module("apidocs") {
classpath += "kunit/lib/junit-4.9.jar"
classpath += "../kunit/lib/junit-4.9.jar"
addSourceFiles("../stdlib/ktSrc")
addSourceFiles("../stdlib/src")
addSourceFiles("../kunit/src/main/kotlin")
addSourceFiles("../kotlin-jdbc/src/main/kotlin")
}
}