-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.classpath
17 lines (17 loc) · 974 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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/jdk1.8.0_144"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="conf"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.6.jar"/>
<classpathentry kind="lib" path="lib/cglib-3.2.5.jar"/>
<classpathentry kind="lib" path="lib/asm-5.0.4.jar"/>
<classpathentry kind="lib" path="lib/mybatis-3.4.6.jar"/>
<classpathentry kind="lib" path="lib/ehcache-core-2.6.8.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/mybatis-ehcache-1.0.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>