-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
21 lines (21 loc) · 1.61 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resource"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/commons-dbcp2-2.2.0.jar" sourcepath="F:/drive_and_pack/commons-dbcp2-2.2.0-bin/commons-dbcp2-2.2.0/commons-dbcp2-2.2.0-sources.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/commons-pool2-2.5.0.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/mysql-connector-java-5.1.45-bin.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/el-api.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/jsp-api.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/servlet-api.jar" sourcepath="F:/drive_and_pack/apache-tomcat-9.0.6-src.zip"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/lombok.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/commons-dbcp2-2.2.0-javadoc.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="output" path="webapps/WEB-INF/classes"/>
</classpath>