Classpath fixed for stdlib

This commit is contained in:
Andrey Breslav
2011-09-06 12:10:46 +04:00
parent f5928be33e
commit 2c25a0e46a
3 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="annotations">
<CLASSES>
<root url="jar://$IDEA_HOME$/lib/annotations.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
-1
View File
@@ -21,7 +21,6 @@
<library name="asm-util-3.3.1.jar"> <library name="asm-util-3.3.1.jar">
<CLASSES> <CLASSES>
<root url="jar://$MODULE_DIR$/../lib/asm-util-3.3.1.jar!/" /> <root url="jar://$MODULE_DIR$/../lib/asm-util-3.3.1.jar!/" />
<root url="jar://$USER_HOME$/IdeaProjects/untitled/lib/asm-util-3.3.1.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES /> <SOURCES />
+1
View File
@@ -7,6 +7,7 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="annotations" level="project" />
</component> </component>
</module> </module>