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
@@ -96,7 +96,7 @@ public class PathUtil {
@Nullable
public static File getJdkAnnotationsPath() {
return getFilePackedIntoLib("alt/" + JDK_ANNOTATIONS_JAR);
return getFilePackedIntoLib(JDK_ANNOTATIONS_JAR);
}
@NotNull