-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
78 lines (78 loc) · 3.51 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?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-12">
<attributes>
<attribute name="module" value="true"/>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-2/5 数据库原理/5 实验/开发部分/实验7/分页连接池例子/连接池/c3p0-0.9.2.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-2/5 数据库原理/5 实验/开发部分/实验7/分页连接池例子/连接池/mchange-commons-java-0.2.3.4.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/antlr-2.7.7.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/classmate-1.3.0.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/hibernate-commons-annotations-5.0.1.Final.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/hibernate-core-5.2.16.Final.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/jandex-2.0.3.Final.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/javassist-3.22.0-GA.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/jboss-logging-3.3.1.Final.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/课程实验/案例/lib/mysql-connector-java-5.1.38.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="F:/College/1 学习/2019-2020-3/数据库/大作业/ssm-jar包/standard-1.1.2.jar">
<attributes>
<attribute name="module" value="true"/>
</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="lib" path="E:/ApacheTomcat/lib/servlet-api.jar">
<attributes>
<attribute name="javadoc_location" value="https://javaee.github.io/javaee-spec/javadocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="build/classes"/>
</classpath>