Work around missing jar

Somebody please fix it properly
This commit is contained in:
Stepan Koltsov
2012-03-24 00:43:05 +04:00
parent 3c45a1d60e
commit 7708b2d009
+7
View File
@@ -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>