-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
18 lines (18 loc) · 1.26 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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/el-api.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/jsp-api.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/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.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/commons-pool2-2.5.0.jar"/>
<classpathentry kind="lib" path="webapps/WEB-INF/lib/commons-logging-1.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="webapps/WEB-INF/classes"/>
</classpath>