forked from chenhaoxiang/Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
15 lines (15 loc) · 995 Bytes
/
.classpath
File metadata and controls
15 lines (15 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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/jdk1.7.0_04"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/commons-dbcp2-2.1.1.jar"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/commons-pool2-2.4.2.jar"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/mysql-connector-java-5.1.39-bin.jar"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/c3p0-0.9.1.2.jar"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/c3p0-sources-0.9.1.2.jar"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/commons-dbutils-1.6.jar"/>
<classpathentry kind="lib" path="src/cn/hncu/bin/commons-dbutils-ext.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>