Replaced stdlib module with corresponding library.

This commit is contained in:
Evgeny Gerashchenko
2012-04-06 22:49:14 +04:00
parent cd1221b1b2
commit 77b6a5f7b1
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="runtime" />
<orderEntry type="library" name="KotlinRuntime" level="project" />
</component>
</module>
+11 -1
View File
@@ -154,7 +154,6 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/example-vfs.iml" filepath="$PROJECT_DIR$/example-vfs.iml" />
<module fileurl="file://$PROJECT_DIR$/../../stdlib/stdlib.iml" filepath="$PROJECT_DIR$/../../stdlib/stdlib.iml" />
</modules>
</component>
<component name="ProjectResources">
@@ -166,5 +165,16 @@
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
</component>
<component name="libraryTable">
<library name="KotlinRuntime">
<CLASSES>
<root url="jar://$PROJECT_DIR$/../../dist/kotlinc/lib/kotlin-runtime.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/../../dist/kotlinc/lib/kotlin-runtime.jar!/src" />
</SOURCES>
</library>
</component>
</project>