Browse Source

switch to container from jrelib

tags/V1_6_1rc1
aclement 16 years ago
parent
commit
fa36c54f53
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      asm/.classpath

+ 2
- 2
asm/.classpath View File

@@ -2,9 +2,9 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
<classpathentry kind="src" path="/bridge"/>
<classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/util"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Loading…
Cancel
Save