An attempt to fix build on public server

This commit is contained in:
Nikolay Krasko
2012-08-01 21:52:02 +04:00
parent a85f46816e
commit 2677c8842e
+7
View File
@@ -184,6 +184,13 @@
</if>
<unzip src="dependencies/download/@{build.zip}" dest="ideaSDK"/>
<!-- Copy win files to the place where idea expect them to see. See com.intellij.openapi.util.io.win32.IdeaWin32 -->
<mkdir dir="ideaSDK/bin/win"/>
<copy todir="ideaSDK/bin/win">
<filelist dir="ideaSDK/bin" files="IdeaWin32.dll,IdeaWin64.dll"/>
</copy>
<mkdir dir="ideaSDK/sources"/>
<copy file="dependencies/download/idea-sdk-sources.zip" tofile="ideaSDK/sources/sources.zip"/>