.classpath 2.0 KB

123456789101112131415161718192021222324252627282930313233
  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">
  6. <attributes>
  7. <attribute name="module" value="true"/>
  8. </attributes>
  9. </classpathentry>
  10. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-codec-1.9.jar"/>
  11. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-2.5.jar"/>
  12. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-lang3-3.4.jar"/>
  13. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging-1.2.jar"/>
  14. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-pool2-2.3.jar"/>
  15. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/cron4j-2.2.5.jar"/>
  16. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/druid-1.0.29.jar"/>
  17. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/fastjson-1.2.31.jar"/>
  18. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/fst-2.29.jar"/>
  19. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpclient-4.5.2.jar"/>
  20. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpcore-4.4.4.jar"/>
  21. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpmime-4.5.2.jar"/>
  22. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jackson-core-2.5.3.jar"/>
  23. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/javassist-3.19.0-GA.jar"/>
  24. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jedis-2.7.2.jar"/>
  25. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jetty-server-8.1.8.jar"/>
  26. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jfinal-3.4-bin-with-src.jar"/>
  27. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-1.2.16.jar"/>
  28. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.44-bin.jar"/>
  29. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/objenesis-2.1.jar"/>
  30. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ojdbc6.jar"/>
  31. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/sqljdbc42.jar"/>
  32. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  33. </classpath>