Change references to kotlin-stdlib-js.jar in plugin.

Change test projects for js project configurator.
#KT-15940
This commit is contained in:
Ilya Gorbunov
2017-01-26 07:22:26 +03:00
parent 0df31f1223
commit 267703e6b7
3 changed files with 6 additions and 6 deletions
@@ -10,11 +10,11 @@
<component name="libraryTable">
<library name="KotlinJavaScript">
<CLASSES>
<root url="jar://$TEMP_TEST_DIR$/kotlin-jslib.jar!/" />
<root url="jar://$TEMP_TEST_DIR$/kotlin-stdlib-js.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$TEMP_TEST_DIR$/kotlin-jslib.jar!/src" />
<root url="jar://$TEMP_TEST_DIR$/kotlin-stdlib-js-sources.jar!/" />
</SOURCES>
</library>
</component>