-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
34 lines (34 loc) · 2.21 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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/main/java"/>
<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="/home/chu3la/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar" sourcepath="/home/chu3la/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4-sources.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
<attribute name="maven.groupId" value="javax.servlet"/>
<attribute name="maven.artifactId" value="servlet-api"/>
<attribute name="maven.version" value="2.4"/>
<attribute name="maven.scope" value="provided"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/chu3la/.m2/repository/com/h2database/h2/1.3.175/h2-1.3.175.jar" sourcepath="/home/chu3la/.m2/repository/com/h2database/h2/1.3.175/h2-1.3.175-sources.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.archivename" value="h2-1.3.175.jar"/>
<attribute name="maven.groupId" value="com.h2database"/>
<attribute name="maven.artifactId" value="h2"/>
<attribute name="maven.version" value="1.3.175"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/chu3la/Downloads/javax.mail.jar"/>
<classpathentry kind="lib" path="/opt/tomcat/lib/tomcat-dbcp.jar"/>
<classpathentry kind="lib" path="/home/chu3la/Downloads/mysql-connector-java_8.0.23-1ubuntu18.04_all/data/usr/share/java/mysql-connector-java-8.0.23.jar"/>
<classpathentry kind="lib" path="/home/chu3la/Downloads/jaf-1_1_1/jaf-1.1.1/activation.jar"/>
<classpathentry kind="lib" path="/home/chu3la/Downloads/JSTL Library/jstl-impl-1.2.jar"/>
<classpathentry kind="lib" path="/home/chu3la/Downloads/JSTL Library/jstl-api-1.2.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>