-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
34 lines (34 loc) · 2.19 KB
/
Copy path.classpath
File metadata and controls
34 lines (34 loc) · 2.19 KB
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="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk">
<attributes>
<attribute name="module" value="true"/>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.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="lib" path="G:/javaWeb/mybatis所需的jar包/ant-1.10.3.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/ant-launcher-1.10.3.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/asm-7.0.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/cglib-3.2.10.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/javassist-3.24.1-GA.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/log4j-api-2.11.1.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/log4j-core-2.11.1.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/mybatis-3.5.0.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/ognl-3.2.10.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/mybatis所需的jar包/slf4j-log4j12-1.7.25.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/javax.xml.bind.jar"/>
<classpathentry kind="lib" path="G:/javaWeb/sqljdbc41.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>