Cleanup dependency zips so they don't mess into final plugin artifact

This commit is contained in:
Maxim Shafirov
2012-01-13 14:13:31 +04:00
parent 8e8f8716ba
commit 90fb61f63c
+3
View File
@@ -23,5 +23,8 @@
<unzip dest="bootstrap.compiler">
<fileset dir="bootstrap.compiler" includes="kotlin*.zip"/>
</unzip>
<delete dir="ideaSDK" includes="ideaIC*.zip"/>
<delete dir="bootstrap.compiler" includes="kotlin*.zip"/>
</target>
</project>