Unlucky temporary dir name was it

This commit is contained in:
Maxim Shafirov
2011-12-29 13:43:26 +04:00
parent f3d39704bc
commit 9fbbef4643
+2 -2
View File
@@ -20,8 +20,8 @@
<unzip dest="ideaSDK">
<fileset dir="ideaSDK" includes="ideaIC*.zip"/>
</unzip>
<unzip dest="compiler">
<fileset dir="compiler" includes="kotlin*.zip"/>
<unzip dest="bootstrap.compiler">
<fileset dir="bootstrap.compiler" includes="kotlin*.zip"/>
</unzip>
</target>
</project>