.classpath 1.3 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
  5. <attributes>
  6. <attribute name="owner.project.facets" value="java"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  10. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  11. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/c3p0-0.9.1.2.jar"/>
  12. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-dbutils-1.4.jar"/>
  13. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jstl.jar"/>
  14. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar"/>
  15. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/el-api.jar"/>
  16. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsp-api.jar"/>
  17. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/servlet-api.jar"/>
  18. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-beanutils-1.8.3.jar"/>
  19. <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
  20. <classpathentry kind="output" path="build/classes"/>
  21. </classpath>