.classpath 1.5 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="test"/>
  5. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  6. <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
  7. <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
  8. <classpathentry kind="lib" path="lib/autocomplete.jar"/>
  9. <classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
  10. <classpathentry kind="lib" path="lib/batik-dom.jar"/>
  11. <classpathentry kind="lib" path="lib/batik-ext.jar"/>
  12. <classpathentry kind="lib" path="lib/batik-svggen.jar"/>
  13. <classpathentry kind="lib" path="lib/batik-util.jar"/>
  14. <classpathentry kind="lib" path="lib/batik-xml.jar"/>
  15. <classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
  16. <classpathentry kind="lib" path="lib/itextpdf-5.4.1.jar"/>
  17. <classpathentry kind="lib" path="lib/javaparser-1.0.8.jar"/>
  18. <classpathentry kind="lib" path="lib/jlibeps-0.1.jar"/>
  19. <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
  20. <classpathentry kind="lib" path="lib/mailapi.jar"/>
  21. <classpathentry kind="lib" path="lib/smtp.jar"/>
  22. <classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.2.jar"/>
  23. <classpathentry kind="lib" path="lib/org.eclipse.jdt.core.compiler.ecj-4.3.1.jar"/>
  24. <classpathentry kind="lib" path="lib/bcel-5.2.jar"/>
  25. <classpathentry combineaccessrules="false" kind="src" path="/BaseletElements"/>
  26. <classpathentry kind="output" path="bin"/>
  27. </classpath>