.classpath 1.6 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="res"/>
  5. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-10">
  6. <attributes>
  7. <attribute name="module" value="true"/>
  8. </attributes>
  9. </classpathentry>
  10. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-pool2-2.3.jar"/>
  11. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/cron4j-2.2.5.jar"/>
  12. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/druid-1.0.29.jar"/>
  13. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/fastjson-1.2.31.jar"/>
  14. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/fst-2.29.jar"/>
  15. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jackson-core-2.5.3.jar"/>
  16. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/javassist-3.19.0-GA.jar"/>
  17. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jedis-2.7.2.jar"/>
  18. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jetty-server-8.1.8.jar"/>
  19. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jfinal-3.4-bin-with-src.jar"/>
  20. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-1.2.16.jar"/>
  21. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.44-bin.jar"/>
  22. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/objenesis-2.1.jar"/>
  23. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ojdbc6.jar"/>
  24. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/sqljdbc42.jar"/>
  25. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  26. </classpath>