-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
37 lines (37 loc) · 2.07 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
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_6.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2.1">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
<attribute name="owner.project.facets" value="jst.web.jstl"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mybatis-3.4.5.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.18-bin.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-api-2.8.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-core-2.8.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-web-2.8.2.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mail.jar"/>
<classpathentry exported="true" kind="lib" path="D:/WorkSoftWare/MyEcplise/plugins/com.genuitec.eclipse.j2eedt.core_13.0.0.me201605020208/data/libraryset/EE_6/javax.servlet.jar">
<attributes>
<attribute name="javadoc_location" value="http://java.sun.com/javaee/6/docs/api/"/>
<attribute name="me-identifier" value="data/libraryset/EE_6//javax.servlet.jar"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Program Files/apache-tomcat-7.0.76/lib/servlet-api.jar"/>
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>