-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy path.classpath
15 lines (15 loc) · 964 Bytes
/
.classpath
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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="lib" path="Reference_jar/commons-beanutils-1.8.0.jar"/>
<classpathentry kind="lib" path="Reference_jar/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="Reference_jar/commons-lang-2.5.jar"/>
<classpathentry kind="lib" path="Reference_jar/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="Reference_jar/ezmorph-1.0.6.jar"/>
<classpathentry kind="lib" path="Reference_jar/json-lib-2.4-jdk15.jar"/>
<classpathentry kind="lib" path="Reference_jar/c3p0-0.9.5.2.jar"/>
<classpathentry kind="lib" path="Reference_jar/mysql-connector-java-5.1.39-bin.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>