.classpath 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry excluding="com/test/spring/" kind="src" path="src"/>
  4. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  5. <attributes>
  6. <attribute name="owner.project.facets" value="java"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
  10. <attributes>
  11. <attribute name="owner.project.facets" value="jst.web"/>
  12. </attributes>
  13. </classpathentry>
  14. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  15. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  16. <classpathentry kind="lib" path="Web/WEB-INF/lib/aopalliance-1.0.jar"/>
  17. <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-logging-1.1.1.jar"/>
  18. <classpathentry kind="lib" path="Web/WEB-INF/lib/jettison-1.1.jar"/>
  19. <classpathentry kind="lib" path="Web/WEB-INF/lib/mybatis-spring-1.1.1.jar"/>
  20. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.aop-3.1.2.RELEASE.jar"/>
  21. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.asm-3.1.2.RELEASE.jar"/>
  22. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.beans-3.1.2.RELEASE.jar"/>
  23. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.context-3.1.2.RELEASE.jar"/>
  24. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.core-3.1.2.RELEASE.jar"/>
  25. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.expression-3.1.2.RELEASE.jar"/>
  26. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.jdbc-3.1.2.RELEASE.jar"/>
  27. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.transaction-3.1.2.RELEASE.jar"/>
  28. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.web-3.1.2.RELEASE.jar"/>
  29. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.web.servlet-3.1.2.RELEASE.jar"/>
  30. <classpathentry kind="lib" path="Web/WEB-INF/lib/xpp3_min-1.1.4c.jar"/>
  31. <classpathentry kind="lib" path="Web/WEB-INF/lib/log4j-1.2.17.jar"/>
  32. <classpathentry kind="lib" path="Web/WEB-INF/lib/c3p0-0.9.1.1.jar"/>
  33. <classpathentry kind="lib" path="Web/WEB-INF/lib/jackson-core-lgpl-1.9.13.jar"/>
  34. <classpathentry kind="lib" path="Web/WEB-INF/lib/jackson-mapper-lgpl-1.9.13.jar"/>
  35. <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.test-3.1.1.RELEASE.jar"/>
  36. <classpathentry kind="lib" path="Web/WEB-INF/lib/mybatis-3.3.1.jar"/>
  37. <classpathentry kind="lib" path="Web/WEB-INF/lib/aliyun-sdk-oss-2.0.6.jar"/>
  38. <classpathentry kind="lib" path="Web/WEB-INF/lib/dom4j-1.6.1.jar"/>
  39. <classpathentry kind="lib" path="Web/WEB-INF/lib/json-lib-2.3-jdk15.jar"/>
  40. <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-lang-2.5.jar"/>
  41. <classpathentry kind="lib" path="Web/WEB-INF/lib/ezmorph-1.0.6.jar"/>
  42. <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
  43. <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-collections-3.2.1.jar"/>
  44. <classpathentry kind="lib" path="Web/WEB-INF/lib/jdom-1.1.jar"/>
  45. <classpathentry kind="lib" path="Web/WEB-INF/lib/json.jar"/>
  46. <classpathentry kind="lib" path="Web/WEB-INF/lib/xstream-1.4.jar"/>
  47. <classpathentry kind="lib" path="Web/WEB-INF/lib/jstl-1.2.jar"/>
  48. <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-codec-1.9.jar"/>
  49. <classpathentry kind="lib" path="Web/WEB-INF/lib/httpcore-4.4.jar"/>
  50. <classpathentry kind="lib" path="Web/WEB-INF/lib/gson-2.2.4.jar"/>
  51. <classpathentry kind="lib" path="Web/WEB-INF/lib/mysql-connector-java-5.1.30-bin.jar"/>
  52. <classpathentry kind="lib" path="Web/WEB-INF/lib/ueditor-1.1.2.jar"/>
  53. <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
  54. <classpathentry kind="output" path="build/classes"/>
  55. </classpath>