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 805B

12345678910111213141516
  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="src" path="/bridge"/>
  6. <classpathentry kind="src" path="/weaver"/>
  7. <classpathentry kind="src" path="/testing"/>
  8. <classpathentry kind="src" path="/testing-client"/>
  9. <classpathentry kind="src" path="/util"/>
  10. <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.zip"/>
  11. <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
  12. <classpathentry kind="src" path="/org.aspectj.ajdt.core"/>
  13. <classpathentry kind="src" path="/asm"/>
  14. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  15. <classpathentry kind="output" path="bin"/>
  16. </classpath>