.classpath 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
  5. <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
  6. <attributes>
  7. <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  8. </attributes>
  9. </classpathentry>
  10. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-httpclient-3.1.jar"/>
  11. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ezmorph-1.0.3.jar"/>
  12. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jcommon-1.0.12.jar"/>
  13. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jfreechart-1.0.8a.jar"/>
  14. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jsf-api.jar"/>
  15. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jsf-impl.jar"/>
  16. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/json-lib-2.2.3-jdk15.jar"/>
  17. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jstl-1.2.jar"/>
  18. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/junit.jar"/>
  19. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-1.2.17.jar"/>
  20. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mybatis-3.3.0.jar"/>
  21. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar"/>
  22. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ojdbc14.jar"/>
  23. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/org.hamcrest.core_1.1.0.v20090501071000.jar"/>
  24. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts2-ssl-plugin-1.2.1.jar"/>
  25. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/poi-3.8-20120326.jar"/>
  26. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  27. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  28. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-beanutils-1.9.4.jar"/>
  29. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-collections-3.2.2.jar"/>
  30. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.4.jar"/>
  31. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-2.6.jar"/>
  32. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-lang-2.4.jar"/>
  33. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-lang3-3.11.jar"/>
  34. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging-1.2.jar"/>
  35. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/freemarker-2.3.28.jar"/>
  36. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/javassist-3.20.0-GA.jar"/>
  37. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-api-2.12.1.jar"/>
  38. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ognl-3.1.17.jar"/>
  39. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts2-core-2.5.22.jar"/>
  40. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts2-json-plugin-2.5.22.jar"/>
  41. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-codec-1.15.jar"/>
  42. <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_5.0">
  43. <attributes>
  44. <attribute name="owner.project.facets" value="jst.web"/>
  45. </attributes>
  46. </classpathentry>
  47. <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2">
  48. <attributes>
  49. <attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
  50. <attribute name="owner.project.facets" value="jst.web.jstl"/>
  51. </attributes>
  52. </classpathentry>
  53. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_261">
  54. <attributes>
  55. <attribute name="owner.project.facets" value="java"/>
  56. </attributes>
  57. </classpathentry>
  58. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  59. </classpath>