.classpath 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  5. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  6. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/c3p0-0.9.1.2.jar"/>
  7. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-beanutils-1.8.3.jar"/>
  8. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections-3.2.1.jar"/>
  9. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-dbutils-1.4.jar"/>
  10. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
  11. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-1.4.jar"/>
  12. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang-2.5.jar"/>
  13. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
  14. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-pool2-2.3.jar"/>
  15. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/dom4j-1.6.1.jar"/>
  16. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/ezmorph-1.0.6.jar"/>
  17. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jaxen-1.1-beta-6.jar"/>
  18. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jedis-2.7.0.jar"/>
  19. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/json-lib-2.4-jdk15.jar"/>
  20. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jstl.jar"/>
  21. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mail.jar"/>
  22. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar"/>
  23. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/standard.jar"/>
  24. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/servlet-api.jar"/>
  25. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsp-api-2.2.jar"/>
  26. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0 (4)">
  27. <attributes>
  28. <attribute name="owner.project.facets" value="jst.web"/>
  29. </attributes>
  30. </classpathentry>
  31. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_161">
  32. <attributes>
  33. <attribute name="owner.project.facets" value="java"/>
  34. </attributes>
  35. </classpathentry>
  36. <classpathentry kind="output" path="build/classes"/>
  37. </classpath>