You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.classpath 762B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="testsrc"/>
  5. <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
  6. <classpathentry kind="src" path="/runtime"/>
  7. <classpathentry kind="lib" path="/lib/bcel/bcel.jar"
  8. rootpath="bcel-5.0/src/java" sourcepath="/lib/bcel/bcel-src.zip"/>
  9. <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/src.jar"/>
  10. <classpathentry kind="src" path="/util"/>
  11. <classpathentry kind="src" path="/testing-util"/>
  12. <classpathentry kind="src" path="/bridge"/>
  13. <classpathentry kind="src" path="/asm"/>
  14. <classpathentry kind="output" path="bin"/>
  15. </classpath>