Handle URL from class loader with unescaped chars too

This commit is contained in:
Nikolay Krasko
2012-08-02 11:44:13 +04:00
parent b52b92cd31
commit 600349f5be
2 changed files with 12 additions and 7 deletions
+1
View File
@@ -186,6 +186,7 @@
<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"/>