Move ant from dependencies/ant -> dependencies/ant-1.7

This commit is contained in:
Erokhin Stanislav
2013-10-25 19:45:22 +04:00
parent 3ee918b084
commit 35bc3cd587
5 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -443,7 +443,7 @@
<classpath>
<fileset dir="${kotlin-home}/lib" includes="kotlin-compiler.jar"/>
<file file="${bootstrap.runtime}"/>
<fileset dir="${basedir}/dependencies" includes="ant.jar"/>
<fileset dir="${basedir}/dependencies/ant-1.7/lib" includes="ant.jar"/>
</classpath>
</javac2>