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) · 1.38 KB
/
.classpath
File metadata and controls
15 lines (15 loc) · 1.38 KB
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="lib" path="lib/spring-aop-4.3.2.RELEASE.jar" sourcepath="G:/廖老师JAVA培训/框架/spring/spring-framework-4.3.2.RELEASE-dist/spring-framework-4.3.2.RELEASE/libs/spring-aop-4.3.2.RELEASE-sources.jar"/>
<classpathentry kind="lib" path="lib/spring-beans-4.3.2.RELEASE.jar" sourcepath="G:/廖老师JAVA培训/框架/spring/spring-framework-4.3.2.RELEASE-dist/spring-framework-4.3.2.RELEASE/libs/spring-beans-4.3.2.RELEASE-sources.jar"/>
<classpathentry kind="lib" path="lib/spring-context-4.3.2.RELEASE.jar" sourcepath="G:/廖老师JAVA培训/框架/spring/spring-framework-4.3.2.RELEASE-dist/spring-framework-4.3.2.RELEASE/libs/spring-context-4.3.2.RELEASE-sources.jar"/>
<classpathentry kind="lib" path="lib/spring-core-4.3.2.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-expression-4.3.2.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/aspectjrt-1.8.9.jar"/>
<classpathentry kind="lib" path="lib/aspectjweaver-1.8.9.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>