-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
28 lines (28 loc) · 1.68 KB
/
Copy path.classpath
File metadata and controls
28 lines (28 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="time/" kind="src" path="src"/>
<classpathentry kind="src" path="source"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="C:/Users/Administrator/.m2/repository/com/alibaba/fastjson/1.1.27/fastjson-1.1.27.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.archivename" value="fastjson-1.1.27.jar"/>
<attribute name="maven.groupId" value="com.alibaba"/>
<attribute name="maven.artifactId" value="fastjson"/>
<attribute name="maven.version" value="1.1.27"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Administrator/.m2/repository/org/springframework/spring-beans/4.1.9.RELEASE/spring-beans-4.1.9.RELEASE.jar" sourcepath="C:/Users/Administrator/.m2/repository/org/springframework/spring-beans/4.1.9.RELEASE/spring-beans-4.1.9.RELEASE-sources.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.archivename" value="spring-beans-4.1.9.RELEASE.jar"/>
<attribute name="maven.groupId" value="org.springframework"/>
<attribute name="maven.artifactId" value="spring-beans"/>
<attribute name="maven.version" value="4.1.9.RELEASE"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/spring"/>
<classpathentry kind="output" path="bin"/>
</classpath>