-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.classpath
22 lines (22 loc) · 1.39 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="config"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/asm-4.2.jar"/>
<classpathentry kind="lib" path="lib/cglib-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.17.1-GA.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.2.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.2.jar"/>
<classpathentry kind="lib" path="lib/mybatis-3.3.0.jar" sourcepath="E:/web/开发库/MyBatis3.3.0/mybatis-3.3.0-src"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.26-bin.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.12.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.12.jar"/>
<classpathentry kind="lib" path="lib/ehcache-core-2.6.5.jar"/>
<classpathentry kind="lib" path="lib/mybatis-ehcache-1.0.2.jar" sourcepath="E:/web/开发库/MyBatis3.3.0/ehcache2.6.5/mybatis-ehcache-1.0.2-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>