-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
18 lines (18 loc) · 1.3 KB
/
.classpath
File metadata and controls
18 lines (18 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/com.springsource.net.sf.cglib-2.2.0.jar"/>
<classpathentry kind="lib" path="lib/com.springsource.org.apache.commons.logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.7-bin.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.asm-3.0.7.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.beans-3.0.7.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.context-3.0.7.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.core-3.0.7.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.expression-3.0.7.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.jdbc-3.0.7.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/com.springsource.org.junit-4.7.0.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.transaction-3.0.7.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.test-3.0.7.RELEASE.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>