Fix path to runtime when building kotlin-ant.jar

${kotlin-home}/lib/kotlin-runtime.jar is the newly built runtime, which is not
compiled yet when invoking a clean "ant dist"
This commit is contained in:
Alexander Udalov
2015-02-16 15:07:41 +03:00
parent 0d05fca838
commit 98b554d995
+1 -1
View File
@@ -637,7 +637,7 @@
</src>
<compilerarg value="-Xlint:all"/>
<classpath>
<file file="${kotlin-home}/lib/${compiler.manifest.class.path}"/>
<file file="${bootstrap.runtime}"/>
<pathelement location="${dependencies.dir}/ant-1.7/lib/ant.jar"/>
<pathelement location="${kotlin-home}/lib/kotlin-preloader.jar"/>
</classpath>