12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/c3p0-0.9.1.2.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-beanutils-1.8.3.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections-3.2.1.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-dbutils-1.4.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-1.4.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang-2.5.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-pool2-2.3.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/dom4j-1.6.1.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/ezmorph-1.0.6.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jaxen-1.1-beta-6.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jedis-2.7.0.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/json-lib-2.4-jdk15.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jstl.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mail.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/standard.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/servlet-api.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsp-api-2.2.jar"/>
- <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0 (4)">
- <attributes>
- <attribute name="owner.project.facets" value="jst.web"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_161">
- <attributes>
- <attribute name="owner.project.facets" value="java"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="build/classes"/>
- </classpath>
|