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"> <unzip dest="ideaSDK">
<fileset dir="ideaSDK" includes="ideaIC*.zip"/> <fileset dir="ideaSDK" includes="ideaIC*.zip"/>
</unzip> </unzip>
<unzip dest="compiler"> <unzip dest="bootstrap.compiler">
<fileset dir="compiler" includes="kotlin*.zip"/> <fileset dir="bootstrap.compiler" includes="kotlin*.zip"/>
</unzip> </unzip>
</target> </target>
</project> </project>