.classpath 536 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="tst"/>
  5. <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
  6. <classpathentry kind="lib" path="lib/commons-compress-1.18.jar"/>
  7. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  8. <classpathentry kind="lib" path="lib/xz-1.5.jar"/>
  9. <classpathentry kind="lib" path="lib/Saxon-HE-9.9.1-2.jar"/>
  10. <classpathentry kind="output" path="bin"/>
  11. </classpath>