Don't rely on ant.jar from IDEA distribution, use ANT that runs the task

This commit is contained in:
Maxim Shafirov
2012-01-18 13:38:04 +04:00
parent 2a3d1b2b45
commit 3b78930b38
+1 -1
View File
@@ -251,7 +251,7 @@
<compilerarg value="-Xlint:all"/>
<classpath>
<path refid = "classpath.kotlin"/>
<fileset dir = "${idea.sdk}/ant/lib" includes="*.jar"/>
<fileset dir = "${ant.home}/lib" includes="*.jar"/>
</classpath>
</javac>
<jar destfile="${output}/kotlin-build-tools.jar">