Added temporary workaround to update_dependencies.xml to fix compilation.
This commit is contained in:
@@ -40,6 +40,8 @@
|
|||||||
<unzip src="ideaSDK/${build.zip}" dest="ideaSDK"/>
|
<unzip src="ideaSDK/${build.zip}" dest="ideaSDK"/>
|
||||||
<delete file="ideaSDK/${build.zip}"/>
|
<delete file="ideaSDK/${build.zip}"/>
|
||||||
|
|
||||||
|
<!-- TODO temporary workaround since util-rt is not packaged into intellij-core.jar -->
|
||||||
|
<copy file="ideaSDK/lib/util.jar" todir="${core}"/>
|
||||||
<!--
|
<!--
|
||||||
This one needs to be deleted because otherwise it gets onto the classpath
|
This one needs to be deleted because otherwise it gets onto the classpath
|
||||||
together with junit-4.10.jar and the classloading goes crazy that breaks
|
together with junit-4.10.jar and the classloading goes crazy that breaks
|
||||||
|
|||||||
Reference in New Issue
Block a user