Now IdeaWin*.dll libraries can be correctly loaded from bin directory so there's no need to copy them

This commit is contained in:
Nikolay Krasko
2012-08-15 11:27:45 +04:00
parent 8472e77ccb
commit f817b04f84
-7
View File
@@ -185,13 +185,6 @@
<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 -->
<!-- TODO: Remove when build will depend on IDEA from 02.08.2012 or later -->
<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"/>