Work around missing jar
Somebody please fix it properly
This commit is contained in:
@@ -11,6 +11,13 @@
|
||||
|
||||
<path id="classpath">
|
||||
<fileset dir="${idea.sdk}" includes="core/*.jar"/>
|
||||
|
||||
<!--
|
||||
Work around this problem: https://gist.github.com/1c4a7d51b61ec81d581b
|
||||
Somebody please fix it properly or delete this comment if this is OK
|
||||
-->
|
||||
<pathelement path="${idea.sdk}/lib/resources_en.jar"/>
|
||||
|
||||
<fileset dir="${basedir}/lib" includes="**/*.jar"/>
|
||||
<pathelement path="${output}/classes/runtime"/>
|
||||
</path>
|
||||
|
||||
Reference in New Issue
Block a user