Putting kotlin-jdk-annotations.jar into lib directory instead of lib/alt.

This commit is contained in:
Evgeny Gerashchenko
2012-07-23 17:19:26 +04:00
parent 46737dfb11
commit fb8d5d3903
5 changed files with 17 additions and 3 deletions
@@ -66,7 +66,7 @@ public class ForTestPackJdkAnnotations {
if (ForTestCompileSomething.ACTUALLY_COMPILE) {
return getJarFile();
}
final File jdkAnnotations = new File("dist/kotlinc/lib/alt/kotlin-jdk-annotations.jar");
final File jdkAnnotations = new File("dist/kotlinc/lib/kotlin-jdk-annotations.jar");
if (!jdkAnnotations.exists()) {
throw new RuntimeException("Kotlin JDK annotations jar not found; please run 'ant dist' to build it");
}