Delete outdated directory creation in build.xml

This commit is contained in:
Alexander Udalov
2014-06-16 18:33:16 +04:00
parent 607694c3c9
commit 07378a74d3
-1
View File
@@ -125,7 +125,6 @@
<target name="init">
<mkdir dir="${kotlin-home}"/>
<mkdir dir="${kotlin-home}/lib"/>
<mkdir dir="${kotlin-home}/lib/tools"/>
</target>
<target name="prepareDist">